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