Shades of Hollywood Cerise #E90DAC
Tints of Hollywood Cerise #E90DAC
RGB
CMYK
RGB Variations
Color information
#E90DAC (or 0xE90DAC) is known color: Hollywood Cerise. HEX triplet: E9, 0D and AC. RGB value is (233,13,172). Sum of RGB (Red+Green+Blue) = 233+13+172=418 (55% of max value = 765). Red value is 233 (91.41% from 255 or 55.74% from 418); Green value is 13 (5.47% from 255 or 3.11% from 418); Blue value is 172 (67.58% from 255 or 41.15% from 418); Max value from RGB is 233 - color contains mainly: red. Hex color #E90DAC is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E90DAC is #16F253. Grayscale: #606060. Windows color (decimal): -1503828 or 11275753. OLE color: 11275753.
HSL color Cylindrical-coordinate representation of color #E90DAC: hue angle of 316.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 #E90DAC is Cyan = 0, Magento = 0.94, Yellow = 0.26 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 13 | 172 | - |
| CMYK | 0 | 0.94 | 0.26 | 0.09 |
| HSL | 316.64º | 0.89% | 0.48% | - |
| HSV(B) | 316.64º | 0.94% | 0.91% | - |
| XYZ | 41.19 | 20.59 | 40.83 | - |
| YUV | 96.91 | 170.39 | 225.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 13 | 172 | 0 | 0.94 | 0.26 | 0.09 | 316.64 | 0.89 | 0.48 |
| Hex | E9 | D | AC | 0 | 5E | 1A | 9 | 13D | 59 | 30 |
| Octal | 351 | 15 | 254 | 0 | 136 | 32 | 11 | 475 | 131 | 60 |
| Binary | 11101001 | 1101 | 10101100 | 0 | 1011110 | 11010 | 1001 | 100111101 | 1011001 | 110000 |
Color Harmonies of #E90DAC
Complementary color
Monochromatic Colors of #E90DAC
Black with #E90DAC
Text Example
Text Example
White with #E90DAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E90DAC; }
p { color: rgb(233,13,172); }
H1.HeaderClassName
{
color: #E90DAC;
}
.AnyTagClassName
{
color: #E90DAC;
}
</style>
background-color css
<style>
a { background-color: #E90DAC; }
a { background-color: rgb(233,13,172); }
div.DivClassName
{
background-color: #E90DAC;
}
.BgClassName
{
background-color: #E90DAC;
}
</style>
border-color css
<style>
span { border-color: #E90DAC; }
span { border-color: rgb(233,13,172); }
td.TdClassName
{
border-color: #E90DAC;
}
.TagClassName
{
border-color: #E90DAC;
}
</style>