Shades of Hollywood Cerise #E90DAE
Tints of Hollywood Cerise #E90DAE
RGB
CMYK
RGB Variations
Color information
#E90DAE (or 0xE90DAE) is known color: Hollywood Cerise. HEX triplet: E9, 0D and AE. RGB value is (233,13,174). Sum of RGB (Red+Green+Blue) = 233+13+174=420 (55% of max value = 765). Red value is 233 (91.41% from 255 or 55.48% from 420); Green value is 13 (5.47% from 255 or 3.10% from 420); Blue value is 174 (68.36% from 255 or 41.43% from 420); Max value from RGB is 233 - color contains mainly: red. Hex color #E90DAE is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E90DAE is #16F251. Grayscale: #606060. Windows color (decimal): -1503826 or 11406825. OLE color: 11406825.
HSL color Cylindrical-coordinate representation of color #E90DAE: hue angle of 316.09º 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 #E90DAE is Cyan = 0, Magento = 0.94, Yellow = 0.25 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 13 | 174 | - |
| CMYK | 0 | 0.94 | 0.25 | 0.09 |
| HSL | 316.09º | 0.89% | 0.48% | - |
| HSV(B) | 316.09º | 0.94% | 0.91% | - |
| XYZ | 41.39 | 20.67 | 41.85 | - |
| YUV | 97.13 | 171.39 | 224.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 13 | 174 | 0 | 0.94 | 0.25 | 0.09 | 316.09 | 0.89 | 0.48 |
| Hex | E9 | D | AE | 0 | 5E | 19 | 9 | 13C | 59 | 30 |
| Octal | 351 | 15 | 256 | 0 | 136 | 31 | 11 | 474 | 131 | 60 |
| Binary | 11101001 | 1101 | 10101110 | 0 | 1011110 | 11001 | 1001 | 100111100 | 1011001 | 110000 |
Color Harmonies of #E90DAE
Complementary color
Monochromatic Colors of #E90DAE
Black with #E90DAE
Text Example
Text Example
White with #E90DAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E90DAE; }
p { color: rgb(233,13,174); }
H1.HeaderClassName
{
color: #E90DAE;
}
.AnyTagClassName
{
color: #E90DAE;
}
</style>
background-color css
<style>
a { background-color: #E90DAE; }
a { background-color: rgb(233,13,174); }
div.DivClassName
{
background-color: #E90DAE;
}
.BgClassName
{
background-color: #E90DAE;
}
</style>
border-color css
<style>
span { border-color: #E90DAE; }
span { border-color: rgb(233,13,174); }
td.TdClassName
{
border-color: #E90DAE;
}
.TagClassName
{
border-color: #E90DAE;
}
</style>