Shades of Hollywood Cerise #E8119C
Tints of Hollywood Cerise #E8119C
RGB
CMYK
RGB Variations
Color information
#E8119C (or 0xE8119C) is known color: Hollywood Cerise. HEX triplet: E8, 11 and 9C. RGB value is (232,17,156). Sum of RGB (Red+Green+Blue) = 232+17+156=405 (53% of max value = 765). Red value is 232 (91.02% from 255 or 57.28% from 405); Green value is 17 (7.03% from 255 or 4.20% from 405); Blue value is 156 (61.33% from 255 or 38.52% from 405); Max value from RGB is 232 - color contains mainly: red. Hex color #E8119C is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E8119C is #17EE63. Grayscale: #606060. Windows color (decimal): -1568356 or 10228200. OLE color: 10228200.
HSL color Cylindrical-coordinate representation of color #E8119C: hue angle of 321.21º 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 #E8119C is Cyan = 0, Magento = 0.93, Yellow = 0.33 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 17 | 156 | - |
| CMYK | 0 | 0.93 | 0.33 | 0.09 |
| HSL | 321.21º | 0.86% | 0.49% | - |
| HSV(B) | 321.21º | 0.93% | 0.91% | - |
| XYZ | 39.48 | 19.96 | 33.22 | - |
| YUV | 97.13 | 161.23 | 224.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 17 | 156 | 0 | 0.93 | 0.33 | 0.09 | 321.21 | 0.86 | 0.49 |
| Hex | E8 | 11 | 9C | 0 | 5D | 21 | 9 | 141 | 56 | 31 |
| Octal | 350 | 21 | 234 | 0 | 135 | 41 | 11 | 501 | 126 | 61 |
| Binary | 11101000 | 10001 | 10011100 | 0 | 1011101 | 100001 | 1001 | 101000001 | 1010110 | 110001 |
Color Harmonies of #E8119C
Complementary color
Monochromatic Colors of #E8119C
Black with #E8119C
Text Example
Text Example
White with #E8119C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8119C; }
p { color: rgb(232,17,156); }
H1.HeaderClassName
{
color: #E8119C;
}
.AnyTagClassName
{
color: #E8119C;
}
</style>
background-color css
<style>
a { background-color: #E8119C; }
a { background-color: rgb(232,17,156); }
div.DivClassName
{
background-color: #E8119C;
}
.BgClassName
{
background-color: #E8119C;
}
</style>
border-color css
<style>
span { border-color: #E8119C; }
span { border-color: rgb(232,17,156); }
td.TdClassName
{
border-color: #E8119C;
}
.TagClassName
{
border-color: #E8119C;
}
</style>