Shades of Hollywood Cerise #E80C97
Tints of Hollywood Cerise #E80C97
RGB
CMYK
RGB Variations
Color information
#E80C97 (or 0xE80C97) is known color: Hollywood Cerise. HEX triplet: E8, 0C and 97. RGB value is (232,12,151). Sum of RGB (Red+Green+Blue) = 232+12+151=395 (52% of max value = 765). Red value is 232 (91.02% from 255 or 58.73% from 395); Green value is 12 (5.08% from 255 or 3.04% from 395); Blue value is 151 (59.38% from 255 or 38.23% from 395); Max value from RGB is 232 - color contains mainly: red. Hex color #E80C97 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E80C97 is #17F368. Grayscale: #5D5D5D. Windows color (decimal): -1569641 or 9899240. OLE color: 9899240.
HSL color Cylindrical-coordinate representation of color #E80C97: hue angle of 322.09º degrees, saturation: 0.9, 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 #E80C97 is Cyan = 0, Magento = 0.95, Yellow = 0.35 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 12 | 151 | - |
| CMYK | 0 | 0.95 | 0.35 | 0.09 |
| HSL | 322.09º | 0.9% | 0.48% | - |
| HSV(B) | 322.09º | 0.95% | 0.91% | - |
| XYZ | 39 | 19.65 | 31.02 | - |
| YUV | 93.63 | 160.39 | 226.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 12 | 151 | 0 | 0.95 | 0.35 | 0.09 | 322.09 | 0.9 | 0.48 |
| Hex | E8 | C | 97 | 0 | 5F | 23 | 9 | 142 | 5A | 30 |
| Octal | 350 | 14 | 227 | 0 | 137 | 43 | 11 | 502 | 132 | 60 |
| Binary | 11101000 | 1100 | 10010111 | 0 | 1011111 | 100011 | 1001 | 101000010 | 1011010 | 110000 |
Color Harmonies of #E80C97
Complementary color
Monochromatic Colors of #E80C97
Black with #E80C97
Text Example
Text Example
White with #E80C97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E80C97; }
p { color: rgb(232,12,151); }
H1.HeaderClassName
{
color: #E80C97;
}
.AnyTagClassName
{
color: #E80C97;
}
</style>
background-color css
<style>
a { background-color: #E80C97; }
a { background-color: rgb(232,12,151); }
div.DivClassName
{
background-color: #E80C97;
}
.BgClassName
{
background-color: #E80C97;
}
</style>
border-color css
<style>
span { border-color: #E80C97; }
span { border-color: rgb(232,12,151); }
td.TdClassName
{
border-color: #E80C97;
}
.TagClassName
{
border-color: #E80C97;
}
</style>