Shades of Hollywood Cerise #E80FA1
Tints of Hollywood Cerise #E80FA1
RGB
CMYK
RGB Variations
Color information
#E80FA1 (or 0xE80FA1) is known color: Hollywood Cerise. HEX triplet: E8, 0F and A1. RGB value is (232,15,161). Sum of RGB (Red+Green+Blue) = 232+15+161=408 (54% of max value = 765). Red value is 232 (91.02% from 255 or 56.86% from 408); Green value is 15 (6.25% from 255 or 3.68% from 408); Blue value is 161 (63.28% from 255 or 39.46% from 408); Max value from RGB is 232 - color contains mainly: red. Hex color #E80FA1 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E80FA1 is #17F05E. Grayscale: #606060. Windows color (decimal): -1568863 or 10555368. OLE color: 10555368.
HSL color Cylindrical-coordinate representation of color #E80FA1: hue angle of 319.63º 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 #E80FA1 is Cyan = 0, Magento = 0.94, Yellow = 0.31 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 15 | 161 | - |
| CMYK | 0 | 0.94 | 0.31 | 0.09 |
| HSL | 319.63º | 0.88% | 0.48% | - |
| HSV(B) | 319.63º | 0.94% | 0.91% | - |
| XYZ | 39.88 | 20.07 | 35.49 | - |
| YUV | 96.53 | 164.39 | 224.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 15 | 161 | 0 | 0.94 | 0.31 | 0.09 | 319.63 | 0.88 | 0.48 |
| Hex | E8 | F | A1 | 0 | 5E | 1F | 9 | 140 | 58 | 30 |
| Octal | 350 | 17 | 241 | 0 | 136 | 37 | 11 | 500 | 130 | 60 |
| Binary | 11101000 | 1111 | 10100001 | 0 | 1011110 | 11111 | 1001 | 101000000 | 1011000 | 110000 |
Color Harmonies of #E80FA1
Complementary color
Monochromatic Colors of #E80FA1
Black with #E80FA1
Text Example
Text Example
White with #E80FA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E80FA1; }
p { color: rgb(232,15,161); }
H1.HeaderClassName
{
color: #E80FA1;
}
.AnyTagClassName
{
color: #E80FA1;
}
</style>
background-color css
<style>
a { background-color: #E80FA1; }
a { background-color: rgb(232,15,161); }
div.DivClassName
{
background-color: #E80FA1;
}
.BgClassName
{
background-color: #E80FA1;
}
</style>
border-color css
<style>
span { border-color: #E80FA1; }
span { border-color: rgb(232,15,161); }
td.TdClassName
{
border-color: #E80FA1;
}
.TagClassName
{
border-color: #E80FA1;
}
</style>