Shades of Hollywood Cerise #E90DB0
Tints of Hollywood Cerise #E90DB0
RGB
CMYK
RGB Variations
Color information
#E90DB0 (or 0xE90DB0) is known color: Hollywood Cerise. HEX triplet: E9, 0D and B0. RGB value is (233,13,176). Sum of RGB (Red+Green+Blue) = 233+13+176=422 (55% of max value = 765). Red value is 233 (91.41% from 255 or 55.21% from 422); Green value is 13 (5.47% from 255 or 3.08% from 422); Blue value is 176 (69.14% from 255 or 41.71% from 422); Max value from RGB is 233 - color contains mainly: red. Hex color #E90DB0 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E90DB0 is #16F24F. Grayscale: #606060. Windows color (decimal): -1503824 or 11537897. OLE color: 11537897.
HSL color Cylindrical-coordinate representation of color #E90DB0: hue angle of 315.55º 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 #E90DB0 is Cyan = 0, Magento = 0.94, Yellow = 0.24 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 13 | 176 | - |
| CMYK | 0 | 0.94 | 0.24 | 0.09 |
| HSL | 315.55º | 0.89% | 0.48% | - |
| HSV(B) | 315.55º | 0.94% | 0.91% | - |
| XYZ | 41.58 | 20.75 | 42.89 | - |
| YUV | 97.36 | 172.39 | 224.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 13 | 176 | 0 | 0.94 | 0.24 | 0.09 | 315.55 | 0.89 | 0.48 |
| Hex | E9 | D | B0 | 0 | 5E | 18 | 9 | 13C | 59 | 30 |
| Octal | 351 | 15 | 260 | 0 | 136 | 30 | 11 | 474 | 131 | 60 |
| Binary | 11101001 | 1101 | 10110000 | 0 | 1011110 | 11000 | 1001 | 100111100 | 1011001 | 110000 |
Color Harmonies of #E90DB0
Complementary color
Monochromatic Colors of #E90DB0
Black with #E90DB0
Text Example
Text Example
White with #E90DB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E90DB0; }
p { color: rgb(233,13,176); }
H1.HeaderClassName
{
color: #E90DB0;
}
.AnyTagClassName
{
color: #E90DB0;
}
</style>
background-color css
<style>
a { background-color: #E90DB0; }
a { background-color: rgb(233,13,176); }
div.DivClassName
{
background-color: #E90DB0;
}
.BgClassName
{
background-color: #E90DB0;
}
</style>
border-color css
<style>
span { border-color: #E90DB0; }
span { border-color: rgb(233,13,176); }
td.TdClassName
{
border-color: #E90DB0;
}
.TagClassName
{
border-color: #E90DB0;
}
</style>