Shades of Hollywood Cerise #E80E9B
Tints of Hollywood Cerise #E80E9B
RGB
CMYK
RGB Variations
Color information
#E80E9B (or 0xE80E9B) is known color: Hollywood Cerise. HEX triplet: E8, 0E and 9B. RGB value is (232,14,155). Sum of RGB (Red+Green+Blue) = 232+14+155=401 (53% of max value = 765). Red value is 232 (91.02% from 255 or 57.86% from 401); Green value is 14 (5.86% from 255 or 3.49% from 401); Blue value is 155 (60.94% from 255 or 38.65% from 401); Max value from RGB is 232 - color contains mainly: red. Hex color #E80E9B is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E80E9B is #17F164. Grayscale: #5E5E5E. Windows color (decimal): -1569125 or 10161896. OLE color: 10161896.
HSL color Cylindrical-coordinate representation of color #E80E9B: hue angle of 321.19º degrees, saturation: 0.89, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E80E9B is Cyan = 0, Magento = 0.94, Yellow = 0.33 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 14 | 155 | - |
| CMYK | 0 | 0.94 | 0.33 | 0.09 |
| HSL | 321.19º | 0.89% | 0.48% | - |
| HSV(B) | 321.19º | 0.94% | 0.91% | - |
| XYZ | 39.35 | 19.84 | 32.77 | - |
| YUV | 95.26 | 161.72 | 225.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 14 | 155 | 0 | 0.94 | 0.33 | 0.09 | 321.19 | 0.89 | 0.48 |
| Hex | E8 | E | 9B | 0 | 5E | 21 | 9 | 141 | 59 | 30 |
| Octal | 350 | 16 | 233 | 0 | 136 | 41 | 11 | 501 | 131 | 60 |
| Binary | 11101000 | 1110 | 10011011 | 0 | 1011110 | 100001 | 1001 | 101000001 | 1011001 | 110000 |
Color Harmonies of #E80E9B
Complementary color
Monochromatic Colors of #E80E9B
Black with #E80E9B
Text Example
Text Example
White with #E80E9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E80E9B; }
p { color: rgb(232,14,155); }
H1.HeaderClassName
{
color: #E80E9B;
}
.AnyTagClassName
{
color: #E80E9B;
}
</style>
background-color css
<style>
a { background-color: #E80E9B; }
a { background-color: rgb(232,14,155); }
div.DivClassName
{
background-color: #E80E9B;
}
.BgClassName
{
background-color: #E80E9B;
}
</style>
border-color css
<style>
span { border-color: #E80E9B; }
span { border-color: rgb(232,14,155); }
td.TdClassName
{
border-color: #E80E9B;
}
.TagClassName
{
border-color: #E80E9B;
}
</style>