Shades of Hollywood Cerise #E90E98
Tints of Hollywood Cerise #E90E98
RGB
CMYK
RGB Variations
Color information
#E90E98 (or 0xE90E98) is known color: Hollywood Cerise. HEX triplet: E9, 0E and 98. RGB value is (233,14,152). Sum of RGB (Red+Green+Blue) = 233+14+152=399 (52% of max value = 765). Red value is 233 (91.41% from 255 or 58.40% from 399); Green value is 14 (5.86% from 255 or 3.51% from 399); Blue value is 152 (59.77% from 255 or 38.10% from 399); Max value from RGB is 233 - color contains mainly: red. Hex color #E90E98 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E90E98 is #16F167. Grayscale: #5E5E5E. Windows color (decimal): -1503592 or 9965289. OLE color: 9965289.
HSL color Cylindrical-coordinate representation of color #E90E98: hue angle of 322.19º degrees, saturation: 0.89, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E90E98 is Cyan = 0, Magento = 0.94, Yellow = 0.35 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 14 | 152 | - |
| CMYK | 0 | 0.94 | 0.35 | 0.09 |
| HSL | 322.19º | 0.89% | 0.48% | - |
| HSV(B) | 322.19º | 0.94% | 0.91% | - |
| XYZ | 39.43 | 19.9 | 31.47 | - |
| YUV | 95.21 | 160.05 | 226.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 14 | 152 | 0 | 0.94 | 0.35 | 0.09 | 322.19 | 0.89 | 0.48 |
| Hex | E9 | E | 98 | 0 | 5E | 23 | 9 | 142 | 59 | 30 |
| Octal | 351 | 16 | 230 | 0 | 136 | 43 | 11 | 502 | 131 | 60 |
| Binary | 11101001 | 1110 | 10011000 | 0 | 1011110 | 100011 | 1001 | 101000010 | 1011001 | 110000 |
Color Harmonies of #E90E98
Complementary color
Monochromatic Colors of #E90E98
Black with #E90E98
Text Example
Text Example
White with #E90E98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E90E98; }
p { color: rgb(233,14,152); }
H1.HeaderClassName
{
color: #E90E98;
}
.AnyTagClassName
{
color: #E90E98;
}
</style>
background-color css
<style>
a { background-color: #E90E98; }
a { background-color: rgb(233,14,152); }
div.DivClassName
{
background-color: #E90E98;
}
.BgClassName
{
background-color: #E90E98;
}
</style>
border-color css
<style>
span { border-color: #E90E98; }
span { border-color: rgb(233,14,152); }
td.TdClassName
{
border-color: #E90E98;
}
.TagClassName
{
border-color: #E90E98;
}
</style>