Shades of Hollywood Cerise #E90D9B
Tints of Hollywood Cerise #E90D9B
RGB
CMYK
RGB Variations
Color information
#E90D9B (or 0xE90D9B) is known color: Hollywood Cerise. HEX triplet: E9, 0D and 9B. RGB value is (233,13,155). Sum of RGB (Red+Green+Blue) = 233+13+155=401 (53% of max value = 765). Red value is 233 (91.41% from 255 or 58.10% from 401); Green value is 13 (5.47% from 255 or 3.24% from 401); Blue value is 155 (60.94% from 255 or 38.65% from 401); Max value from RGB is 233 - color contains mainly: red. Hex color #E90D9B is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E90D9B is #16F264. Grayscale: #5E5E5E. Windows color (decimal): -1503845 or 10161641. OLE color: 10161641.
HSL color Cylindrical-coordinate representation of color #E90D9B: hue angle of 321.27º 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 #E90D9B is Cyan = 0, Magento = 0.94, Yellow = 0.33 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 13 | 155 | - |
| CMYK | 0 | 0.94 | 0.33 | 0.09 |
| HSL | 321.27º | 0.89% | 0.48% | - |
| HSV(B) | 321.27º | 0.94% | 0.91% | - |
| XYZ | 39.66 | 19.98 | 32.78 | - |
| YUV | 94.97 | 161.89 | 226.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 13 | 155 | 0 | 0.94 | 0.33 | 0.09 | 321.27 | 0.89 | 0.48 |
| Hex | E9 | D | 9B | 0 | 5E | 21 | 9 | 141 | 59 | 30 |
| Octal | 351 | 15 | 233 | 0 | 136 | 41 | 11 | 501 | 131 | 60 |
| Binary | 11101001 | 1101 | 10011011 | 0 | 1011110 | 100001 | 1001 | 101000001 | 1011001 | 110000 |
Color Harmonies of #E90D9B
Complementary color
Monochromatic Colors of #E90D9B
Black with #E90D9B
Text Example
Text Example
White with #E90D9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E90D9B; }
p { color: rgb(233,13,155); }
H1.HeaderClassName
{
color: #E90D9B;
}
.AnyTagClassName
{
color: #E90D9B;
}
</style>
background-color css
<style>
a { background-color: #E90D9B; }
a { background-color: rgb(233,13,155); }
div.DivClassName
{
background-color: #E90D9B;
}
.BgClassName
{
background-color: #E90D9B;
}
</style>
border-color css
<style>
span { border-color: #E90D9B; }
span { border-color: rgb(233,13,155); }
td.TdClassName
{
border-color: #E90D9B;
}
.TagClassName
{
border-color: #E90D9B;
}
</style>