Shades of Hollywood Cerise #E80EA3
Tints of Hollywood Cerise #E80EA3
RGB
CMYK
RGB Variations
Color information
#E80EA3 (or 0xE80EA3) is known color: Hollywood Cerise. HEX triplet: E8, 0E and A3. RGB value is (232,14,163). Sum of RGB (Red+Green+Blue) = 232+14+163=409 (54% of max value = 765). Red value is 232 (91.02% from 255 or 56.72% from 409); Green value is 14 (5.86% from 255 or 3.42% from 409); Blue value is 163 (64.06% from 255 or 39.85% from 409); Max value from RGB is 232 - color contains mainly: red. Hex color #E80EA3 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E80EA3 is #17F15C. Grayscale: #5F5F5F. Windows color (decimal): -1569117 or 10686184. OLE color: 10686184.
HSL color Cylindrical-coordinate representation of color #E80EA3: hue angle of 318.99º 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 #E80EA3 is Cyan = 0, Magento = 0.94, Yellow = 0.30 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 14 | 163 | - |
| CMYK | 0 | 0.94 | 0.30 | 0.09 |
| HSL | 318.99º | 0.89% | 0.48% | - |
| HSV(B) | 318.99º | 0.94% | 0.91% | - |
| XYZ | 40.05 | 20.11 | 36.42 | - |
| YUV | 96.17 | 165.72 | 224.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 14 | 163 | 0 | 0.94 | 0.30 | 0.09 | 318.99 | 0.89 | 0.48 |
| Hex | E8 | E | A3 | 0 | 5E | 1E | 9 | 13F | 59 | 30 |
| Octal | 350 | 16 | 243 | 0 | 136 | 36 | 11 | 477 | 131 | 60 |
| Binary | 11101000 | 1110 | 10100011 | 0 | 1011110 | 11110 | 1001 | 100111111 | 1011001 | 110000 |
Color Harmonies of #E80EA3
Complementary color
Monochromatic Colors of #E80EA3
Black with #E80EA3
Text Example
Text Example
White with #E80EA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E80EA3; }
p { color: rgb(232,14,163); }
H1.HeaderClassName
{
color: #E80EA3;
}
.AnyTagClassName
{
color: #E80EA3;
}
</style>
background-color css
<style>
a { background-color: #E80EA3; }
a { background-color: rgb(232,14,163); }
div.DivClassName
{
background-color: #E80EA3;
}
.BgClassName
{
background-color: #E80EA3;
}
</style>
border-color css
<style>
span { border-color: #E80EA3; }
span { border-color: rgb(232,14,163); }
td.TdClassName
{
border-color: #E80EA3;
}
.TagClassName
{
border-color: #E80EA3;
}
</style>