Shades of Hollywood Cerise #E90EAC
Tints of Hollywood Cerise #E90EAC
RGB
CMYK
RGB Variations
Color information
#E90EAC (or 0xE90EAC) is known color: Hollywood Cerise. HEX triplet: E9, 0E and AC. RGB value is (233,14,172). Sum of RGB (Red+Green+Blue) = 233+14+172=419 (55% of max value = 765). Red value is 233 (91.41% from 255 or 55.61% from 419); Green value is 14 (5.86% from 255 or 3.34% from 419); Blue value is 172 (67.58% from 255 or 41.05% from 419); Max value from RGB is 233 - color contains mainly: red. Hex color #E90EAC is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E90EAC is #16F153. Grayscale: #616161. Windows color (decimal): -1503572 or 11276009. OLE color: 11276009.
HSL color Cylindrical-coordinate representation of color #E90EAC: hue angle of 316.71º 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 #E90EAC is Cyan = 0, Magento = 0.94, Yellow = 0.26 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 14 | 172 | - |
| CMYK | 0 | 0.94 | 0.26 | 0.09 |
| HSL | 316.71º | 0.89% | 0.48% | - |
| HSV(B) | 316.71º | 0.94% | 0.91% | - |
| XYZ | 41.21 | 20.62 | 40.84 | - |
| YUV | 97.49 | 170.05 | 224.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 14 | 172 | 0 | 0.94 | 0.26 | 0.09 | 316.71 | 0.89 | 0.48 |
| Hex | E9 | E | AC | 0 | 5E | 1A | 9 | 13D | 59 | 30 |
| Octal | 351 | 16 | 254 | 0 | 136 | 32 | 11 | 475 | 131 | 60 |
| Binary | 11101001 | 1110 | 10101100 | 0 | 1011110 | 11010 | 1001 | 100111101 | 1011001 | 110000 |
Color Harmonies of #E90EAC
Complementary color
Monochromatic Colors of #E90EAC
Black with #E90EAC
Text Example
Text Example
White with #E90EAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E90EAC; }
p { color: rgb(233,14,172); }
H1.HeaderClassName
{
color: #E90EAC;
}
.AnyTagClassName
{
color: #E90EAC;
}
</style>
background-color css
<style>
a { background-color: #E90EAC; }
a { background-color: rgb(233,14,172); }
div.DivClassName
{
background-color: #E90EAC;
}
.BgClassName
{
background-color: #E90EAC;
}
</style>
border-color css
<style>
span { border-color: #E90EAC; }
span { border-color: rgb(233,14,172); }
td.TdClassName
{
border-color: #E90EAC;
}
.TagClassName
{
border-color: #E90EAC;
}
</style>