Color spaces of #ea396f
RGB | 234 | 57 | 111 |
---|---|---|---|
HSL | 0.95 | 0.81 | 0.57 |
HSV | 342° | 76° | 92° |
CMYK | 0.00 | 0.76 | 0.53 0.08 |
XYZ | 38.2641 | 21.5664 | 17.1849 |
Yxy | 21.5664 | 0.4968 | 0.2800 |
Hunter Lab | 46.4396 | 65.8063 | 10.5676 |
CIE-Lab | 53.5639 | 69.3494 | 11.8544 |
#ea396f color RGB value is (234,57,111).
#ea396f hex color red value is 234, green value is 57 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #ea396f hue: 0.95 , saturation: 0.81 and the lightness value of ea396f is 0.57.
The process color (four color CMYK) of #ea396f color hex is 0.00, 0.76, 0.53, 0.08. Web safe color of #ea396f is #ff3366. Color #ea396f contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101010 | 00111001 | 01101111 |
Octal | 352 | 71 | 157 |
Decimal | 234 | 57 | 111 |
Hex | EA | 39 | 6F |
Shades of #ea396f
Tints of #ea396f
RGB Percentages of Color #ea396f
CMYK Percentages of Color #ea396f
Complementary Color
#ea396f | #39eab4 |
#ea396f Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ea396f Color Preview on White Background
Lorem ipsum dolor sit amet.
#ea396f Color CSS Codes
.mybgcolor {background-color:#ea396f; } .myforecolor {color:#ea396f; } .mybordercolor {border:3px solid #ea396f; }
#ea396f Text Font Color
<p style="color:#ea396f">Text here</p>
This sample text font color is #ea396f
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.
#ea396f Background Color
<div style="background-color:#ea396f">
Div content here</div>
This div background color is #ea396f
#ea396f Border Color
<div style="border:3px solid #ea396f">
Div here</div>
This div border color is #ea396f
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(234,57,111, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ea396f; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ea396f; -webkit-box-shadow: 1px 1px 3px 2px #ea396f; box-shadow: 1px 1px 3px 2px #ea396f; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(234,57,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 #ea396f">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ea396f; -webkit-box-shadow: 1px 1px 3px 2px #ea396f; box-shadow: 1px 1px 3px 2px #ea396f;">
Div content here</div>
This div box has shadow with color #ea396f
Comments
No comments written yet.
Please login to write comment.