Shades of Hollywood Cerise #E90AAE
Tints of Hollywood Cerise #E90AAE
RGB
CMYK
RGB Variations
Color information
#E90AAE (or 0xE90AAE) is known color: Hollywood Cerise. HEX triplet: E9, 0A and AE. RGB value is (233,10,174). Sum of RGB (Red+Green+Blue) = 233+10+174=417 (55% of max value = 765). Red value is 233 (91.41% from 255 or 55.88% from 417); Green value is 10 (4.30% from 255 or 2.40% from 417); Blue value is 174 (68.36% from 255 or 41.73% from 417); Max value from RGB is 233 - color contains mainly: red. Hex color #E90AAE is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E90AAE is #16F551. Grayscale: #5E5E5E. Windows color (decimal): -1504594 or 11406057. OLE color: 11406057.
HSL color Cylindrical-coordinate representation of color #E90AAE: hue angle of 315.87º degrees, saturation: 0.92, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E90AAE is Cyan = 0, Magento = 0.96, Yellow = 0.25 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 10 | 174 | - |
| CMYK | 0 | 0.96 | 0.25 | 0.09 |
| HSL | 315.87º | 0.92% | 0.48% | - |
| HSV(B) | 315.87º | 0.96% | 0.91% | - |
| XYZ | 41.35 | 20.6 | 41.84 | - |
| YUV | 95.37 | 172.38 | 226.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 10 | 174 | 0 | 0.96 | 0.25 | 0.09 | 315.87 | 0.92 | 0.48 |
| Hex | E9 | A | AE | 0 | 60 | 19 | 9 | 13C | 5C | 30 |
| Octal | 351 | 12 | 256 | 0 | 140 | 31 | 11 | 474 | 134 | 60 |
| Binary | 11101001 | 1010 | 10101110 | 0 | 1100000 | 11001 | 1001 | 100111100 | 1011100 | 110000 |
Color Harmonies of #E90AAE
Complementary color
Monochromatic Colors of #E90AAE
Black with #E90AAE
Text Example
Text Example
White with #E90AAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E90AAE; }
p { color: rgb(233,10,174); }
H1.HeaderClassName
{
color: #E90AAE;
}
.AnyTagClassName
{
color: #E90AAE;
}
</style>
background-color css
<style>
a { background-color: #E90AAE; }
a { background-color: rgb(233,10,174); }
div.DivClassName
{
background-color: #E90AAE;
}
.BgClassName
{
background-color: #E90AAE;
}
</style>
border-color css
<style>
span { border-color: #E90AAE; }
span { border-color: rgb(233,10,174); }
td.TdClassName
{
border-color: #E90AAE;
}
.TagClassName
{
border-color: #E90AAE;
}
</style>