Shades of Hollywood Cerise #E80BB0
Tints of Hollywood Cerise #E80BB0
RGB
CMYK
RGB Variations
Color information
#E80BB0 (or 0xE80BB0) is known color: Hollywood Cerise. HEX triplet: E8, 0B and B0. RGB value is (232,11,176). Sum of RGB (Red+Green+Blue) = 232+11+176=419 (55% of max value = 765). Red value is 232 (91.02% from 255 or 55.37% from 419); Green value is 11 (4.69% from 255 or 2.63% from 419); Blue value is 176 (69.14% from 255 or 42.00% from 419); Max value from RGB is 232 - color contains mainly: red. Hex color #E80BB0 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E80BB0 is #17F44F. Grayscale: #5F5F5F. Windows color (decimal): -1569872 or 11537384. OLE color: 11537384.
HSL color Cylindrical-coordinate representation of color #E80BB0: hue angle of 315.2º degrees, saturation: 0.91, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E80BB0 is Cyan = 0, Magento = 0.95, Yellow = 0.24 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 11 | 176 | - |
| CMYK | 0 | 0.95 | 0.24 | 0.09 |
| HSL | 315.2º | 0.91% | 0.48% | - |
| HSV(B) | 315.2º | 0.95% | 0.91% | - |
| XYZ | 41.23 | 20.53 | 42.86 | - |
| YUV | 95.89 | 173.22 | 225.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 11 | 176 | 0 | 0.95 | 0.24 | 0.09 | 315.2 | 0.91 | 0.48 |
| Hex | E8 | B | B0 | 0 | 5F | 18 | 9 | 13B | 5B | 30 |
| Octal | 350 | 13 | 260 | 0 | 137 | 30 | 11 | 473 | 133 | 60 |
| Binary | 11101000 | 1011 | 10110000 | 0 | 1011111 | 11000 | 1001 | 100111011 | 1011011 | 110000 |
Color Harmonies of #E80BB0
Complementary color
Monochromatic Colors of #E80BB0
Black with #E80BB0
Text Example
Text Example
White with #E80BB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E80BB0; }
p { color: rgb(232,11,176); }
H1.HeaderClassName
{
color: #E80BB0;
}
.AnyTagClassName
{
color: #E80BB0;
}
</style>
background-color css
<style>
a { background-color: #E80BB0; }
a { background-color: rgb(232,11,176); }
div.DivClassName
{
background-color: #E80BB0;
}
.BgClassName
{
background-color: #E80BB0;
}
</style>
border-color css
<style>
span { border-color: #E80BB0; }
span { border-color: rgb(232,11,176); }
td.TdClassName
{
border-color: #E80BB0;
}
.TagClassName
{
border-color: #E80BB0;
}
</style>