Shades of Hollywood Cerise #E80F98
Tints of Hollywood Cerise #E80F98
RGB
CMYK
RGB Variations
Color information
#E80F98 (or 0xE80F98) is known color: Hollywood Cerise. HEX triplet: E8, 0F and 98. RGB value is (232,15,152). Sum of RGB (Red+Green+Blue) = 232+15+152=399 (52% of max value = 765). Red value is 232 (91.02% from 255 or 58.15% from 399); Green value is 15 (6.25% from 255 or 3.76% from 399); Blue value is 152 (59.77% from 255 or 38.10% from 399); Max value from RGB is 232 - color contains mainly: red. Hex color #E80F98 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E80F98 is #17F067. Grayscale: #5F5F5F. Windows color (decimal): -1568872 or 9965544. OLE color: 9965544.
HSL color Cylindrical-coordinate representation of color #E80F98: hue angle of 322.12º degrees, saturation: 0.88, 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 #E80F98 is Cyan = 0, Magento = 0.94, Yellow = 0.34 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 15 | 152 | - |
| CMYK | 0 | 0.94 | 0.34 | 0.09 |
| HSL | 322.12º | 0.88% | 0.48% | - |
| HSV(B) | 322.12º | 0.94% | 0.91% | - |
| XYZ | 39.12 | 19.76 | 31.46 | - |
| YUV | 95.5 | 159.89 | 225.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 15 | 152 | 0 | 0.94 | 0.34 | 0.09 | 322.12 | 0.88 | 0.48 |
| Hex | E8 | F | 98 | 0 | 5E | 22 | 9 | 142 | 58 | 30 |
| Octal | 350 | 17 | 230 | 0 | 136 | 42 | 11 | 502 | 130 | 60 |
| Binary | 11101000 | 1111 | 10011000 | 0 | 1011110 | 100010 | 1001 | 101000010 | 1011000 | 110000 |
Color Harmonies of #E80F98
Complementary color
Monochromatic Colors of #E80F98
Black with #E80F98
Text Example
Text Example
White with #E80F98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E80F98; }
p { color: rgb(232,15,152); }
H1.HeaderClassName
{
color: #E80F98;
}
.AnyTagClassName
{
color: #E80F98;
}
</style>
background-color css
<style>
a { background-color: #E80F98; }
a { background-color: rgb(232,15,152); }
div.DivClassName
{
background-color: #E80F98;
}
.BgClassName
{
background-color: #E80F98;
}
</style>
border-color css
<style>
span { border-color: #E80F98; }
span { border-color: rgb(232,15,152); }
td.TdClassName
{
border-color: #E80F98;
}
.TagClassName
{
border-color: #E80F98;
}
</style>