Shades of Hollywood Cerise #E90288
Tints of Hollywood Cerise #E90288
RGB
CMYK
RGB Variations
Color information
#E90288 (or 0xE90288) is known color: Hollywood Cerise. HEX triplet: E9, 02 and 88. RGB value is (233,2,136). Sum of RGB (Red+Green+Blue) = 233+2+136=371 (49% of max value = 765). Red value is 233 (91.41% from 255 or 62.80% from 371); Green value is 2 (1.17% from 255 or 0.54% from 371); Blue value is 136 (53.52% from 255 or 36.66% from 371); Max value from RGB is 233 - color contains mainly: red. Hex color #E90288 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E90288 is #16FD77. Grayscale: #565656. Windows color (decimal): -1506680 or 8913641. OLE color: 8913641.
HSL color Cylindrical-coordinate representation of color #E90288: hue angle of 325.19º degrees, saturation: 0.98, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E90288 is Cyan = 0, Magento = 0.99, Yellow = 0.42 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 2 | 136 | - |
| CMYK | 0 | 0.99 | 0.42 | 0.09 |
| HSL | 325.19º | 0.98% | 0.46% | - |
| HSV(B) | 325.19º | 0.99% | 0.91% | - |
| XYZ | 38.07 | 19.14 | 24.98 | - |
| YUV | 86.35 | 156.03 | 232.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 2 | 136 | 0 | 0.99 | 0.42 | 0.09 | 325.19 | 0.98 | 0.46 |
| Hex | E9 | 2 | 88 | 0 | 63 | 2A | 9 | 145 | 62 | 2E |
| Octal | 351 | 2 | 210 | 0 | 143 | 52 | 11 | 505 | 142 | 56 |
| Binary | 11101001 | 10 | 10001000 | 0 | 1100011 | 101010 | 1001 | 101000101 | 1100010 | 101110 |
Color Harmonies of #E90288
Complementary color
Monochromatic Colors of #E90288
Black with #E90288
Text Example
Text Example
White with #E90288
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E90288; }
p { color: rgb(233,2,136); }
H1.HeaderClassName
{
color: #E90288;
}
.AnyTagClassName
{
color: #E90288;
}
</style>
background-color css
<style>
a { background-color: #E90288; }
a { background-color: rgb(233,2,136); }
div.DivClassName
{
background-color: #E90288;
}
.BgClassName
{
background-color: #E90288;
}
</style>
border-color css
<style>
span { border-color: #E90288; }
span { border-color: rgb(233,2,136); }
td.TdClassName
{
border-color: #E90288;
}
.TagClassName
{
border-color: #E90288;
}
</style>