Shades of Hollywood Cerise #E009AB
Tints of Hollywood Cerise #E009AB
RGB
CMYK
RGB Variations
Color information
#E009AB (or 0xE009AB) is known color: Hollywood Cerise. HEX triplet: E0, 09 and AB. RGB value is (224,9,171). Sum of RGB (Red+Green+Blue) = 224+9+171=404 (53% of max value = 765). Red value is 224 (87.89% from 255 or 55.45% from 404); Green value is 9 (3.91% from 255 or 2.23% from 404); Blue value is 171 (67.19% from 255 or 42.33% from 404); Max value from RGB is 224 - color contains mainly: red. Hex color #E009AB is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E009AB is #1FF654. Grayscale: #5B5B5B. Windows color (decimal): -2094677 or 11209184. OLE color: 11209184.
HSL color Cylindrical-coordinate representation of color #E009AB: hue angle of 314.79º 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 #E009AB is Cyan = 0, Magento = 0.96, Yellow = 0.24 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 9 | 171 | - |
| CMYK | 0 | 0.96 | 0.24 | 0.12 |
| HSL | 314.79º | 0.92% | 0.46% | - |
| HSV(B) | 314.79º | 0.96% | 0.88% | - |
| XYZ | 38.19 | 18.98 | 40.18 | - |
| YUV | 91.75 | 172.73 | 222.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 9 | 171 | 0 | 0.96 | 0.24 | 0.12 | 314.79 | 0.92 | 0.46 |
| Hex | E0 | 9 | AB | 0 | 60 | 18 | C | 13B | 5C | 2E |
| Octal | 340 | 11 | 253 | 0 | 140 | 30 | 14 | 473 | 134 | 56 |
| Binary | 11100000 | 1001 | 10101011 | 0 | 1100000 | 11000 | 1100 | 100111011 | 1011100 | 101110 |
Color Harmonies of #E009AB
Complementary color
Monochromatic Colors of #E009AB
Black with #E009AB
Text Example
Text Example
White with #E009AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E009AB; }
p { color: rgb(224,9,171); }
H1.HeaderClassName
{
color: #E009AB;
}
.AnyTagClassName
{
color: #E009AB;
}
</style>
background-color css
<style>
a { background-color: #E009AB; }
a { background-color: rgb(224,9,171); }
div.DivClassName
{
background-color: #E009AB;
}
.BgClassName
{
background-color: #E009AB;
}
</style>
border-color css
<style>
span { border-color: #E009AB; }
span { border-color: rgb(224,9,171); }
td.TdClassName
{
border-color: #E009AB;
}
.TagClassName
{
border-color: #E009AB;
}
</style>