Shades of Hollywood Cerise #E80FAF
Tints of Hollywood Cerise #E80FAF
RGB
CMYK
RGB Variations
Color information
#E80FAF (or 0xE80FAF) is known color: Hollywood Cerise. HEX triplet: E8, 0F and AF. RGB value is (232,15,175). Sum of RGB (Red+Green+Blue) = 232+15+175=422 (55% of max value = 765). Red value is 232 (91.02% from 255 or 54.98% from 422); Green value is 15 (6.25% from 255 or 3.55% from 422); Blue value is 175 (68.75% from 255 or 41.47% from 422); Max value from RGB is 232 - color contains mainly: red. Hex color #E80FAF is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E80FAF is #17F050. Grayscale: #616161. Windows color (decimal): -1568849 or 11472872. OLE color: 11472872.
HSL color Cylindrical-coordinate representation of color #E80FAF: hue angle of 315.76º 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 #E80FAF is Cyan = 0, Magento = 0.94, Yellow = 0.25 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 15 | 175 | - |
| CMYK | 0 | 0.94 | 0.25 | 0.09 |
| HSL | 315.76º | 0.88% | 0.48% | - |
| HSV(B) | 315.76º | 0.94% | 0.91% | - |
| XYZ | 41.19 | 20.59 | 42.36 | - |
| YUV | 98.12 | 171.39 | 223.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 15 | 175 | 0 | 0.94 | 0.25 | 0.09 | 315.76 | 0.88 | 0.48 |
| Hex | E8 | F | AF | 0 | 5E | 19 | 9 | 13C | 58 | 30 |
| Octal | 350 | 17 | 257 | 0 | 136 | 31 | 11 | 474 | 130 | 60 |
| Binary | 11101000 | 1111 | 10101111 | 0 | 1011110 | 11001 | 1001 | 100111100 | 1011000 | 110000 |
Color Harmonies of #E80FAF
Complementary color
Monochromatic Colors of #E80FAF
Black with #E80FAF
Text Example
Text Example
White with #E80FAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E80FAF; }
p { color: rgb(232,15,175); }
H1.HeaderClassName
{
color: #E80FAF;
}
.AnyTagClassName
{
color: #E80FAF;
}
</style>
background-color css
<style>
a { background-color: #E80FAF; }
a { background-color: rgb(232,15,175); }
div.DivClassName
{
background-color: #E80FAF;
}
.BgClassName
{
background-color: #E80FAF;
}
</style>
border-color css
<style>
span { border-color: #E80FAF; }
span { border-color: rgb(232,15,175); }
td.TdClassName
{
border-color: #E80FAF;
}
.TagClassName
{
border-color: #E80FAF;
}
</style>