Shades of Hollywood Cerise #E00599
Tints of Hollywood Cerise #E00599
RGB
CMYK
RGB Variations
Color information
#E00599 (or 0xE00599) is known color: Hollywood Cerise. HEX triplet: E0, 05 and 99. RGB value is (224,5,153). Sum of RGB (Red+Green+Blue) = 224+5+153=382 (50% of max value = 765). Red value is 224 (87.89% from 255 or 58.64% from 382); Green value is 5 (2.34% from 255 or 1.31% from 382); Blue value is 153 (60.16% from 255 or 40.05% from 382); Max value from RGB is 224 - color contains mainly: red. Hex color #E00599 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E00599 is #1FFA66. Grayscale: #565656. Windows color (decimal): -2095719 or 10028512. OLE color: 10028512.
HSL color Cylindrical-coordinate representation of color #E00599: hue angle of 319.45º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E00599 is Cyan = 0, Magento = 0.98, Yellow = 0.32 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 5 | 153 | - |
| CMYK | 0 | 0.98 | 0.32 | 0.12 |
| HSL | 319.45º | 0.96% | 0.45% | - |
| HSV(B) | 319.45º | 0.98% | 0.88% | - |
| XYZ | 36.54 | 18.26 | 31.73 | - |
| YUV | 87.35 | 165.05 | 225.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 5 | 153 | 0 | 0.98 | 0.32 | 0.12 | 319.45 | 0.96 | 0.45 |
| Hex | E0 | 5 | 99 | 0 | 62 | 20 | C | 13F | 60 | 2D |
| Octal | 340 | 5 | 231 | 0 | 142 | 40 | 14 | 477 | 140 | 55 |
| Binary | 11100000 | 101 | 10011001 | 0 | 1100010 | 100000 | 1100 | 100111111 | 1100000 | 101101 |
Color Harmonies of #E00599
Complementary color
Monochromatic Colors of #E00599
Black with #E00599
Text Example
Text Example
White with #E00599
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E00599; }
p { color: rgb(224,5,153); }
H1.HeaderClassName
{
color: #E00599;
}
.AnyTagClassName
{
color: #E00599;
}
</style>
background-color css
<style>
a { background-color: #E00599; }
a { background-color: rgb(224,5,153); }
div.DivClassName
{
background-color: #E00599;
}
.BgClassName
{
background-color: #E00599;
}
</style>
border-color css
<style>
span { border-color: #E00599; }
span { border-color: rgb(224,5,153); }
td.TdClassName
{
border-color: #E00599;
}
.TagClassName
{
border-color: #E00599;
}
</style>