Color spaces of #e2606c
RGB | 226 | 96 | 108 |
---|---|---|---|
HSL | 0.98 | 0.69 | 0.63 |
HSV | 354° | 58° | 89° |
CMYK | 0.00 | 0.58 | 0.52 0.11 |
XYZ | 38.2537 | 25.6172 | 17.1158 |
Yxy | 25.6172 | 0.4723 | 0.3163 |
Hunter Lab | 50.6134 | 46.3370 | 15.3795 |
CIE-Lab | 57.6719 | 51.6090 | 19.0822 |
#e2606c color RGB value is (226,96,108).
#e2606c hex color red value is 226, green value is 96 and the blue value of its RGB is 108. Cylindrical-coordinate representations (also known as HSL) of color #e2606c hue: 0.98 , saturation: 0.69 and the lightness value of e2606c is 0.63.
The process color (four color CMYK) of #e2606c color hex is 0.00, 0.58, 0.52, 0.11. Web safe color of #e2606c is #cc6666. Color #e2606c contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11100010 | 01100000 | 01101100 |
Octal | 342 | 140 | 154 |
Decimal | 226 | 96 | 108 |
Hex | E2 | 60 | 6C |
Shades of #e2606c
Tints of #e2606c
RGB Percentages of Color #e2606c
CMYK Percentages of Color #e2606c
Complementary Color
#e2606c | #60e2d6 |
#e2606c Color Preview on Black Background
Lorem ipsum dolor sit amet.
#e2606c Color Preview on White Background
Lorem ipsum dolor sit amet.
#e2606c Color CSS Codes
.mybgcolor {background-color:#e2606c; } .myforecolor {color:#e2606c; } .mybordercolor {border:3px solid #e2606c; }
#e2606c Text Font Color
<p style="color:#e2606c">Text here</p>
This sample text font color is #e2606c
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
#e2606c Background Color
<div style="background-color:#e2606c">
Div content here</div>
This div background color is #e2606c
#e2606c Border Color
<div style="border:3px solid #e2606c">
Div here</div>
This div border color is #e2606c
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(226,96,108, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #e2606c; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #e2606c; -webkit-box-shadow: 1px 1px 3px 2px #e2606c; box-shadow: 1px 1px 3px 2px #e2606c; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(226,96,108, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #e2606c">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #e2606c; -webkit-box-shadow: 1px 1px 3px 2px #e2606c; box-shadow: 1px 1px 3px 2px #e2606c;">
Div content here</div>
This div box has shadow with color #e2606c
Comments
No comments written yet.
Please login to write comment.