Shades of Hollywood Cerise #E00C9E
Tints of Hollywood Cerise #E00C9E
RGB
CMYK
RGB Variations
Color information
#E00C9E (or 0xE00C9E) is known color: Hollywood Cerise. HEX triplet: E0, 0C and 9E. RGB value is (224,12,158). Sum of RGB (Red+Green+Blue) = 224+12+158=394 (52% of max value = 765). Red value is 224 (87.89% from 255 or 56.85% from 394); Green value is 12 (5.08% from 255 or 3.05% from 394); Blue value is 158 (62.11% from 255 or 40.10% from 394); Max value from RGB is 224 - color contains mainly: red. Hex color #E00C9E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E00C9E is #1FF361. Grayscale: #5B5B5B. Windows color (decimal): -2093922 or 10357984. OLE color: 10357984.
HSL color Cylindrical-coordinate representation of color #E00C9E: hue angle of 318.68º 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 #E00C9E is Cyan = 0, Magento = 0.95, Yellow = 0.29 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 12 | 158 | - |
| CMYK | 0 | 0.95 | 0.29 | 0.12 |
| HSL | 318.68º | 0.9% | 0.46% | - |
| HSV(B) | 318.68º | 0.95% | 0.88% | - |
| XYZ | 37.04 | 18.58 | 33.98 | - |
| YUV | 92.03 | 165.24 | 222.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 12 | 158 | 0 | 0.95 | 0.29 | 0.12 | 318.68 | 0.9 | 0.46 |
| Hex | E0 | C | 9E | 0 | 5F | 1D | C | 13F | 5A | 2E |
| Octal | 340 | 14 | 236 | 0 | 137 | 35 | 14 | 477 | 132 | 56 |
| Binary | 11100000 | 1100 | 10011110 | 0 | 1011111 | 11101 | 1100 | 100111111 | 1011010 | 101110 |
Color Harmonies of #E00C9E
Complementary color
Monochromatic Colors of #E00C9E
Black with #E00C9E
Text Example
Text Example
White with #E00C9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E00C9E; }
p { color: rgb(224,12,158); }
H1.HeaderClassName
{
color: #E00C9E;
}
.AnyTagClassName
{
color: #E00C9E;
}
</style>
background-color css
<style>
a { background-color: #E00C9E; }
a { background-color: rgb(224,12,158); }
div.DivClassName
{
background-color: #E00C9E;
}
.BgClassName
{
background-color: #E00C9E;
}
</style>
border-color css
<style>
span { border-color: #E00C9E; }
span { border-color: rgb(224,12,158); }
td.TdClassName
{
border-color: #E00C9E;
}
.TagClassName
{
border-color: #E00C9E;
}
</style>