Shades of Hollywood Cerise #E20288
Tints of Hollywood Cerise #E20288
RGB
CMYK
RGB Variations
Color information
#E20288 (or 0xE20288) is known color: Hollywood Cerise. HEX triplet: E2, 02 and 88. RGB value is (226,2,136). Sum of RGB (Red+Green+Blue) = 226+2+136=364 (48% of max value = 765). Red value is 226 (88.67% from 255 or 62.09% from 364); Green value is 2 (1.17% from 255 or 0.55% from 364); Blue value is 136 (53.52% from 255 or 37.36% from 364); Max value from RGB is 226 - color contains mainly: red. Hex color #E20288 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E20288 is #1DFD77. Grayscale: #535353. Windows color (decimal): -1965432 or 8913634. OLE color: 8913634.
HSL color Cylindrical-coordinate representation of color #E20288: hue angle of 324.11º degrees, saturation: 0.98, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E20288 is Cyan = 0, Magento = 0.99, Yellow = 0.40 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 2 | 136 | - |
| CMYK | 0 | 0.99 | 0.40 | 0.11 |
| HSL | 324.11º | 0.98% | 0.45% | - |
| HSV(B) | 324.11º | 0.99% | 0.89% | - |
| XYZ | 35.83 | 17.99 | 24.88 | - |
| YUV | 84.25 | 157.21 | 229.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 2 | 136 | 0 | 0.99 | 0.40 | 0.11 | 324.11 | 0.98 | 0.45 |
| Hex | E2 | 2 | 88 | 0 | 63 | 28 | B | 144 | 62 | 2D |
| Octal | 342 | 2 | 210 | 0 | 143 | 50 | 13 | 504 | 142 | 55 |
| Binary | 11100010 | 10 | 10001000 | 0 | 1100011 | 101000 | 1011 | 101000100 | 1100010 | 101101 |
Color Harmonies of #E20288
Complementary color
Monochromatic Colors of #E20288
Black with #E20288
Text Example
Text Example
White with #E20288
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E20288; }
p { color: rgb(226,2,136); }
H1.HeaderClassName
{
color: #E20288;
}
.AnyTagClassName
{
color: #E20288;
}
</style>
background-color css
<style>
a { background-color: #E20288; }
a { background-color: rgb(226,2,136); }
div.DivClassName
{
background-color: #E20288;
}
.BgClassName
{
background-color: #E20288;
}
</style>
border-color css
<style>
span { border-color: #E20288; }
span { border-color: rgb(226,2,136); }
td.TdClassName
{
border-color: #E20288;
}
.TagClassName
{
border-color: #E20288;
}
</style>