Shades of Hollywood Cerise #E20C99
Tints of Hollywood Cerise #E20C99
RGB
CMYK
RGB Variations
Color information
#E20C99 (or 0xE20C99) is known color: Hollywood Cerise. HEX triplet: E2, 0C and 99. RGB value is (226,12,153). Sum of RGB (Red+Green+Blue) = 226+12+153=391 (51% of max value = 765). Red value is 226 (88.67% from 255 or 57.80% from 391); Green value is 12 (5.08% from 255 or 3.07% from 391); Blue value is 153 (60.16% from 255 or 39.13% from 391); Max value from RGB is 226 - color contains mainly: red. Hex color #E20C99 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E20C99 is #1DF366. Grayscale: #5B5B5B. Windows color (decimal): -1962855 or 10030306. OLE color: 10030306.
HSL color Cylindrical-coordinate representation of color #E20C99: hue angle of 320.47º degrees, saturation: 0.9, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E20C99 is Cyan = 0, Magento = 0.95, Yellow = 0.32 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 12 | 153 | - |
| CMYK | 0 | 0.95 | 0.32 | 0.11 |
| HSL | 320.47º | 0.9% | 0.47% | - |
| HSV(B) | 320.47º | 0.95% | 0.89% | - |
| XYZ | 37.25 | 18.73 | 31.79 | - |
| YUV | 92.06 | 162.4 | 223.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 12 | 153 | 0 | 0.95 | 0.32 | 0.11 | 320.47 | 0.9 | 0.47 |
| Hex | E2 | C | 99 | 0 | 5F | 20 | B | 140 | 5A | 2F |
| Octal | 342 | 14 | 231 | 0 | 137 | 40 | 13 | 500 | 132 | 57 |
| Binary | 11100010 | 1100 | 10011001 | 0 | 1011111 | 100000 | 1011 | 101000000 | 1011010 | 101111 |
Color Harmonies of #E20C99
Complementary color
Monochromatic Colors of #E20C99
Black with #E20C99
Text Example
Text Example
White with #E20C99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E20C99; }
p { color: rgb(226,12,153); }
H1.HeaderClassName
{
color: #E20C99;
}
.AnyTagClassName
{
color: #E20C99;
}
</style>
background-color css
<style>
a { background-color: #E20C99; }
a { background-color: rgb(226,12,153); }
div.DivClassName
{
background-color: #E20C99;
}
.BgClassName
{
background-color: #E20C99;
}
</style>
border-color css
<style>
span { border-color: #E20C99; }
span { border-color: rgb(226,12,153); }
td.TdClassName
{
border-color: #E20C99;
}
.TagClassName
{
border-color: #E20C99;
}
</style>