Shades of Hollywood Cerise #E00AB2
Tints of Hollywood Cerise #E00AB2
RGB
CMYK
RGB Variations
Color information
#E00AB2 (or 0xE00AB2) is known color: Hollywood Cerise. HEX triplet: E0, 0A and B2. RGB value is (224,10,178). Sum of RGB (Red+Green+Blue) = 224+10+178=412 (54% of max value = 765). Red value is 224 (87.89% from 255 or 54.37% from 412); Green value is 10 (4.30% from 255 or 2.43% from 412); Blue value is 178 (69.92% from 255 or 43.20% from 412); Max value from RGB is 224 - color contains mainly: red. Hex color #E00AB2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E00AB2 is #1FF54D. Grayscale: #5C5C5C. Windows color (decimal): -2094414 or 11668192. OLE color: 11668192.
HSL color Cylindrical-coordinate representation of color #E00AB2: hue angle of 312.9º 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 #E00AB2 is Cyan = 0, Magento = 0.96, Yellow = 0.21 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 10 | 178 | - |
| CMYK | 0 | 0.96 | 0.21 | 0.12 |
| HSL | 312.9º | 0.91% | 0.46% | - |
| HSV(B) | 312.9º | 0.96% | 0.88% | - |
| XYZ | 38.88 | 19.28 | 43.79 | - |
| YUV | 93.14 | 175.9 | 221.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 10 | 178 | 0 | 0.96 | 0.21 | 0.12 | 312.9 | 0.91 | 0.46 |
| Hex | E0 | A | B2 | 0 | 60 | 15 | C | 139 | 5B | 2E |
| Octal | 340 | 12 | 262 | 0 | 140 | 25 | 14 | 471 | 133 | 56 |
| Binary | 11100000 | 1010 | 10110010 | 0 | 1100000 | 10101 | 1100 | 100111001 | 1011011 | 101110 |
Color Harmonies of #E00AB2
Complementary color
Monochromatic Colors of #E00AB2
Black with #E00AB2
Text Example
Text Example
White with #E00AB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E00AB2; }
p { color: rgb(224,10,178); }
H1.HeaderClassName
{
color: #E00AB2;
}
.AnyTagClassName
{
color: #E00AB2;
}
</style>
background-color css
<style>
a { background-color: #E00AB2; }
a { background-color: rgb(224,10,178); }
div.DivClassName
{
background-color: #E00AB2;
}
.BgClassName
{
background-color: #E00AB2;
}
</style>
border-color css
<style>
span { border-color: #E00AB2; }
span { border-color: rgb(224,10,178); }
td.TdClassName
{
border-color: #E00AB2;
}
.TagClassName
{
border-color: #E00AB2;
}
</style>