Shades of Hollywood Cerise #E90599
Tints of Hollywood Cerise #E90599
RGB
CMYK
RGB Variations
Color information
#E90599 (or 0xE90599) is known color: Hollywood Cerise. HEX triplet: E9, 05 and 99. RGB value is (233,5,153). Sum of RGB (Red+Green+Blue) = 233+5+153=391 (51% of max value = 765). Red value is 233 (91.41% from 255 or 59.59% from 391); Green value is 5 (2.34% from 255 or 1.28% from 391); Blue value is 153 (60.16% from 255 or 39.13% from 391); Max value from RGB is 233 - color contains mainly: red. Hex color #E90599 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E90599 is #16FA66. Grayscale: #595959. Windows color (decimal): -1505895 or 10028521. OLE color: 10028521.
HSL color Cylindrical-coordinate representation of color #E90599: hue angle of 321.05º degrees, saturation: 0.96, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E90599 is Cyan = 0, Magento = 0.98, Yellow = 0.34 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 5 | 153 | - |
| CMYK | 0 | 0.98 | 0.34 | 0.09 |
| HSL | 321.05º | 0.96% | 0.47% | - |
| HSV(B) | 321.05º | 0.98% | 0.91% | - |
| XYZ | 39.41 | 19.73 | 31.87 | - |
| YUV | 90.04 | 163.54 | 229.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 5 | 153 | 0 | 0.98 | 0.34 | 0.09 | 321.05 | 0.96 | 0.47 |
| Hex | E9 | 5 | 99 | 0 | 62 | 22 | 9 | 141 | 60 | 2F |
| Octal | 351 | 5 | 231 | 0 | 142 | 42 | 11 | 501 | 140 | 57 |
| Binary | 11101001 | 101 | 10011001 | 0 | 1100010 | 100010 | 1001 | 101000001 | 1100000 | 101111 |
Color Harmonies of #E90599
Complementary color
Monochromatic Colors of #E90599
Black with #E90599
Text Example
Text Example
White with #E90599
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E90599; }
p { color: rgb(233,5,153); }
H1.HeaderClassName
{
color: #E90599;
}
.AnyTagClassName
{
color: #E90599;
}
</style>
background-color css
<style>
a { background-color: #E90599; }
a { background-color: rgb(233,5,153); }
div.DivClassName
{
background-color: #E90599;
}
.BgClassName
{
background-color: #E90599;
}
</style>
border-color css
<style>
span { border-color: #E90599; }
span { border-color: rgb(233,5,153); }
td.TdClassName
{
border-color: #E90599;
}
.TagClassName
{
border-color: #E90599;
}
</style>