Shades of Hollywood Cerise #E0109E
Tints of Hollywood Cerise #E0109E
RGB
CMYK
RGB Variations
Color information
#E0109E (or 0xE0109E) is known color: Hollywood Cerise. HEX triplet: E0, 10 and 9E. RGB value is (224,16,158). Sum of RGB (Red+Green+Blue) = 224+16+158=398 (52% of max value = 765). Red value is 224 (87.89% from 255 or 56.28% from 398); Green value is 16 (6.64% from 255 or 4.02% from 398); Blue value is 158 (62.11% from 255 or 39.70% from 398); Max value from RGB is 224 - color contains mainly: red. Hex color #E0109E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E0109E is #1FEF61. Grayscale: #5E5E5E. Windows color (decimal): -2092898 or 10359008. OLE color: 10359008.
HSL color Cylindrical-coordinate representation of color #E0109E: hue angle of 319.04º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E0109E is Cyan = 0, Magento = 0.93, Yellow = 0.29 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 16 | 158 | - |
| CMYK | 0 | 0.93 | 0.29 | 0.12 |
| HSL | 319.04º | 0.87% | 0.47% | - |
| HSV(B) | 319.04º | 0.93% | 0.88% | - |
| XYZ | 37.1 | 18.69 | 34 | - |
| YUV | 94.38 | 163.91 | 220.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 16 | 158 | 0 | 0.93 | 0.29 | 0.12 | 319.04 | 0.87 | 0.47 |
| Hex | E0 | 10 | 9E | 0 | 5D | 1D | C | 13F | 57 | 2F |
| Octal | 340 | 20 | 236 | 0 | 135 | 35 | 14 | 477 | 127 | 57 |
| Binary | 11100000 | 10000 | 10011110 | 0 | 1011101 | 11101 | 1100 | 100111111 | 1010111 | 101111 |
Color Harmonies of #E0109E
Complementary color
Monochromatic Colors of #E0109E
Black with #E0109E
Text Example
Text Example
White with #E0109E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0109E; }
p { color: rgb(224,16,158); }
H1.HeaderClassName
{
color: #E0109E;
}
.AnyTagClassName
{
color: #E0109E;
}
</style>
background-color css
<style>
a { background-color: #E0109E; }
a { background-color: rgb(224,16,158); }
div.DivClassName
{
background-color: #E0109E;
}
.BgClassName
{
background-color: #E0109E;
}
</style>
border-color css
<style>
span { border-color: #E0109E; }
span { border-color: rgb(224,16,158); }
td.TdClassName
{
border-color: #E0109E;
}
.TagClassName
{
border-color: #E0109E;
}
</style>