Shades of Hollywood Cerise #E1109E
Tints of Hollywood Cerise #E1109E
RGB
CMYK
RGB Variations
Color information
#E1109E (or 0xE1109E) is known color: Hollywood Cerise. HEX triplet: E1, 10 and 9E. RGB value is (225,16,158). Sum of RGB (Red+Green+Blue) = 225+16+158=399 (52% of max value = 765). Red value is 225 (88.28% from 255 or 56.39% from 399); Green value is 16 (6.64% from 255 or 4.01% from 399); Blue value is 158 (62.11% from 255 or 39.60% from 399); Max value from RGB is 225 - color contains mainly: red. Hex color #E1109E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E1109E is #1EEF61. Grayscale: #5E5E5E. Windows color (decimal): -2027362 or 10359009. OLE color: 10359009.
HSL color Cylindrical-coordinate representation of color #E1109E: hue angle of 319.23º 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 #E1109E is Cyan = 0, Magento = 0.93, Yellow = 0.30 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 16 | 158 | - |
| CMYK | 0 | 0.93 | 0.30 | 0.12 |
| HSL | 319.23º | 0.87% | 0.47% | - |
| HSV(B) | 319.23º | 0.93% | 0.88% | - |
| XYZ | 37.41 | 18.85 | 34.01 | - |
| YUV | 94.68 | 163.74 | 220.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 16 | 158 | 0 | 0.93 | 0.30 | 0.12 | 319.23 | 0.87 | 0.47 |
| Hex | E1 | 10 | 9E | 0 | 5D | 1E | C | 13F | 57 | 2F |
| Octal | 341 | 20 | 236 | 0 | 135 | 36 | 14 | 477 | 127 | 57 |
| Binary | 11100001 | 10000 | 10011110 | 0 | 1011101 | 11110 | 1100 | 100111111 | 1010111 | 101111 |
Color Harmonies of #E1109E
Complementary color
Monochromatic Colors of #E1109E
Black with #E1109E
Text Example
Text Example
White with #E1109E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1109E; }
p { color: rgb(225,16,158); }
H1.HeaderClassName
{
color: #E1109E;
}
.AnyTagClassName
{
color: #E1109E;
}
</style>
background-color css
<style>
a { background-color: #E1109E; }
a { background-color: rgb(225,16,158); }
div.DivClassName
{
background-color: #E1109E;
}
.BgClassName
{
background-color: #E1109E;
}
</style>
border-color css
<style>
span { border-color: #E1109E; }
span { border-color: rgb(225,16,158); }
td.TdClassName
{
border-color: #E1109E;
}
.TagClassName
{
border-color: #E1109E;
}
</style>