Color spaces of #ea555c
RGB | 234 | 85 | 92 |
---|---|---|---|
HSL | 0.99 | 0.78 | 0.63 |
HSV | 357° | 64° | 92° |
CMYK | 0.00 | 0.64 | 0.61 0.08 |
XYZ | 39.1120 | 24.7621 | 12.8434 |
Yxy | 24.7621 | 0.5098 | 0.3228 |
Hunter Lab | 49.7615 | 53.2163 | 19.5304 |
CIE-Lab | 56.8429 | 57.9229 | 27.5060 |
#ea555c color RGB value is (234,85,92).
#ea555c hex color red value is 234, green value is 85 and the blue value of its RGB is 92. Cylindrical-coordinate representations (also known as HSL) of color #ea555c hue: 0.99 , saturation: 0.78 and the lightness value of ea555c is 0.63.
The process color (four color CMYK) of #ea555c color hex is 0.00, 0.64, 0.61, 0.08. Web safe color of #ea555c is #ff6666. Color #ea555c contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101010 | 01010101 | 01011100 |
Octal | 352 | 125 | 134 |
Decimal | 234 | 85 | 92 |
Hex | EA | 55 | 5C |
Shades of #ea555c
Tints of #ea555c
RGB Percentages of Color #ea555c
CMYK Percentages of Color #ea555c
Complementary Color
#ea555c | #55eae3 |
#ea555c Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ea555c Color Preview on White Background
Lorem ipsum dolor sit amet.
#ea555c Color CSS Codes
.mybgcolor {background-color:#ea555c; } .myforecolor {color:#ea555c; } .mybordercolor {border:3px solid #ea555c; }
#ea555c Text Font Color
<p style="color:#ea555c">Text here</p>
This sample text font color is #ea555c
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.
#ea555c Background Color
<div style="background-color:#ea555c">
Div content here</div>
This div background color is #ea555c
#ea555c Border Color
<div style="border:3px solid #ea555c">
Div here</div>
This div border color is #ea555c
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(234,85,92, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ea555c; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ea555c; -webkit-box-shadow: 1px 1px 3px 2px #ea555c; box-shadow: 1px 1px 3px 2px #ea555c; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(234,85,92, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ea555c">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ea555c; -webkit-box-shadow: 1px 1px 3px 2px #ea555c; box-shadow: 1px 1px 3px 2px #ea555c;">
Div content here</div>
This div box has shadow with color #ea555c
Comments
No comments written yet.
Please login to write comment.