Shades of Hollywood Cerise #E80499
Tints of Hollywood Cerise #E80499
RGB
CMYK
RGB Variations
Color information
#E80499 (or 0xE80499) is known color: Hollywood Cerise. HEX triplet: E8, 04 and 99. RGB value is (232,4,153). Sum of RGB (Red+Green+Blue) = 232+4+153=389 (51% of max value = 765). Red value is 232 (91.02% from 255 or 59.64% from 389); Green value is 4 (1.95% from 255 or 1.03% from 389); Blue value is 153 (60.16% from 255 or 39.33% from 389); Max value from RGB is 232 - color contains mainly: red. Hex color #E80499 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E80499 is #17FB66. Grayscale: #585858. Windows color (decimal): -1571687 or 10028264. OLE color: 10028264.
HSL color Cylindrical-coordinate representation of color #E80499: hue angle of 320.79º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E80499 is Cyan = 0, Magento = 0.98, Yellow = 0.34 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 4 | 153 | - |
| CMYK | 0 | 0.98 | 0.34 | 0.09 |
| HSL | 320.79º | 0.97% | 0.46% | - |
| HSV(B) | 320.79º | 0.98% | 0.91% | - |
| XYZ | 39.07 | 19.54 | 31.85 | - |
| YUV | 89.16 | 164.04 | 229.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 4 | 153 | 0 | 0.98 | 0.34 | 0.09 | 320.79 | 0.97 | 0.46 |
| Hex | E8 | 4 | 99 | 0 | 62 | 22 | 9 | 141 | 61 | 2E |
| Octal | 350 | 4 | 231 | 0 | 142 | 42 | 11 | 501 | 141 | 56 |
| Binary | 11101000 | 100 | 10011001 | 0 | 1100010 | 100010 | 1001 | 101000001 | 1100001 | 101110 |
Color Harmonies of #E80499
Complementary color
Monochromatic Colors of #E80499
Black with #E80499
Text Example
Text Example
White with #E80499
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E80499; }
p { color: rgb(232,4,153); }
H1.HeaderClassName
{
color: #E80499;
}
.AnyTagClassName
{
color: #E80499;
}
</style>
background-color css
<style>
a { background-color: #E80499; }
a { background-color: rgb(232,4,153); }
div.DivClassName
{
background-color: #E80499;
}
.BgClassName
{
background-color: #E80499;
}
</style>
border-color css
<style>
span { border-color: #E80499; }
span { border-color: rgb(232,4,153); }
td.TdClassName
{
border-color: #E80499;
}
.TagClassName
{
border-color: #E80499;
}
</style>