Shades of Hollywood Cerise #E90AAB
Tints of Hollywood Cerise #E90AAB
RGB
CMYK
RGB Variations
Color information
#E90AAB (or 0xE90AAB) is known color: Hollywood Cerise. HEX triplet: E9, 0A and AB. RGB value is (233,10,171). Sum of RGB (Red+Green+Blue) = 233+10+171=414 (54% of max value = 765). Red value is 233 (91.41% from 255 or 56.28% from 414); Green value is 10 (4.30% from 255 or 2.42% from 414); Blue value is 171 (67.19% from 255 or 41.30% from 414); Max value from RGB is 233 - color contains mainly: red. Hex color #E90AAB is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E90AAB is #16F554. Grayscale: #5E5E5E. Windows color (decimal): -1504597 or 11209449. OLE color: 11209449.
HSL color Cylindrical-coordinate representation of color #E90AAB: hue angle of 316.68º 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 #E90AAB is Cyan = 0, Magento = 0.96, Yellow = 0.27 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 10 | 171 | - |
| CMYK | 0 | 0.96 | 0.27 | 0.09 |
| HSL | 316.68º | 0.92% | 0.48% | - |
| HSV(B) | 316.68º | 0.96% | 0.91% | - |
| XYZ | 41.06 | 20.48 | 40.32 | - |
| YUV | 95.03 | 170.88 | 226.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 10 | 171 | 0 | 0.96 | 0.27 | 0.09 | 316.68 | 0.92 | 0.48 |
| Hex | E9 | A | AB | 0 | 60 | 1B | 9 | 13D | 5C | 30 |
| Octal | 351 | 12 | 253 | 0 | 140 | 33 | 11 | 475 | 134 | 60 |
| Binary | 11101001 | 1010 | 10101011 | 0 | 1100000 | 11011 | 1001 | 100111101 | 1011100 | 110000 |
Color Harmonies of #E90AAB
Complementary color
Monochromatic Colors of #E90AAB
Black with #E90AAB
Text Example
Text Example
White with #E90AAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E90AAB; }
p { color: rgb(233,10,171); }
H1.HeaderClassName
{
color: #E90AAB;
}
.AnyTagClassName
{
color: #E90AAB;
}
</style>
background-color css
<style>
a { background-color: #E90AAB; }
a { background-color: rgb(233,10,171); }
div.DivClassName
{
background-color: #E90AAB;
}
.BgClassName
{
background-color: #E90AAB;
}
</style>
border-color css
<style>
span { border-color: #E90AAB; }
span { border-color: rgb(233,10,171); }
td.TdClassName
{
border-color: #E90AAB;
}
.TagClassName
{
border-color: #E90AAB;
}
</style>