Shades of Hollywood Cerise #E017AA
Tints of Hollywood Cerise #E017AA
RGB
CMYK
RGB Variations
Color information
#E017AA (or 0xE017AA) is known color: Hollywood Cerise. HEX triplet: E0, 17 and AA. RGB value is (224,23,170). Sum of RGB (Red+Green+Blue) = 224+23+170=417 (55% of max value = 765). Red value is 224 (87.89% from 255 or 53.72% from 417); Green value is 23 (9.38% from 255 or 5.52% from 417); Blue value is 170 (66.80% from 255 or 40.77% from 417); Max value from RGB is 224 - color contains mainly: red. Hex color #E017AA is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E017AA is #1FE855. Grayscale: #636363. Windows color (decimal): -2091094 or 11147232. OLE color: 11147232.
HSL color Cylindrical-coordinate representation of color #E017AA: hue angle of 316.12º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E017AA is Cyan = 0, Magento = 0.90, Yellow = 0.24 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 23 | 170 | - |
| CMYK | 0 | 0.90 | 0.24 | 0.12 |
| HSL | 316.12º | 0.81% | 0.48% | - |
| HSV(B) | 316.12º | 0.9% | 0.88% | - |
| XYZ | 38.3 | 19.36 | 39.75 | - |
| YUV | 99.86 | 167.59 | 216.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 23 | 170 | 0 | 0.90 | 0.24 | 0.12 | 316.12 | 0.81 | 0.48 |
| Hex | E0 | 17 | AA | 0 | 5A | 18 | C | 13C | 51 | 30 |
| Octal | 340 | 27 | 252 | 0 | 132 | 30 | 14 | 474 | 121 | 60 |
| Binary | 11100000 | 10111 | 10101010 | 0 | 1011010 | 11000 | 1100 | 100111100 | 1010001 | 110000 |
Color Harmonies of #E017AA
Complementary color
Monochromatic Colors of #E017AA
Black with #E017AA
Text Example
Text Example
White with #E017AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E017AA; }
p { color: rgb(224,23,170); }
H1.HeaderClassName
{
color: #E017AA;
}
.AnyTagClassName
{
color: #E017AA;
}
</style>
background-color css
<style>
a { background-color: #E017AA; }
a { background-color: rgb(224,23,170); }
div.DivClassName
{
background-color: #E017AA;
}
.BgClassName
{
background-color: #E017AA;
}
</style>
border-color css
<style>
span { border-color: #E017AA; }
span { border-color: rgb(224,23,170); }
td.TdClassName
{
border-color: #E017AA;
}
.TagClassName
{
border-color: #E017AA;
}
</style>