Color spaces of #e44eaa
RGB | 228 | 78 | 170 |
---|---|---|---|
HSL | 0.90 | 0.74 | 0.60 |
HSV | 323° | 66° | 89° |
CMYK | 0.00 | 0.66 | 0.25 0.11 |
XYZ | 41.9750 | 24.8450 | 40.6135 |
Yxy | 24.8450 | 0.3907 | 0.2313 |
Hunter Lab | 49.8448 | 63.0891 | -13.4181 |
CIE-Lab | 56.9241 | 66.4345 | -18.2371 |
#e44eaa color RGB value is (228,78,170).
#e44eaa hex color red value is 228, green value is 78 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #e44eaa hue: 0.90 , saturation: 0.74 and the lightness value of e44eaa is 0.60.
The process color (four color CMYK) of #e44eaa color hex is 0.00, 0.66, 0.25, 0.11. Web safe color of #e44eaa is #cc6699. Color #e44eaa contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11100100 | 01001110 | 10101010 |
Octal | 344 | 116 | 252 |
Decimal | 228 | 78 | 170 |
Hex | E4 | 4E | AA |
Shades of #e44eaa
Tints of #e44eaa
RGB Percentages of Color #e44eaa
CMYK Percentages of Color #e44eaa
Complementary Color
#e44eaa | #4ee488 |
#e44eaa Color Preview on Black Background
Lorem ipsum dolor sit amet.
#e44eaa Color Preview on White Background
Lorem ipsum dolor sit amet.
#e44eaa Color CSS Codes
.mybgcolor {background-color:#e44eaa; } .myforecolor {color:#e44eaa; } .mybordercolor {border:3px solid #e44eaa; }
#e44eaa Text Font Color
<p style="color:#e44eaa">Text here</p>
This sample text font color is #e44eaa
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.
#e44eaa Background Color
<div style="background-color:#e44eaa">
Div content here</div>
This div background color is #e44eaa
#e44eaa Border Color
<div style="border:3px solid #e44eaa">
Div here</div>
This div border color is #e44eaa
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(228,78,170, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #e44eaa; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #e44eaa; -webkit-box-shadow: 1px 1px 3px 2px #e44eaa; box-shadow: 1px 1px 3px 2px #e44eaa; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(228,78,170, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #e44eaa">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #e44eaa; -webkit-box-shadow: 1px 1px 3px 2px #e44eaa; box-shadow: 1px 1px 3px 2px #e44eaa;">
Div content here</div>
This div box has shadow with color #e44eaa
Comments
No comments written yet.
Please login to write comment.