Shades of Hollywood Cerise #E8119A
Tints of Hollywood Cerise #E8119A
RGB
CMYK
RGB Variations
Color information
#E8119A (or 0xE8119A) is known color: Hollywood Cerise. HEX triplet: E8, 11 and 9A. RGB value is (232,17,154). Sum of RGB (Red+Green+Blue) = 232+17+154=403 (53% of max value = 765). Red value is 232 (91.02% from 255 or 57.57% from 403); Green value is 17 (7.03% from 255 or 4.22% from 403); Blue value is 154 (60.55% from 255 or 38.21% from 403); Max value from RGB is 232 - color contains mainly: red. Hex color #E8119A is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E8119A is #17EE65. Grayscale: #606060. Windows color (decimal): -1568358 or 10097128. OLE color: 10097128.
HSL color Cylindrical-coordinate representation of color #E8119A: hue angle of 321.77º 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 #E8119A is Cyan = 0, Magento = 0.93, Yellow = 0.34 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 17 | 154 | - |
| CMYK | 0 | 0.93 | 0.34 | 0.09 |
| HSL | 321.77º | 0.86% | 0.49% | - |
| HSV(B) | 321.77º | 0.93% | 0.91% | - |
| XYZ | 39.31 | 19.89 | 32.34 | - |
| YUV | 96.9 | 160.23 | 224.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 17 | 154 | 0 | 0.93 | 0.34 | 0.09 | 321.77 | 0.86 | 0.49 |
| Hex | E8 | 11 | 9A | 0 | 5D | 22 | 9 | 142 | 56 | 31 |
| Octal | 350 | 21 | 232 | 0 | 135 | 42 | 11 | 502 | 126 | 61 |
| Binary | 11101000 | 10001 | 10011010 | 0 | 1011101 | 100010 | 1001 | 101000010 | 1010110 | 110001 |
Color Harmonies of #E8119A
Complementary color
Monochromatic Colors of #E8119A
Black with #E8119A
Text Example
Text Example
White with #E8119A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8119A; }
p { color: rgb(232,17,154); }
H1.HeaderClassName
{
color: #E8119A;
}
.AnyTagClassName
{
color: #E8119A;
}
</style>
background-color css
<style>
a { background-color: #E8119A; }
a { background-color: rgb(232,17,154); }
div.DivClassName
{
background-color: #E8119A;
}
.BgClassName
{
background-color: #E8119A;
}
</style>
border-color css
<style>
span { border-color: #E8119A; }
span { border-color: rgb(232,17,154); }
td.TdClassName
{
border-color: #E8119A;
}
.TagClassName
{
border-color: #E8119A;
}
</style>