Shades of Hollywood Cerise #E00299
Tints of Hollywood Cerise #E00299
RGB
CMYK
RGB Variations
Color information
#E00299 (or 0xE00299) is known color: Hollywood Cerise. HEX triplet: E0, 02 and 99. RGB value is (224,2,153). Sum of RGB (Red+Green+Blue) = 224+2+153=379 (50% of max value = 765). Red value is 224 (87.89% from 255 or 59.10% from 379); Green value is 2 (1.17% from 255 or 0.53% from 379); Blue value is 153 (60.16% from 255 or 40.37% from 379); Max value from RGB is 224 - color contains mainly: red. Hex color #E00299 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E00299 is #1FFD66. Grayscale: #555555. Windows color (decimal): -2096487 or 10027744. OLE color: 10027744.
HSL color Cylindrical-coordinate representation of color #E00299: hue angle of 319.19º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E00299 is Cyan = 0, Magento = 0.99, Yellow = 0.32 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 2 | 153 | - |
| CMYK | 0 | 0.99 | 0.32 | 0.12 |
| HSL | 319.19º | 0.98% | 0.44% | - |
| HSV(B) | 319.19º | 0.99% | 0.88% | - |
| XYZ | 36.51 | 18.19 | 31.72 | - |
| YUV | 85.59 | 166.05 | 226.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 2 | 153 | 0 | 0.99 | 0.32 | 0.12 | 319.19 | 0.98 | 0.44 |
| Hex | E0 | 2 | 99 | 0 | 63 | 20 | C | 13F | 62 | 2C |
| Octal | 340 | 2 | 231 | 0 | 143 | 40 | 14 | 477 | 142 | 54 |
| Binary | 11100000 | 10 | 10011001 | 0 | 1100011 | 100000 | 1100 | 100111111 | 1100010 | 101100 |
Color Harmonies of #E00299
Complementary color
Monochromatic Colors of #E00299
Black with #E00299
Text Example
Text Example
White with #E00299
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E00299; }
p { color: rgb(224,2,153); }
H1.HeaderClassName
{
color: #E00299;
}
.AnyTagClassName
{
color: #E00299;
}
</style>
background-color css
<style>
a { background-color: #E00299; }
a { background-color: rgb(224,2,153); }
div.DivClassName
{
background-color: #E00299;
}
.BgClassName
{
background-color: #E00299;
}
</style>
border-color css
<style>
span { border-color: #E00299; }
span { border-color: rgb(224,2,153); }
td.TdClassName
{
border-color: #E00299;
}
.TagClassName
{
border-color: #E00299;
}
</style>