Shades of Hollywood Cerise #E20488
Tints of Hollywood Cerise #E20488
RGB
CMYK
RGB Variations
Color information
#E20488 (or 0xE20488) is known color: Hollywood Cerise. HEX triplet: E2, 04 and 88. RGB value is (226,4,136). Sum of RGB (Red+Green+Blue) = 226+4+136=366 (48% of max value = 765). Red value is 226 (88.67% from 255 or 61.75% from 366); Green value is 4 (1.95% from 255 or 1.09% from 366); Blue value is 136 (53.52% from 255 or 37.16% from 366); Max value from RGB is 226 - color contains mainly: red. Hex color #E20488 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E20488 is #1DFB77. Grayscale: #555555. Windows color (decimal): -1964920 or 8914146. OLE color: 8914146.
HSL color Cylindrical-coordinate representation of color #E20488: hue angle of 324.32º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E20488 is Cyan = 0, Magento = 0.98, Yellow = 0.40 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 4 | 136 | - |
| CMYK | 0 | 0.98 | 0.40 | 0.11 |
| HSL | 324.32º | 0.97% | 0.45% | - |
| HSV(B) | 324.32º | 0.98% | 0.89% | - |
| XYZ | 35.85 | 18.03 | 24.88 | - |
| YUV | 85.43 | 156.55 | 228.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 4 | 136 | 0 | 0.98 | 0.40 | 0.11 | 324.32 | 0.97 | 0.45 |
| Hex | E2 | 4 | 88 | 0 | 62 | 28 | B | 144 | 61 | 2D |
| Octal | 342 | 4 | 210 | 0 | 142 | 50 | 13 | 504 | 141 | 55 |
| Binary | 11100010 | 100 | 10001000 | 0 | 1100010 | 101000 | 1011 | 101000100 | 1100001 | 101101 |
Color Harmonies of #E20488
Complementary color
Monochromatic Colors of #E20488
Black with #E20488
Text Example
Text Example
White with #E20488
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E20488; }
p { color: rgb(226,4,136); }
H1.HeaderClassName
{
color: #E20488;
}
.AnyTagClassName
{
color: #E20488;
}
</style>
background-color css
<style>
a { background-color: #E20488; }
a { background-color: rgb(226,4,136); }
div.DivClassName
{
background-color: #E20488;
}
.BgClassName
{
background-color: #E20488;
}
</style>
border-color css
<style>
span { border-color: #E20488; }
span { border-color: rgb(226,4,136); }
td.TdClassName
{
border-color: #E20488;
}
.TagClassName
{
border-color: #E20488;
}
</style>