Shades of Hollywood Cerise #E80599
Tints of Hollywood Cerise #E80599
RGB
CMYK
RGB Variations
Color information
#E80599 (or 0xE80599) is known color: Hollywood Cerise. HEX triplet: E8, 05 and 99. RGB value is (232,5,153). Sum of RGB (Red+Green+Blue) = 232+5+153=390 (51% of max value = 765). Red value is 232 (91.02% from 255 or 59.49% from 390); Green value is 5 (2.34% from 255 or 1.28% from 390); Blue value is 153 (60.16% from 255 or 39.23% from 390); Max value from RGB is 232 - color contains mainly: red. Hex color #E80599 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E80599 is #17FA66. Grayscale: #595959. Windows color (decimal): -1571431 or 10028520. OLE color: 10028520.
HSL color Cylindrical-coordinate representation of color #E80599: hue angle of 320.88º degrees, saturation: 0.96, 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 #E80599 is Cyan = 0, Magento = 0.98, Yellow = 0.34 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 5 | 153 | - |
| CMYK | 0 | 0.98 | 0.34 | 0.09 |
| HSL | 320.88º | 0.96% | 0.46% | - |
| HSV(B) | 320.88º | 0.98% | 0.91% | - |
| XYZ | 39.08 | 19.56 | 31.85 | - |
| YUV | 89.75 | 163.71 | 229.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 5 | 153 | 0 | 0.98 | 0.34 | 0.09 | 320.88 | 0.96 | 0.46 |
| Hex | E8 | 5 | 99 | 0 | 62 | 22 | 9 | 141 | 60 | 2E |
| Octal | 350 | 5 | 231 | 0 | 142 | 42 | 11 | 501 | 140 | 56 |
| Binary | 11101000 | 101 | 10011001 | 0 | 1100010 | 100010 | 1001 | 101000001 | 1100000 | 101110 |
Color Harmonies of #E80599
Complementary color
Monochromatic Colors of #E80599
Black with #E80599
Text Example
Text Example
White with #E80599
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E80599; }
p { color: rgb(232,5,153); }
H1.HeaderClassName
{
color: #E80599;
}
.AnyTagClassName
{
color: #E80599;
}
</style>
background-color css
<style>
a { background-color: #E80599; }
a { background-color: rgb(232,5,153); }
div.DivClassName
{
background-color: #E80599;
}
.BgClassName
{
background-color: #E80599;
}
</style>
border-color css
<style>
span { border-color: #E80599; }
span { border-color: rgb(232,5,153); }
td.TdClassName
{
border-color: #E80599;
}
.TagClassName
{
border-color: #E80599;
}
</style>