Shades of Hollywood Cerise #E90DAA
Tints of Hollywood Cerise #E90DAA
RGB
CMYK
RGB Variations
Color information
#E90DAA (or 0xE90DAA) is known color: Hollywood Cerise. HEX triplet: E9, 0D and AA. RGB value is (233,13,170). Sum of RGB (Red+Green+Blue) = 233+13+170=416 (55% of max value = 765). Red value is 233 (91.41% from 255 or 56.01% from 416); Green value is 13 (5.47% from 255 or 3.12% from 416); Blue value is 170 (66.80% from 255 or 40.87% from 416); Max value from RGB is 233 - color contains mainly: red. Hex color #E90DAA is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E90DAA is #16F255. Grayscale: #606060. Windows color (decimal): -1503830 or 11144681. OLE color: 11144681.
HSL color Cylindrical-coordinate representation of color #E90DAA: hue angle of 317.18º 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 #E90DAA is Cyan = 0, Magento = 0.94, Yellow = 0.27 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 13 | 170 | - |
| CMYK | 0 | 0.94 | 0.27 | 0.09 |
| HSL | 317.18º | 0.89% | 0.48% | - |
| HSV(B) | 317.18º | 0.94% | 0.91% | - |
| XYZ | 41 | 20.51 | 39.83 | - |
| YUV | 96.68 | 169.39 | 225.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 13 | 170 | 0 | 0.94 | 0.27 | 0.09 | 317.18 | 0.89 | 0.48 |
| Hex | E9 | D | AA | 0 | 5E | 1B | 9 | 13D | 59 | 30 |
| Octal | 351 | 15 | 252 | 0 | 136 | 33 | 11 | 475 | 131 | 60 |
| Binary | 11101001 | 1101 | 10101010 | 0 | 1011110 | 11011 | 1001 | 100111101 | 1011001 | 110000 |
Color Harmonies of #E90DAA
Complementary color
Monochromatic Colors of #E90DAA
Black with #E90DAA
Text Example
Text Example
White with #E90DAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E90DAA; }
p { color: rgb(233,13,170); }
H1.HeaderClassName
{
color: #E90DAA;
}
.AnyTagClassName
{
color: #E90DAA;
}
</style>
background-color css
<style>
a { background-color: #E90DAA; }
a { background-color: rgb(233,13,170); }
div.DivClassName
{
background-color: #E90DAA;
}
.BgClassName
{
background-color: #E90DAA;
}
</style>
border-color css
<style>
span { border-color: #E90DAA; }
span { border-color: rgb(233,13,170); }
td.TdClassName
{
border-color: #E90DAA;
}
.TagClassName
{
border-color: #E90DAA;
}
</style>