Shades of Hollywood Cerise #E00E9E
Tints of Hollywood Cerise #E00E9E
RGB
CMYK
RGB Variations
Color information
#E00E9E (or 0xE00E9E) is known color: Hollywood Cerise. HEX triplet: E0, 0E and 9E. RGB value is (224,14,158). Sum of RGB (Red+Green+Blue) = 224+14+158=396 (52% of max value = 765). Red value is 224 (87.89% from 255 or 56.57% from 396); Green value is 14 (5.86% from 255 or 3.54% from 396); Blue value is 158 (62.11% from 255 or 39.90% from 396); Max value from RGB is 224 - color contains mainly: red. Hex color #E00E9E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E00E9E is #1FF161. Grayscale: #5C5C5C. Windows color (decimal): -2093410 or 10358496. OLE color: 10358496.
HSL color Cylindrical-coordinate representation of color #E00E9E: hue angle of 318.86º 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 #E00E9E is Cyan = 0, Magento = 0.94, Yellow = 0.29 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 14 | 158 | - |
| CMYK | 0 | 0.94 | 0.29 | 0.12 |
| HSL | 318.86º | 0.88% | 0.47% | - |
| HSV(B) | 318.86º | 0.94% | 0.88% | - |
| XYZ | 37.07 | 18.63 | 33.99 | - |
| YUV | 93.21 | 164.57 | 221.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 14 | 158 | 0 | 0.94 | 0.29 | 0.12 | 318.86 | 0.88 | 0.47 |
| Hex | E0 | E | 9E | 0 | 5E | 1D | C | 13F | 58 | 2F |
| Octal | 340 | 16 | 236 | 0 | 136 | 35 | 14 | 477 | 130 | 57 |
| Binary | 11100000 | 1110 | 10011110 | 0 | 1011110 | 11101 | 1100 | 100111111 | 1011000 | 101111 |
Color Harmonies of #E00E9E
Complementary color
Monochromatic Colors of #E00E9E
Black with #E00E9E
Text Example
Text Example
White with #E00E9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E00E9E; }
p { color: rgb(224,14,158); }
H1.HeaderClassName
{
color: #E00E9E;
}
.AnyTagClassName
{
color: #E00E9E;
}
</style>
background-color css
<style>
a { background-color: #E00E9E; }
a { background-color: rgb(224,14,158); }
div.DivClassName
{
background-color: #E00E9E;
}
.BgClassName
{
background-color: #E00E9E;
}
</style>
border-color css
<style>
span { border-color: #E00E9E; }
span { border-color: rgb(224,14,158); }
td.TdClassName
{
border-color: #E00E9E;
}
.TagClassName
{
border-color: #E00E9E;
}
</style>