Shades of Hollywood Cerise #E008AB
Tints of Hollywood Cerise #E008AB
RGB
CMYK
RGB Variations
Color information
#E008AB (or 0xE008AB) is known color: Hollywood Cerise. HEX triplet: E0, 08 and AB. RGB value is (224,8,171). Sum of RGB (Red+Green+Blue) = 224+8+171=403 (53% of max value = 765). Red value is 224 (87.89% from 255 or 55.58% from 403); Green value is 8 (3.52% from 255 or 1.99% from 403); Blue value is 171 (67.19% from 255 or 42.43% from 403); Max value from RGB is 224 - color contains mainly: red. Hex color #E008AB is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E008AB is #1FF754. Grayscale: #5A5A5A. Windows color (decimal): -2094933 or 11208928. OLE color: 11208928.
HSL color Cylindrical-coordinate representation of color #E008AB: hue angle of 314.72º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E008AB is Cyan = 0, Magento = 0.96, Yellow = 0.24 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 8 | 171 | - |
| CMYK | 0 | 0.96 | 0.24 | 0.12 |
| HSL | 314.72º | 0.93% | 0.45% | - |
| HSV(B) | 314.72º | 0.96% | 0.88% | - |
| XYZ | 38.18 | 18.96 | 40.18 | - |
| YUV | 91.17 | 173.06 | 222.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 8 | 171 | 0 | 0.96 | 0.24 | 0.12 | 314.72 | 0.93 | 0.45 |
| Hex | E0 | 8 | AB | 0 | 60 | 18 | C | 13B | 5D | 2D |
| Octal | 340 | 10 | 253 | 0 | 140 | 30 | 14 | 473 | 135 | 55 |
| Binary | 11100000 | 1000 | 10101011 | 0 | 1100000 | 11000 | 1100 | 100111011 | 1011101 | 101101 |
Color Harmonies of #E008AB
Complementary color
Monochromatic Colors of #E008AB
Black with #E008AB
Text Example
Text Example
White with #E008AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E008AB; }
p { color: rgb(224,8,171); }
H1.HeaderClassName
{
color: #E008AB;
}
.AnyTagClassName
{
color: #E008AB;
}
</style>
background-color css
<style>
a { background-color: #E008AB; }
a { background-color: rgb(224,8,171); }
div.DivClassName
{
background-color: #E008AB;
}
.BgClassName
{
background-color: #E008AB;
}
</style>
border-color css
<style>
span { border-color: #E008AB; }
span { border-color: rgb(224,8,171); }
td.TdClassName
{
border-color: #E008AB;
}
.TagClassName
{
border-color: #E008AB;
}
</style>