Shades of Hollywood Cerise #E90D9F
Tints of Hollywood Cerise #E90D9F
RGB
CMYK
RGB Variations
Color information
#E90D9F (or 0xE90D9F) is known color: Hollywood Cerise. HEX triplet: E9, 0D and 9F. RGB value is (233,13,159). Sum of RGB (Red+Green+Blue) = 233+13+159=405 (53% of max value = 765). Red value is 233 (91.41% from 255 or 57.53% from 405); Green value is 13 (5.47% from 255 or 3.21% from 405); Blue value is 159 (62.5% from 255 or 39.26% from 405); Max value from RGB is 233 - color contains mainly: red. Hex color #E90D9F is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E90D9F is #16F260. Grayscale: #5F5F5F. Windows color (decimal): -1503841 or 10423785. OLE color: 10423785.
HSL color Cylindrical-coordinate representation of color #E90D9F: hue angle of 320.18º 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 #E90D9F is Cyan = 0, Magento = 0.94, Yellow = 0.32 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 13 | 159 | - |
| CMYK | 0 | 0.94 | 0.32 | 0.09 |
| HSL | 320.18º | 0.89% | 0.48% | - |
| HSV(B) | 320.18º | 0.94% | 0.91% | - |
| XYZ | 40.01 | 20.11 | 34.57 | - |
| YUV | 95.42 | 163.89 | 226.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 13 | 159 | 0 | 0.94 | 0.32 | 0.09 | 320.18 | 0.89 | 0.48 |
| Hex | E9 | D | 9F | 0 | 5E | 20 | 9 | 140 | 59 | 30 |
| Octal | 351 | 15 | 237 | 0 | 136 | 40 | 11 | 500 | 131 | 60 |
| Binary | 11101001 | 1101 | 10011111 | 0 | 1011110 | 100000 | 1001 | 101000000 | 1011001 | 110000 |
Color Harmonies of #E90D9F
Complementary color
Monochromatic Colors of #E90D9F
Black with #E90D9F
Text Example
Text Example
White with #E90D9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E90D9F; }
p { color: rgb(233,13,159); }
H1.HeaderClassName
{
color: #E90D9F;
}
.AnyTagClassName
{
color: #E90D9F;
}
</style>
background-color css
<style>
a { background-color: #E90D9F; }
a { background-color: rgb(233,13,159); }
div.DivClassName
{
background-color: #E90D9F;
}
.BgClassName
{
background-color: #E90D9F;
}
</style>
border-color css
<style>
span { border-color: #E90D9F; }
span { border-color: rgb(233,13,159); }
td.TdClassName
{
border-color: #E90D9F;
}
.TagClassName
{
border-color: #E90D9F;
}
</style>