Shades of Hollywood Cerise #E90D96
Tints of Hollywood Cerise #E90D96
RGB
CMYK
RGB Variations
Color information
#E90D96 (or 0xE90D96) is known color: Hollywood Cerise. HEX triplet: E9, 0D and 96. RGB value is (233,13,150). Sum of RGB (Red+Green+Blue) = 233+13+150=396 (52% of max value = 765). Red value is 233 (91.41% from 255 or 58.84% from 396); Green value is 13 (5.47% from 255 or 3.28% from 396); Blue value is 150 (58.98% from 255 or 37.88% from 396); Max value from RGB is 233 - color contains mainly: red. Hex color #E90D96 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E90D96 is #16F269. Grayscale: #5E5E5E. Windows color (decimal): -1503850 or 9833961. OLE color: 9833961.
HSL color Cylindrical-coordinate representation of color #E90D96: hue angle of 322.64º 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 #E90D96 is Cyan = 0, Magento = 0.94, Yellow = 0.36 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 13 | 150 | - |
| CMYK | 0 | 0.94 | 0.36 | 0.09 |
| HSL | 322.64º | 0.89% | 0.48% | - |
| HSV(B) | 322.64º | 0.94% | 0.91% | - |
| XYZ | 39.25 | 19.81 | 30.61 | - |
| YUV | 94.4 | 159.39 | 226.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 13 | 150 | 0 | 0.94 | 0.36 | 0.09 | 322.64 | 0.89 | 0.48 |
| Hex | E9 | D | 96 | 0 | 5E | 24 | 9 | 143 | 59 | 30 |
| Octal | 351 | 15 | 226 | 0 | 136 | 44 | 11 | 503 | 131 | 60 |
| Binary | 11101001 | 1101 | 10010110 | 0 | 1011110 | 100100 | 1001 | 101000011 | 1011001 | 110000 |
Color Harmonies of #E90D96
Complementary color
Monochromatic Colors of #E90D96
Black with #E90D96
Text Example
Text Example
White with #E90D96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E90D96; }
p { color: rgb(233,13,150); }
H1.HeaderClassName
{
color: #E90D96;
}
.AnyTagClassName
{
color: #E90D96;
}
</style>
background-color css
<style>
a { background-color: #E90D96; }
a { background-color: rgb(233,13,150); }
div.DivClassName
{
background-color: #E90D96;
}
.BgClassName
{
background-color: #E90D96;
}
</style>
border-color css
<style>
span { border-color: #E90D96; }
span { border-color: rgb(233,13,150); }
td.TdClassName
{
border-color: #E90D96;
}
.TagClassName
{
border-color: #E90D96;
}
</style>