Shades of Hollywood Cerise #E80D9B
Tints of Hollywood Cerise #E80D9B
RGB
CMYK
RGB Variations
Color information
#E80D9B (or 0xE80D9B) is known color: Hollywood Cerise. HEX triplet: E8, 0D and 9B. RGB value is (232,13,155). Sum of RGB (Red+Green+Blue) = 232+13+155=400 (52% of max value = 765). Red value is 232 (91.02% from 255 or 58% from 400); Green value is 13 (5.47% from 255 or 3.25% from 400); Blue value is 155 (60.94% from 255 or 38.75% from 400); Max value from RGB is 232 - color contains mainly: red. Hex color #E80D9B is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E80D9B is #17F264. Grayscale: #5E5E5E. Windows color (decimal): -1569381 or 10161640. OLE color: 10161640.
HSL color Cylindrical-coordinate representation of color #E80D9B: hue angle of 321.1º 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 #E80D9B is Cyan = 0, Magento = 0.94, Yellow = 0.33 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 13 | 155 | - |
| CMYK | 0 | 0.94 | 0.33 | 0.09 |
| HSL | 321.1º | 0.89% | 0.48% | - |
| HSV(B) | 321.1º | 0.94% | 0.91% | - |
| XYZ | 39.34 | 19.81 | 32.76 | - |
| YUV | 94.67 | 162.05 | 225.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 13 | 155 | 0 | 0.94 | 0.33 | 0.09 | 321.1 | 0.89 | 0.48 |
| Hex | E8 | D | 9B | 0 | 5E | 21 | 9 | 141 | 59 | 30 |
| Octal | 350 | 15 | 233 | 0 | 136 | 41 | 11 | 501 | 131 | 60 |
| Binary | 11101000 | 1101 | 10011011 | 0 | 1011110 | 100001 | 1001 | 101000001 | 1011001 | 110000 |
Color Harmonies of #E80D9B
Complementary color
Monochromatic Colors of #E80D9B
Black with #E80D9B
Text Example
Text Example
White with #E80D9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E80D9B; }
p { color: rgb(232,13,155); }
H1.HeaderClassName
{
color: #E80D9B;
}
.AnyTagClassName
{
color: #E80D9B;
}
</style>
background-color css
<style>
a { background-color: #E80D9B; }
a { background-color: rgb(232,13,155); }
div.DivClassName
{
background-color: #E80D9B;
}
.BgClassName
{
background-color: #E80D9B;
}
</style>
border-color css
<style>
span { border-color: #E80D9B; }
span { border-color: rgb(232,13,155); }
td.TdClassName
{
border-color: #E80D9B;
}
.TagClassName
{
border-color: #E80D9B;
}
</style>