Color spaces of #ea0ecf
RGB | 234 | 14 | 207 |
---|---|---|---|
HSL | 0.85 | 0.89 | 0.49 |
HSV | 307° | 94° | 92° |
CMYK | 0.00 | 0.94 | 0.12 0.08 |
XYZ | 45.3512 | 22.3115 | 60.9478 |
Yxy | 22.3115 | 0.3526 | 0.1735 |
Hunter Lab | 47.2351 | 88.7196 | -43.4379 |
CIE-Lab | 54.3560 | 87.4506 | -43.5240 |
#ea0ecf color RGB value is (234,14,207).
#ea0ecf hex color red value is 234, green value is 14 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #ea0ecf hue: 0.85 , saturation: 0.89 and the lightness value of ea0ecf is 0.49.
The process color (four color CMYK) of #ea0ecf color hex is 0.00, 0.94, 0.12, 0.08. Web safe color of #ea0ecf is #ff00cc. Color #ea0ecf contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101010 | 00001110 | 11001111 |
Octal | 352 | 16 | 317 |
Decimal | 234 | 14 | 207 |
Hex | EA | E | CF |
Shades of #ea0ecf
Tints of #ea0ecf
RGB Percentages of Color #ea0ecf
CMYK Percentages of Color #ea0ecf
Complementary Color
#ea0ecf | #0eea29 |
#ea0ecf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ea0ecf Color Preview on White Background
Lorem ipsum dolor sit amet.
#ea0ecf Color CSS Codes
.mybgcolor {background-color:#ea0ecf; } .myforecolor {color:#ea0ecf; } .mybordercolor {border:3px solid #ea0ecf; }
#ea0ecf Text Font Color
<p style="color:#ea0ecf">Text here</p>
This sample text font color is #ea0ecf
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.
#ea0ecf Background Color
<div style="background-color:#ea0ecf">
Div content here</div>
This div background color is #ea0ecf
#ea0ecf Border Color
<div style="border:3px solid #ea0ecf">
Div here</div>
This div border color is #ea0ecf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(234,14,207, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ea0ecf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ea0ecf; -webkit-box-shadow: 1px 1px 3px 2px #ea0ecf; box-shadow: 1px 1px 3px 2px #ea0ecf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(234,14,207, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ea0ecf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ea0ecf; -webkit-box-shadow: 1px 1px 3px 2px #ea0ecf; box-shadow: 1px 1px 3px 2px #ea0ecf;">
Div content here</div>
This div box has shadow with color #ea0ecf
Comments
No comments written yet.
Please login to write comment.