Shades of Hollywood Cerise #E80FA6
Tints of Hollywood Cerise #E80FA6
RGB
CMYK
RGB Variations
Color information
#E80FA6 (or 0xE80FA6) is known color: Hollywood Cerise. HEX triplet: E8, 0F and A6. RGB value is (232,15,166). Sum of RGB (Red+Green+Blue) = 232+15+166=413 (54% of max value = 765). Red value is 232 (91.02% from 255 or 56.17% from 413); Green value is 15 (6.25% from 255 or 3.63% from 413); Blue value is 166 (65.23% from 255 or 40.19% from 413); Max value from RGB is 232 - color contains mainly: red. Hex color #E80FA6 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E80FA6 is #17F059. Grayscale: #606060. Windows color (decimal): -1568858 or 10883048. OLE color: 10883048.
HSL color Cylindrical-coordinate representation of color #E80FA6: hue angle of 318.25º 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 #E80FA6 is Cyan = 0, Magento = 0.94, Yellow = 0.28 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 15 | 166 | - |
| CMYK | 0 | 0.94 | 0.28 | 0.09 |
| HSL | 318.25º | 0.88% | 0.48% | - |
| HSV(B) | 318.25º | 0.94% | 0.91% | - |
| XYZ | 40.33 | 20.25 | 37.86 | - |
| YUV | 97.1 | 166.89 | 224.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 15 | 166 | 0 | 0.94 | 0.28 | 0.09 | 318.25 | 0.88 | 0.48 |
| Hex | E8 | F | A6 | 0 | 5E | 1C | 9 | 13E | 58 | 30 |
| Octal | 350 | 17 | 246 | 0 | 136 | 34 | 11 | 476 | 130 | 60 |
| Binary | 11101000 | 1111 | 10100110 | 0 | 1011110 | 11100 | 1001 | 100111110 | 1011000 | 110000 |
Color Harmonies of #E80FA6
Complementary color
Monochromatic Colors of #E80FA6
Black with #E80FA6
Text Example
Text Example
White with #E80FA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E80FA6; }
p { color: rgb(232,15,166); }
H1.HeaderClassName
{
color: #E80FA6;
}
.AnyTagClassName
{
color: #E80FA6;
}
</style>
background-color css
<style>
a { background-color: #E80FA6; }
a { background-color: rgb(232,15,166); }
div.DivClassName
{
background-color: #E80FA6;
}
.BgClassName
{
background-color: #E80FA6;
}
</style>
border-color css
<style>
span { border-color: #E80FA6; }
span { border-color: rgb(232,15,166); }
td.TdClassName
{
border-color: #E80FA6;
}
.TagClassName
{
border-color: #E80FA6;
}
</style>