Shades of Hollywood Cerise #E80C98
Tints of Hollywood Cerise #E80C98
RGB
CMYK
RGB Variations
Color information
#E80C98 (or 0xE80C98) is known color: Hollywood Cerise. HEX triplet: E8, 0C and 98. RGB value is (232,12,152). Sum of RGB (Red+Green+Blue) = 232+12+152=396 (52% of max value = 765). Red value is 232 (91.02% from 255 or 58.59% from 396); Green value is 12 (5.08% from 255 or 3.03% from 396); Blue value is 152 (59.77% from 255 or 38.38% from 396); Max value from RGB is 232 - color contains mainly: red. Hex color #E80C98 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E80C98 is #17F367. Grayscale: #5D5D5D. Windows color (decimal): -1569640 or 9964776. OLE color: 9964776.
HSL color Cylindrical-coordinate representation of color #E80C98: hue angle of 321.82º 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 #E80C98 is Cyan = 0, Magento = 0.95, Yellow = 0.34 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 12 | 152 | - |
| CMYK | 0 | 0.95 | 0.34 | 0.09 |
| HSL | 321.82º | 0.9% | 0.48% | - |
| HSV(B) | 321.82º | 0.95% | 0.91% | - |
| XYZ | 39.08 | 19.69 | 31.45 | - |
| YUV | 93.74 | 160.89 | 226.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 12 | 152 | 0 | 0.95 | 0.34 | 0.09 | 321.82 | 0.9 | 0.48 |
| Hex | E8 | C | 98 | 0 | 5F | 22 | 9 | 142 | 5A | 30 |
| Octal | 350 | 14 | 230 | 0 | 137 | 42 | 11 | 502 | 132 | 60 |
| Binary | 11101000 | 1100 | 10011000 | 0 | 1011111 | 100010 | 1001 | 101000010 | 1011010 | 110000 |
Color Harmonies of #E80C98
Complementary color
Monochromatic Colors of #E80C98
Black with #E80C98
Text Example
Text Example
White with #E80C98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E80C98; }
p { color: rgb(232,12,152); }
H1.HeaderClassName
{
color: #E80C98;
}
.AnyTagClassName
{
color: #E80C98;
}
</style>
background-color css
<style>
a { background-color: #E80C98; }
a { background-color: rgb(232,12,152); }
div.DivClassName
{
background-color: #E80C98;
}
.BgClassName
{
background-color: #E80C98;
}
</style>
border-color css
<style>
span { border-color: #E80C98; }
span { border-color: rgb(232,12,152); }
td.TdClassName
{
border-color: #E80C98;
}
.TagClassName
{
border-color: #E80C98;
}
</style>