Color spaces of #ea047f
RGB | 234 | 4 | 127 |
---|---|---|---|
HSL | 0.91 | 0.97 | 0.47 |
HSV | 328° | 98° | 92° |
CMYK | 0.00 | 0.98 | 0.46 0.08 |
XYZ | 37.8059 | 19.1116 | 21.7750 |
Yxy | 19.1116 | 0.4804 | 0.2429 |
Hunter Lab | 43.7168 | 77.8607 | 1.0699 |
CIE-Lab | 50.8175 | 79.7077 | -1.7552 |
#ea047f color RGB value is (234,4,127).
#ea047f hex color red value is 234, green value is 4 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #ea047f hue: 0.91 , saturation: 0.97 and the lightness value of ea047f is 0.47.
The process color (four color CMYK) of #ea047f color hex is 0.00, 0.98, 0.46, 0.08. Web safe color of #ea047f is #ff0066. Color #ea047f contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101010 | 00000100 | 01111111 |
Octal | 352 | 4 | 177 |
Decimal | 234 | 4 | 127 |
Hex | EA | 4 | 7F |
Shades of #ea047f
Tints of #ea047f
RGB Percentages of Color #ea047f
CMYK Percentages of Color #ea047f
Complementary Color
#ea047f | #04ea6f |
#ea047f Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ea047f Color Preview on White Background
Lorem ipsum dolor sit amet.
#ea047f Color CSS Codes
.mybgcolor {background-color:#ea047f; } .myforecolor {color:#ea047f; } .mybordercolor {border:3px solid #ea047f; }
#ea047f Text Font Color
<p style="color:#ea047f">Text here</p>
This sample text font color is #ea047f
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.
#ea047f Background Color
<div style="background-color:#ea047f">
Div content here</div>
This div background color is #ea047f
#ea047f Border Color
<div style="border:3px solid #ea047f">
Div here</div>
This div border color is #ea047f
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(234,4,127, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ea047f; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ea047f; -webkit-box-shadow: 1px 1px 3px 2px #ea047f; box-shadow: 1px 1px 3px 2px #ea047f; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(234,4,127, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ea047f">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ea047f; -webkit-box-shadow: 1px 1px 3px 2px #ea047f; box-shadow: 1px 1px 3px 2px #ea047f;">
Div content here</div>
This div box has shadow with color #ea047f
Comments
No comments written yet.
Please login to write comment.