Color spaces of #ea969d
RGB | 234 | 150 | 157 |
---|---|---|---|
HSL | 0.99 | 0.67 | 0.75 |
HSV | 355° | 36° | 92° |
CMYK | 0.00 | 0.36 | 0.33 0.08 |
XYZ | 50.9238 | 41.7394 | 37.2708 |
Yxy | 41.7394 | 0.3919 | 0.3212 |
Hunter Lab | 64.6060 | 27.6368 | 11.0202 |
CIE-Lab | 70.6909 | 32.4304 | 9.5621 |
#ea969d color RGB value is (234,150,157).
#ea969d hex color red value is 234, green value is 150 and the blue value of its RGB is 157. Cylindrical-coordinate representations (also known as HSL) of color #ea969d hue: 0.99 , saturation: 0.67 and the lightness value of ea969d is 0.75.
The process color (four color CMYK) of #ea969d color hex is 0.00, 0.36, 0.33, 0.08. Web safe color of #ea969d is #ff9999. Color #ea969d contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101010 | 10010110 | 10011101 |
Octal | 352 | 226 | 235 |
Decimal | 234 | 150 | 157 |
Hex | EA | 96 | 9D |
Shades of #ea969d
Tints of #ea969d
RGB Percentages of Color #ea969d
CMYK Percentages of Color #ea969d
Complementary Color
#ea969d | #96eae3 |
#ea969d Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ea969d Color Preview on White Background
Lorem ipsum dolor sit amet.
#ea969d Color CSS Codes
.mybgcolor {background-color:#ea969d; } .myforecolor {color:#ea969d; } .mybordercolor {border:3px solid #ea969d; }
#ea969d Text Font Color
<p style="color:#ea969d">Text here</p>
This sample text font color is #ea969d
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.
#ea969d Background Color
<div style="background-color:#ea969d">
Div content here</div>
This div background color is #ea969d
#ea969d Border Color
<div style="border:3px solid #ea969d">
Div here</div>
This div border color is #ea969d
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(234,150,157, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ea969d; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ea969d; -webkit-box-shadow: 1px 1px 3px 2px #ea969d; box-shadow: 1px 1px 3px 2px #ea969d; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(234,150,157, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ea969d">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ea969d; -webkit-box-shadow: 1px 1px 3px 2px #ea969d; box-shadow: 1px 1px 3px 2px #ea969d;">
Div content here</div>
This div box has shadow with color #ea969d
Comments
No comments written yet.
Please login to write comment.