Shades of Hollywood Cerise #E00AB0
Tints of Hollywood Cerise #E00AB0
RGB
CMYK
RGB Variations
Color information
#E00AB0 (or 0xE00AB0) is known color: Hollywood Cerise. HEX triplet: E0, 0A and B0. RGB value is (224,10,176). Sum of RGB (Red+Green+Blue) = 224+10+176=410 (54% of max value = 765). Red value is 224 (87.89% from 255 or 54.63% from 410); Green value is 10 (4.30% from 255 or 2.44% from 410); Blue value is 176 (69.14% from 255 or 42.93% from 410); Max value from RGB is 224 - color contains mainly: red. Hex color #E00AB0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E00AB0 is #1FF54F. Grayscale: #5C5C5C. Windows color (decimal): -2094416 or 11537120. OLE color: 11537120.
HSL color Cylindrical-coordinate representation of color #E00AB0: hue angle of 313.46º degrees, saturation: 0.91, 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 #E00AB0 is Cyan = 0, Magento = 0.96, Yellow = 0.21 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 10 | 176 | - |
| CMYK | 0 | 0.96 | 0.21 | 0.12 |
| HSL | 313.46º | 0.91% | 0.46% | - |
| HSV(B) | 313.46º | 0.96% | 0.88% | - |
| XYZ | 38.69 | 19.2 | 42.74 | - |
| YUV | 92.91 | 174.9 | 221.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 10 | 176 | 0 | 0.96 | 0.21 | 0.12 | 313.46 | 0.91 | 0.46 |
| Hex | E0 | A | B0 | 0 | 60 | 15 | C | 139 | 5B | 2E |
| Octal | 340 | 12 | 260 | 0 | 140 | 25 | 14 | 471 | 133 | 56 |
| Binary | 11100000 | 1010 | 10110000 | 0 | 1100000 | 10101 | 1100 | 100111001 | 1011011 | 101110 |
Color Harmonies of #E00AB0
Complementary color
Monochromatic Colors of #E00AB0
Black with #E00AB0
Text Example
Text Example
White with #E00AB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E00AB0; }
p { color: rgb(224,10,176); }
H1.HeaderClassName
{
color: #E00AB0;
}
.AnyTagClassName
{
color: #E00AB0;
}
</style>
background-color css
<style>
a { background-color: #E00AB0; }
a { background-color: rgb(224,10,176); }
div.DivClassName
{
background-color: #E00AB0;
}
.BgClassName
{
background-color: #E00AB0;
}
</style>
border-color css
<style>
span { border-color: #E00AB0; }
span { border-color: rgb(224,10,176); }
td.TdClassName
{
border-color: #E00AB0;
}
.TagClassName
{
border-color: #E00AB0;
}
</style>