Shades of Hollywood Cerise #E50299
Tints of Hollywood Cerise #E50299
RGB
CMYK
RGB Variations
Color information
#E50299 (or 0xE50299) is known color: Hollywood Cerise. HEX triplet: E5, 02 and 99. RGB value is (229,2,153). Sum of RGB (Red+Green+Blue) = 229+2+153=384 (50% of max value = 765). Red value is 229 (89.84% from 255 or 59.64% from 384); Green value is 2 (1.17% from 255 or 0.52% from 384); Blue value is 153 (60.16% from 255 or 39.84% from 384); Max value from RGB is 229 - color contains mainly: red. Hex color #E50299 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E50299 is #1AFD66. Grayscale: #565656. Windows color (decimal): -1768807 or 10027749. OLE color: 10027749.
HSL color Cylindrical-coordinate representation of color #E50299: hue angle of 320.09º degrees, saturation: 0.98, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E50299 is Cyan = 0, Magento = 0.99, Yellow = 0.33 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 2 | 153 | - |
| CMYK | 0 | 0.99 | 0.33 | 0.10 |
| HSL | 320.09º | 0.98% | 0.45% | - |
| HSV(B) | 320.09º | 0.99% | 0.9% | - |
| XYZ | 38.08 | 19 | 31.8 | - |
| YUV | 87.09 | 165.21 | 229.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 2 | 153 | 0 | 0.99 | 0.33 | 0.10 | 320.09 | 0.98 | 0.45 |
| Hex | E5 | 2 | 99 | 0 | 63 | 21 | A | 140 | 62 | 2D |
| Octal | 345 | 2 | 231 | 0 | 143 | 41 | 12 | 500 | 142 | 55 |
| Binary | 11100101 | 10 | 10011001 | 0 | 1100011 | 100001 | 1010 | 101000000 | 1100010 | 101101 |
Color Harmonies of #E50299
Complementary color
Monochromatic Colors of #E50299
Black with #E50299
Text Example
Text Example
White with #E50299
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E50299; }
p { color: rgb(229,2,153); }
H1.HeaderClassName
{
color: #E50299;
}
.AnyTagClassName
{
color: #E50299;
}
</style>
background-color css
<style>
a { background-color: #E50299; }
a { background-color: rgb(229,2,153); }
div.DivClassName
{
background-color: #E50299;
}
.BgClassName
{
background-color: #E50299;
}
</style>
border-color css
<style>
span { border-color: #E50299; }
span { border-color: rgb(229,2,153); }
td.TdClassName
{
border-color: #E50299;
}
.TagClassName
{
border-color: #E50299;
}
</style>