Shades of Hollywood Cerise #E809AA
Tints of Hollywood Cerise #E809AA
RGB
CMYK
RGB Variations
Color information
#E809AA (or 0xE809AA) is known color: Hollywood Cerise. HEX triplet: E8, 09 and AA. RGB value is (232,9,170). Sum of RGB (Red+Green+Blue) = 232+9+170=411 (54% of max value = 765). Red value is 232 (91.02% from 255 or 56.45% from 411); Green value is 9 (3.91% from 255 or 2.19% from 411); Blue value is 170 (66.80% from 255 or 41.36% from 411); Max value from RGB is 232 - color contains mainly: red. Hex color #E809AA is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E809AA is #17F655. Grayscale: #5D5D5D. Windows color (decimal): -1570390 or 11143656. OLE color: 11143656.
HSL color Cylindrical-coordinate representation of color #E809AA: hue angle of 316.68º degrees, saturation: 0.93, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E809AA is Cyan = 0, Magento = 0.96, Yellow = 0.27 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 9 | 170 | - |
| CMYK | 0 | 0.96 | 0.27 | 0.09 |
| HSL | 316.68º | 0.93% | 0.47% | - |
| HSV(B) | 316.68º | 0.96% | 0.91% | - |
| XYZ | 40.63 | 20.25 | 39.8 | - |
| YUV | 94.03 | 170.88 | 226.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 9 | 170 | 0 | 0.96 | 0.27 | 0.09 | 316.68 | 0.93 | 0.47 |
| Hex | E8 | 9 | AA | 0 | 60 | 1B | 9 | 13D | 5D | 2F |
| Octal | 350 | 11 | 252 | 0 | 140 | 33 | 11 | 475 | 135 | 57 |
| Binary | 11101000 | 1001 | 10101010 | 0 | 1100000 | 11011 | 1001 | 100111101 | 1011101 | 101111 |
Color Harmonies of #E809AA
Complementary color
Monochromatic Colors of #E809AA
Black with #E809AA
Text Example
Text Example
White with #E809AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E809AA; }
p { color: rgb(232,9,170); }
H1.HeaderClassName
{
color: #E809AA;
}
.AnyTagClassName
{
color: #E809AA;
}
</style>
background-color css
<style>
a { background-color: #E809AA; }
a { background-color: rgb(232,9,170); }
div.DivClassName
{
background-color: #E809AA;
}
.BgClassName
{
background-color: #E809AA;
}
</style>
border-color css
<style>
span { border-color: #E809AA; }
span { border-color: rgb(232,9,170); }
td.TdClassName
{
border-color: #E809AA;
}
.TagClassName
{
border-color: #E809AA;
}
</style>