Shades of Hollywood Cerise #E009A8
Tints of Hollywood Cerise #E009A8
RGB
CMYK
RGB Variations
Color information
#E009A8 (or 0xE009A8) is known color: Hollywood Cerise. HEX triplet: E0, 09 and A8. RGB value is (224,9,168). Sum of RGB (Red+Green+Blue) = 224+9+168=401 (53% of max value = 765). Red value is 224 (87.89% from 255 or 55.86% from 401); Green value is 9 (3.91% from 255 or 2.24% from 401); Blue value is 168 (66.02% from 255 or 41.90% from 401); Max value from RGB is 224 - color contains mainly: red. Hex color #E009A8 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E009A8 is #1FF657. Grayscale: #5A5A5A. Windows color (decimal): -2094680 or 11012576. OLE color: 11012576.
HSL color Cylindrical-coordinate representation of color #E009A8: hue angle of 315.63º degrees, saturation: 0.92, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E009A8 is Cyan = 0, Magento = 0.96, Yellow = 0.25 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 9 | 168 | - |
| CMYK | 0 | 0.96 | 0.25 | 0.12 |
| HSL | 315.63º | 0.92% | 0.46% | - |
| HSV(B) | 315.63º | 0.96% | 0.88% | - |
| XYZ | 37.91 | 18.87 | 38.69 | - |
| YUV | 91.41 | 171.23 | 222.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 9 | 168 | 0 | 0.96 | 0.25 | 0.12 | 315.63 | 0.92 | 0.46 |
| Hex | E0 | 9 | A8 | 0 | 60 | 19 | C | 13C | 5C | 2E |
| Octal | 340 | 11 | 250 | 0 | 140 | 31 | 14 | 474 | 134 | 56 |
| Binary | 11100000 | 1001 | 10101000 | 0 | 1100000 | 11001 | 1100 | 100111100 | 1011100 | 101110 |
Color Harmonies of #E009A8
Complementary color
Monochromatic Colors of #E009A8
Black with #E009A8
Text Example
Text Example
White with #E009A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E009A8; }
p { color: rgb(224,9,168); }
H1.HeaderClassName
{
color: #E009A8;
}
.AnyTagClassName
{
color: #E009A8;
}
</style>
background-color css
<style>
a { background-color: #E009A8; }
a { background-color: rgb(224,9,168); }
div.DivClassName
{
background-color: #E009A8;
}
.BgClassName
{
background-color: #E009A8;
}
</style>
border-color css
<style>
span { border-color: #E009A8; }
span { border-color: rgb(224,9,168); }
td.TdClassName
{
border-color: #E009A8;
}
.TagClassName
{
border-color: #E009A8;
}
</style>