Color spaces of #ea18af
RGB | 234 | 24 | 175 |
---|---|---|---|
HSL | 0.88 | 0.83 | 0.51 |
HSV | 317° | 90° | 92° |
CMYK | 0.00 | 0.90 | 0.25 0.08 |
XYZ | 41.9962 | 21.2408 | 42.4439 |
Yxy | 21.2408 | 0.3974 | 0.2010 |
Hunter Lab | 46.0877 | 81.9997 | -22.3409 |
CIE-Lab | 53.2120 | 82.4988 | -26.7683 |
#ea18af color RGB value is (234,24,175).
#ea18af hex color red value is 234, green value is 24 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #ea18af hue: 0.88 , saturation: 0.83 and the lightness value of ea18af is 0.51.
The process color (four color CMYK) of #ea18af color hex is 0.00, 0.90, 0.25, 0.08. Web safe color of #ea18af is #ff0099. Color #ea18af contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101010 | 00011000 | 10101111 |
Octal | 352 | 30 | 257 |
Decimal | 234 | 24 | 175 |
Hex | EA | 18 | AF |
Shades of #ea18af
Tints of #ea18af
RGB Percentages of Color #ea18af
CMYK Percentages of Color #ea18af
Complementary Color
#ea18af | #18ea53 |
#ea18af Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ea18af Color Preview on White Background
Lorem ipsum dolor sit amet.
#ea18af Color CSS Codes
.mybgcolor {background-color:#ea18af; } .myforecolor {color:#ea18af; } .mybordercolor {border:3px solid #ea18af; }
#ea18af Text Font Color
<p style="color:#ea18af">Text here</p>
This sample text font color is #ea18af
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.
#ea18af Background Color
<div style="background-color:#ea18af">
Div content here</div>
This div background color is #ea18af
#ea18af Border Color
<div style="border:3px solid #ea18af">
Div here</div>
This div border color is #ea18af
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(234,24,175, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ea18af; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ea18af; -webkit-box-shadow: 1px 1px 3px 2px #ea18af; box-shadow: 1px 1px 3px 2px #ea18af; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(234,24,175, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ea18af">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ea18af; -webkit-box-shadow: 1px 1px 3px 2px #ea18af; box-shadow: 1px 1px 3px 2px #ea18af;">
Div content here</div>
This div box has shadow with color #ea18af
Comments
No comments written yet.
Please login to write comment.