Color spaces of #ea156f
RGB | 234 | 21 | 111 |
---|---|---|---|
HSL | 0.93 | 0.84 | 0.50 |
HSV | 335° | 91° | 92° |
CMYK | 0.00 | 0.91 | 0.53 0.08 |
XYZ | 37.0691 | 19.1765 | 16.7866 |
Yxy | 19.1765 | 0.5076 | 0.2626 |
Hunter Lab | 43.7910 | 74.4662 | 7.9258 |
CIE-Lab | 50.8931 | 76.9775 | 8.0910 |
#ea156f color RGB value is (234,21,111).
#ea156f hex color red value is 234, green value is 21 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #ea156f hue: 0.93 , saturation: 0.84 and the lightness value of ea156f is 0.50.
The process color (four color CMYK) of #ea156f color hex is 0.00, 0.91, 0.53, 0.08. Web safe color of #ea156f is #ff0066. Color #ea156f contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101010 | 00010101 | 01101111 |
Octal | 352 | 25 | 157 |
Decimal | 234 | 21 | 111 |
Hex | EA | 15 | 6F |
Shades of #ea156f
Tints of #ea156f
RGB Percentages of Color #ea156f
CMYK Percentages of Color #ea156f
Complementary Color
#ea156f | #15ea90 |
#ea156f Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ea156f Color Preview on White Background
Lorem ipsum dolor sit amet.
#ea156f Color CSS Codes
.mybgcolor {background-color:#ea156f; } .myforecolor {color:#ea156f; } .mybordercolor {border:3px solid #ea156f; }
#ea156f Text Font Color
<p style="color:#ea156f">Text here</p>
This sample text font color is #ea156f
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.
#ea156f Background Color
<div style="background-color:#ea156f">
Div content here</div>
This div background color is #ea156f
#ea156f Border Color
<div style="border:3px solid #ea156f">
Div here</div>
This div border color is #ea156f
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(234,21,111, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ea156f; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ea156f; -webkit-box-shadow: 1px 1px 3px 2px #ea156f; box-shadow: 1px 1px 3px 2px #ea156f; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(234,21,111, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ea156f">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ea156f; -webkit-box-shadow: 1px 1px 3px 2px #ea156f; box-shadow: 1px 1px 3px 2px #ea156f;">
Div content here</div>
This div box has shadow with color #ea156f
Comments
No comments written yet.
Please login to write comment.