Shades of Hollywood Cerise #E90F99
Tints of Hollywood Cerise #E90F99
RGB
CMYK
RGB Variations
Color information
#E90F99 (or 0xE90F99) is known color: Hollywood Cerise. HEX triplet: E9, 0F and 99. RGB value is (233,15,153). Sum of RGB (Red+Green+Blue) = 233+15+153=401 (53% of max value = 765). Red value is 233 (91.41% from 255 or 58.10% from 401); Green value is 15 (6.25% from 255 or 3.74% from 401); Blue value is 153 (60.16% from 255 or 38.15% from 401); Max value from RGB is 233 - color contains mainly: red. Hex color #E90F99 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E90F99 is #16F066. Grayscale: #5F5F5F. Windows color (decimal): -1503335 or 10031081. OLE color: 10031081.
HSL color Cylindrical-coordinate representation of color #E90F99: hue angle of 322.02º degrees, saturation: 0.88, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E90F99 is Cyan = 0, Magento = 0.94, Yellow = 0.34 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 15 | 153 | - |
| CMYK | 0 | 0.94 | 0.34 | 0.09 |
| HSL | 322.02º | 0.88% | 0.49% | - |
| HSV(B) | 322.02º | 0.94% | 0.91% | - |
| XYZ | 39.52 | 19.97 | 31.91 | - |
| YUV | 95.91 | 160.22 | 225.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 15 | 153 | 0 | 0.94 | 0.34 | 0.09 | 322.02 | 0.88 | 0.49 |
| Hex | E9 | F | 99 | 0 | 5E | 22 | 9 | 142 | 58 | 31 |
| Octal | 351 | 17 | 231 | 0 | 136 | 42 | 11 | 502 | 130 | 61 |
| Binary | 11101001 | 1111 | 10011001 | 0 | 1011110 | 100010 | 1001 | 101000010 | 1011000 | 110001 |
Color Harmonies of #E90F99
Complementary color
Monochromatic Colors of #E90F99
Black with #E90F99
Text Example
Text Example
White with #E90F99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E90F99; }
p { color: rgb(233,15,153); }
H1.HeaderClassName
{
color: #E90F99;
}
.AnyTagClassName
{
color: #E90F99;
}
</style>
background-color css
<style>
a { background-color: #E90F99; }
a { background-color: rgb(233,15,153); }
div.DivClassName
{
background-color: #E90F99;
}
.BgClassName
{
background-color: #E90F99;
}
</style>
border-color css
<style>
span { border-color: #E90F99; }
span { border-color: rgb(233,15,153); }
td.TdClassName
{
border-color: #E90F99;
}
.TagClassName
{
border-color: #E90F99;
}
</style>