Shades of Hollywood Cerise #E8119E
Tints of Hollywood Cerise #E8119E
RGB
CMYK
RGB Variations
Color information
#E8119E (or 0xE8119E) is known color: Hollywood Cerise. HEX triplet: E8, 11 and 9E. RGB value is (232,17,158). Sum of RGB (Red+Green+Blue) = 232+17+158=407 (53% of max value = 765). Red value is 232 (91.02% from 255 or 57.00% from 407); Green value is 17 (7.03% from 255 or 4.18% from 407); Blue value is 158 (62.11% from 255 or 38.82% from 407); Max value from RGB is 232 - color contains mainly: red. Hex color #E8119E is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E8119E is #17EE61. Grayscale: #616161. Windows color (decimal): -1568354 or 10359272. OLE color: 10359272.
HSL color Cylindrical-coordinate representation of color #E8119E: hue angle of 320.65º degrees, saturation: 0.86, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E8119E is Cyan = 0, Magento = 0.93, Yellow = 0.32 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 17 | 158 | - |
| CMYK | 0 | 0.93 | 0.32 | 0.09 |
| HSL | 320.65º | 0.86% | 0.49% | - |
| HSV(B) | 320.65º | 0.93% | 0.91% | - |
| XYZ | 39.65 | 20.03 | 34.12 | - |
| YUV | 97.36 | 162.23 | 224.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 17 | 158 | 0 | 0.93 | 0.32 | 0.09 | 320.65 | 0.86 | 0.49 |
| Hex | E8 | 11 | 9E | 0 | 5D | 20 | 9 | 141 | 56 | 31 |
| Octal | 350 | 21 | 236 | 0 | 135 | 40 | 11 | 501 | 126 | 61 |
| Binary | 11101000 | 10001 | 10011110 | 0 | 1011101 | 100000 | 1001 | 101000001 | 1010110 | 110001 |
Color Harmonies of #E8119E
Complementary color
Monochromatic Colors of #E8119E
Black with #E8119E
Text Example
Text Example
White with #E8119E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8119E; }
p { color: rgb(232,17,158); }
H1.HeaderClassName
{
color: #E8119E;
}
.AnyTagClassName
{
color: #E8119E;
}
</style>
background-color css
<style>
a { background-color: #E8119E; }
a { background-color: rgb(232,17,158); }
div.DivClassName
{
background-color: #E8119E;
}
.BgClassName
{
background-color: #E8119E;
}
</style>
border-color css
<style>
span { border-color: #E8119E; }
span { border-color: rgb(232,17,158); }
td.TdClassName
{
border-color: #E8119E;
}
.TagClassName
{
border-color: #E8119E;
}
</style>