Color spaces of #ea459e
RGB | 234 | 69 | 158 |
---|---|---|---|
HSL | 0.91 | 0.80 | 0.59 |
HSV | 328° | 71° | 92° |
CMYK | 0.00 | 0.71 | 0.32 0.08 |
XYZ | 42.2314 | 24.2173 | 34.7963 |
Yxy | 24.2173 | 0.4171 | 0.2392 |
Hunter Lab | 49.2111 | 67.0637 | -7.4752 |
CIE-Lab | 56.3047 | 69.8779 | -12.0742 |
#ea459e color RGB value is (234,69,158).
#ea459e hex color red value is 234, green value is 69 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #ea459e hue: 0.91 , saturation: 0.80 and the lightness value of ea459e is 0.59.
The process color (four color CMYK) of #ea459e color hex is 0.00, 0.71, 0.32, 0.08. Web safe color of #ea459e is #ff3399. Color #ea459e contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101010 | 01000101 | 10011110 |
Octal | 352 | 105 | 236 |
Decimal | 234 | 69 | 158 |
Hex | EA | 45 | 9E |
Shades of #ea459e
Tints of #ea459e
RGB Percentages of Color #ea459e
CMYK Percentages of Color #ea459e
Complementary Color
#ea459e | #45ea91 |
#ea459e Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ea459e Color Preview on White Background
Lorem ipsum dolor sit amet.
#ea459e Color CSS Codes
.mybgcolor {background-color:#ea459e; } .myforecolor {color:#ea459e; } .mybordercolor {border:3px solid #ea459e; }
#ea459e Text Font Color
<p style="color:#ea459e">Text here</p>
This sample text font color is #ea459e
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.
#ea459e Background Color
<div style="background-color:#ea459e">
Div content here</div>
This div background color is #ea459e
#ea459e Border Color
<div style="border:3px solid #ea459e">
Div here</div>
This div border color is #ea459e
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(234,69,158, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ea459e; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ea459e; -webkit-box-shadow: 1px 1px 3px 2px #ea459e; box-shadow: 1px 1px 3px 2px #ea459e; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(234,69,158, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ea459e">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ea459e; -webkit-box-shadow: 1px 1px 3px 2px #ea459e; box-shadow: 1px 1px 3px 2px #ea459e;">
Div content here</div>
This div box has shadow with color #ea459e
Comments
No comments written yet.
Please login to write comment.