Shades of Hollywood Cerise #E00E9C
Tints of Hollywood Cerise #E00E9C
RGB
CMYK
RGB Variations
Color information
#E00E9C (or 0xE00E9C) is known color: Hollywood Cerise. HEX triplet: E0, 0E and 9C. RGB value is (224,14,156). Sum of RGB (Red+Green+Blue) = 224+14+156=394 (52% of max value = 765). Red value is 224 (87.89% from 255 or 56.85% from 394); Green value is 14 (5.86% from 255 or 3.55% from 394); Blue value is 156 (61.33% from 255 or 39.59% from 394); Max value from RGB is 224 - color contains mainly: red. Hex color #E00E9C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E00E9C is #1FF163. Grayscale: #5C5C5C. Windows color (decimal): -2093412 or 10227424. OLE color: 10227424.
HSL color Cylindrical-coordinate representation of color #E00E9C: hue angle of 319.43º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E00E9C is Cyan = 0, Magento = 0.94, Yellow = 0.30 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 14 | 156 | - |
| CMYK | 0 | 0.94 | 0.30 | 0.12 |
| HSL | 319.43º | 0.88% | 0.47% | - |
| HSV(B) | 319.43º | 0.94% | 0.88% | - |
| XYZ | 36.9 | 18.56 | 33.09 | - |
| YUV | 92.98 | 163.57 | 221.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 14 | 156 | 0 | 0.94 | 0.30 | 0.12 | 319.43 | 0.88 | 0.47 |
| Hex | E0 | E | 9C | 0 | 5E | 1E | C | 13F | 58 | 2F |
| Octal | 340 | 16 | 234 | 0 | 136 | 36 | 14 | 477 | 130 | 57 |
| Binary | 11100000 | 1110 | 10011100 | 0 | 1011110 | 11110 | 1100 | 100111111 | 1011000 | 101111 |
Color Harmonies of #E00E9C
Complementary color
Monochromatic Colors of #E00E9C
Black with #E00E9C
Text Example
Text Example
White with #E00E9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E00E9C; }
p { color: rgb(224,14,156); }
H1.HeaderClassName
{
color: #E00E9C;
}
.AnyTagClassName
{
color: #E00E9C;
}
</style>
background-color css
<style>
a { background-color: #E00E9C; }
a { background-color: rgb(224,14,156); }
div.DivClassName
{
background-color: #E00E9C;
}
.BgClassName
{
background-color: #E00E9C;
}
</style>
border-color css
<style>
span { border-color: #E00E9C; }
span { border-color: rgb(224,14,156); }
td.TdClassName
{
border-color: #E00E9C;
}
.TagClassName
{
border-color: #E00E9C;
}
</style>