Shades of Hollywood Cerise #E90EAB
Tints of Hollywood Cerise #E90EAB
RGB
CMYK
RGB Variations
Color information
#E90EAB (or 0xE90EAB) is known color: Hollywood Cerise. HEX triplet: E9, 0E and AB. RGB value is (233,14,171). Sum of RGB (Red+Green+Blue) = 233+14+171=418 (55% of max value = 765). Red value is 233 (91.41% from 255 or 55.74% from 418); Green value is 14 (5.86% from 255 or 3.35% from 418); Blue value is 171 (67.19% from 255 or 40.91% from 418); Max value from RGB is 233 - color contains mainly: red. Hex color #E90EAB is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E90EAB is #16F154. Grayscale: #606060. Windows color (decimal): -1503573 or 11210473. OLE color: 11210473.
HSL color Cylindrical-coordinate representation of color #E90EAB: hue angle of 316.99º 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 #E90EAB is Cyan = 0, Magento = 0.94, Yellow = 0.27 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 14 | 171 | - |
| CMYK | 0 | 0.94 | 0.27 | 0.09 |
| HSL | 316.99º | 0.89% | 0.48% | - |
| HSV(B) | 316.99º | 0.94% | 0.91% | - |
| XYZ | 41.11 | 20.58 | 40.33 | - |
| YUV | 97.38 | 169.55 | 224.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 14 | 171 | 0 | 0.94 | 0.27 | 0.09 | 316.99 | 0.89 | 0.48 |
| Hex | E9 | E | AB | 0 | 5E | 1B | 9 | 13D | 59 | 30 |
| Octal | 351 | 16 | 253 | 0 | 136 | 33 | 11 | 475 | 131 | 60 |
| Binary | 11101001 | 1110 | 10101011 | 0 | 1011110 | 11011 | 1001 | 100111101 | 1011001 | 110000 |
Color Harmonies of #E90EAB
Complementary color
Monochromatic Colors of #E90EAB
Black with #E90EAB
Text Example
Text Example
White with #E90EAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E90EAB; }
p { color: rgb(233,14,171); }
H1.HeaderClassName
{
color: #E90EAB;
}
.AnyTagClassName
{
color: #E90EAB;
}
</style>
background-color css
<style>
a { background-color: #E90EAB; }
a { background-color: rgb(233,14,171); }
div.DivClassName
{
background-color: #E90EAB;
}
.BgClassName
{
background-color: #E90EAB;
}
</style>
border-color css
<style>
span { border-color: #E90EAB; }
span { border-color: rgb(233,14,171); }
td.TdClassName
{
border-color: #E90EAB;
}
.TagClassName
{
border-color: #E90EAB;
}
</style>