Shades of Hollywood Cerise #E80DB1
Tints of Hollywood Cerise #E80DB1
RGB
CMYK
RGB Variations
Color information
#E80DB1 (or 0xE80DB1) is known color: Hollywood Cerise. HEX triplet: E8, 0D and B1. RGB value is (232,13,177). Sum of RGB (Red+Green+Blue) = 232+13+177=422 (55% of max value = 765). Red value is 232 (91.02% from 255 or 54.98% from 422); Green value is 13 (5.47% from 255 or 3.08% from 422); Blue value is 177 (69.53% from 255 or 41.94% from 422); Max value from RGB is 232 - color contains mainly: red. Hex color #E80DB1 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E80DB1 is #17F24E. Grayscale: #606060. Windows color (decimal): -1569359 or 11603432. OLE color: 11603432.
HSL color Cylindrical-coordinate representation of color #E80DB1: hue angle of 315.07º 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 #E80DB1 is Cyan = 0, Magento = 0.94, Yellow = 0.24 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 13 | 177 | - |
| CMYK | 0 | 0.94 | 0.24 | 0.09 |
| HSL | 315.07º | 0.89% | 0.48% | - |
| HSV(B) | 315.07º | 0.94% | 0.91% | - |
| XYZ | 41.36 | 20.62 | 43.39 | - |
| YUV | 97.18 | 173.05 | 224.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 13 | 177 | 0 | 0.94 | 0.24 | 0.09 | 315.07 | 0.89 | 0.48 |
| Hex | E8 | D | B1 | 0 | 5E | 18 | 9 | 13B | 59 | 30 |
| Octal | 350 | 15 | 261 | 0 | 136 | 30 | 11 | 473 | 131 | 60 |
| Binary | 11101000 | 1101 | 10110001 | 0 | 1011110 | 11000 | 1001 | 100111011 | 1011001 | 110000 |
Color Harmonies of #E80DB1
Complementary color
Monochromatic Colors of #E80DB1
Black with #E80DB1
Text Example
Text Example
White with #E80DB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E80DB1; }
p { color: rgb(232,13,177); }
H1.HeaderClassName
{
color: #E80DB1;
}
.AnyTagClassName
{
color: #E80DB1;
}
</style>
background-color css
<style>
a { background-color: #E80DB1; }
a { background-color: rgb(232,13,177); }
div.DivClassName
{
background-color: #E80DB1;
}
.BgClassName
{
background-color: #E80DB1;
}
</style>
border-color css
<style>
span { border-color: #E80DB1; }
span { border-color: rgb(232,13,177); }
td.TdClassName
{
border-color: #E80DB1;
}
.TagClassName
{
border-color: #E80DB1;
}
</style>