Shades of Hollywood Cerise #E80EA2
Tints of Hollywood Cerise #E80EA2
RGB
CMYK
RGB Variations
Color information
#E80EA2 (or 0xE80EA2) is known color: Hollywood Cerise. HEX triplet: E8, 0E and A2. RGB value is (232,14,162). Sum of RGB (Red+Green+Blue) = 232+14+162=408 (54% of max value = 765). Red value is 232 (91.02% from 255 or 56.86% from 408); Green value is 14 (5.86% from 255 or 3.43% from 408); Blue value is 162 (63.67% from 255 or 39.71% from 408); Max value from RGB is 232 - color contains mainly: red. Hex color #E80EA2 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E80EA2 is #17F15D. Grayscale: #5F5F5F. Windows color (decimal): -1569118 or 10620648. OLE color: 10620648.
HSL color Cylindrical-coordinate representation of color #E80EA2: hue angle of 319.27º degrees, saturation: 0.89, 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 #E80EA2 is Cyan = 0, Magento = 0.94, Yellow = 0.30 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 14 | 162 | - |
| CMYK | 0 | 0.94 | 0.30 | 0.09 |
| HSL | 319.27º | 0.89% | 0.48% | - |
| HSV(B) | 319.27º | 0.94% | 0.91% | - |
| XYZ | 39.96 | 20.08 | 35.95 | - |
| YUV | 96.05 | 165.22 | 224.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 14 | 162 | 0 | 0.94 | 0.30 | 0.09 | 319.27 | 0.89 | 0.48 |
| Hex | E8 | E | A2 | 0 | 5E | 1E | 9 | 13F | 59 | 30 |
| Octal | 350 | 16 | 242 | 0 | 136 | 36 | 11 | 477 | 131 | 60 |
| Binary | 11101000 | 1110 | 10100010 | 0 | 1011110 | 11110 | 1001 | 100111111 | 1011001 | 110000 |
Color Harmonies of #E80EA2
Complementary color
Monochromatic Colors of #E80EA2
Black with #E80EA2
Text Example
Text Example
White with #E80EA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E80EA2; }
p { color: rgb(232,14,162); }
H1.HeaderClassName
{
color: #E80EA2;
}
.AnyTagClassName
{
color: #E80EA2;
}
</style>
background-color css
<style>
a { background-color: #E80EA2; }
a { background-color: rgb(232,14,162); }
div.DivClassName
{
background-color: #E80EA2;
}
.BgClassName
{
background-color: #E80EA2;
}
</style>
border-color css
<style>
span { border-color: #E80EA2; }
span { border-color: rgb(232,14,162); }
td.TdClassName
{
border-color: #E80EA2;
}
.TagClassName
{
border-color: #E80EA2;
}
</style>