Shades of Hollywood Cerise #E8159C
Tints of Hollywood Cerise #E8159C
RGB
CMYK
RGB Variations
Color information
#E8159C (or 0xE8159C) is known color: Hollywood Cerise. HEX triplet: E8, 15 and 9C. RGB value is (232,21,156). Sum of RGB (Red+Green+Blue) = 232+21+156=409 (54% of max value = 765). Red value is 232 (91.02% from 255 or 56.72% from 409); Green value is 21 (8.59% from 255 or 5.13% from 409); Blue value is 156 (61.33% from 255 or 38.14% from 409); Max value from RGB is 232 - color contains mainly: red. Hex color #E8159C is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E8159C is #17EA63. Grayscale: #636363. Windows color (decimal): -1567332 or 10229224. OLE color: 10229224.
HSL color Cylindrical-coordinate representation of color #E8159C: hue angle of 321.61º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E8159C is Cyan = 0, Magento = 0.91, Yellow = 0.33 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 21 | 156 | - |
| CMYK | 0 | 0.91 | 0.33 | 0.09 |
| HSL | 321.61º | 0.83% | 0.5% | - |
| HSV(B) | 321.61º | 0.91% | 0.91% | - |
| XYZ | 39.55 | 20.09 | 33.25 | - |
| YUV | 99.48 | 159.9 | 222.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 21 | 156 | 0 | 0.91 | 0.33 | 0.09 | 321.61 | 0.83 | 0.5 |
| Hex | E8 | 15 | 9C | 0 | 5B | 21 | 9 | 142 | 53 | 32 |
| Octal | 350 | 25 | 234 | 0 | 133 | 41 | 11 | 502 | 123 | 62 |
| Binary | 11101000 | 10101 | 10011100 | 0 | 1011011 | 100001 | 1001 | 101000010 | 1010011 | 110010 |
Color Harmonies of #E8159C
Complementary color
Monochromatic Colors of #E8159C
Black with #E8159C
Text Example
Text Example
White with #E8159C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8159C; }
p { color: rgb(232,21,156); }
H1.HeaderClassName
{
color: #E8159C;
}
.AnyTagClassName
{
color: #E8159C;
}
</style>
background-color css
<style>
a { background-color: #E8159C; }
a { background-color: rgb(232,21,156); }
div.DivClassName
{
background-color: #E8159C;
}
.BgClassName
{
background-color: #E8159C;
}
</style>
border-color css
<style>
span { border-color: #E8159C; }
span { border-color: rgb(232,21,156); }
td.TdClassName
{
border-color: #E8159C;
}
.TagClassName
{
border-color: #E8159C;
}
</style>