Shades of Hollywood Cerise #E00CAC
Tints of Hollywood Cerise #E00CAC
RGB
CMYK
RGB Variations
Color information
#E00CAC (or 0xE00CAC) is known color: Hollywood Cerise. HEX triplet: E0, 0C and AC. RGB value is (224,12,172). Sum of RGB (Red+Green+Blue) = 224+12+172=408 (54% of max value = 765). Red value is 224 (87.89% from 255 or 54.90% from 408); Green value is 12 (5.08% from 255 or 2.94% from 408); Blue value is 172 (67.58% from 255 or 42.16% from 408); Max value from RGB is 224 - color contains mainly: red. Hex color #E00CAC is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E00CAC is #1FF353. Grayscale: #5D5D5D. Windows color (decimal): -2093908 or 11275488. OLE color: 11275488.
HSL color Cylindrical-coordinate representation of color #E00CAC: hue angle of 314.72º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E00CAC is Cyan = 0, Magento = 0.95, Yellow = 0.23 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 12 | 172 | - |
| CMYK | 0 | 0.95 | 0.23 | 0.12 |
| HSL | 314.72º | 0.9% | 0.46% | - |
| HSV(B) | 314.72º | 0.95% | 0.88% | - |
| XYZ | 38.32 | 19.09 | 40.69 | - |
| YUV | 93.63 | 172.24 | 220.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 12 | 172 | 0 | 0.95 | 0.23 | 0.12 | 314.72 | 0.9 | 0.46 |
| Hex | E0 | C | AC | 0 | 5F | 17 | C | 13B | 5A | 2E |
| Octal | 340 | 14 | 254 | 0 | 137 | 27 | 14 | 473 | 132 | 56 |
| Binary | 11100000 | 1100 | 10101100 | 0 | 1011111 | 10111 | 1100 | 100111011 | 1011010 | 101110 |
Color Harmonies of #E00CAC
Complementary color
Monochromatic Colors of #E00CAC
Black with #E00CAC
Text Example
Text Example
White with #E00CAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E00CAC; }
p { color: rgb(224,12,172); }
H1.HeaderClassName
{
color: #E00CAC;
}
.AnyTagClassName
{
color: #E00CAC;
}
</style>
background-color css
<style>
a { background-color: #E00CAC; }
a { background-color: rgb(224,12,172); }
div.DivClassName
{
background-color: #E00CAC;
}
.BgClassName
{
background-color: #E00CAC;
}
</style>
border-color css
<style>
span { border-color: #E00CAC; }
span { border-color: rgb(224,12,172); }
td.TdClassName
{
border-color: #E00CAC;
}
.TagClassName
{
border-color: #E00CAC;
}
</style>