Shades of Hollywood Cerise #E20A99
Tints of Hollywood Cerise #E20A99
RGB
CMYK
RGB Variations
Color information
#E20A99 (or 0xE20A99) is known color: Hollywood Cerise. HEX triplet: E2, 0A and 99. RGB value is (226,10,153). Sum of RGB (Red+Green+Blue) = 226+10+153=389 (51% of max value = 765). Red value is 226 (88.67% from 255 or 58.10% from 389); Green value is 10 (4.30% from 255 or 2.57% from 389); Blue value is 153 (60.16% from 255 or 39.33% from 389); Max value from RGB is 226 - color contains mainly: red. Hex color #E20A99 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E20A99 is #1DF566. Grayscale: #5A5A5A. Windows color (decimal): -1963367 or 10029794. OLE color: 10029794.
HSL color Cylindrical-coordinate representation of color #E20A99: hue angle of 320.28º degrees, saturation: 0.92, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E20A99 is Cyan = 0, Magento = 0.96, Yellow = 0.32 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 10 | 153 | - |
| CMYK | 0 | 0.96 | 0.32 | 0.11 |
| HSL | 320.28º | 0.92% | 0.46% | - |
| HSV(B) | 320.28º | 0.96% | 0.89% | - |
| XYZ | 37.22 | 18.69 | 31.78 | - |
| YUV | 90.89 | 163.06 | 224.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 10 | 153 | 0 | 0.96 | 0.32 | 0.11 | 320.28 | 0.92 | 0.46 |
| Hex | E2 | A | 99 | 0 | 60 | 20 | B | 140 | 5C | 2E |
| Octal | 342 | 12 | 231 | 0 | 140 | 40 | 13 | 500 | 134 | 56 |
| Binary | 11100010 | 1010 | 10011001 | 0 | 1100000 | 100000 | 1011 | 101000000 | 1011100 | 101110 |
Color Harmonies of #E20A99
Complementary color
Monochromatic Colors of #E20A99
Black with #E20A99
Text Example
Text Example
White with #E20A99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E20A99; }
p { color: rgb(226,10,153); }
H1.HeaderClassName
{
color: #E20A99;
}
.AnyTagClassName
{
color: #E20A99;
}
</style>
background-color css
<style>
a { background-color: #E20A99; }
a { background-color: rgb(226,10,153); }
div.DivClassName
{
background-color: #E20A99;
}
.BgClassName
{
background-color: #E20A99;
}
</style>
border-color css
<style>
span { border-color: #E20A99; }
span { border-color: rgb(226,10,153); }
td.TdClassName
{
border-color: #E20A99;
}
.TagClassName
{
border-color: #E20A99;
}
</style>