Shades of Hollywood Cerise #E00AA9
Tints of Hollywood Cerise #E00AA9
RGB
CMYK
RGB Variations
Color information
#E00AA9 (or 0xE00AA9) is known color: Hollywood Cerise. HEX triplet: E0, 0A and A9. RGB value is (224,10,169). Sum of RGB (Red+Green+Blue) = 224+10+169=403 (53% of max value = 765). Red value is 224 (87.89% from 255 or 55.58% from 403); Green value is 10 (4.30% from 255 or 2.48% from 403); Blue value is 169 (66.41% from 255 or 41.94% from 403); Max value from RGB is 224 - color contains mainly: red. Hex color #E00AA9 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E00AA9 is #1FF556. Grayscale: #5B5B5B. Windows color (decimal): -2094423 or 11078368. OLE color: 11078368.
HSL color Cylindrical-coordinate representation of color #E00AA9: hue angle of 315.42º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E00AA9 is Cyan = 0, Magento = 0.96, Yellow = 0.25 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 10 | 169 | - |
| CMYK | 0 | 0.96 | 0.25 | 0.12 |
| HSL | 315.42º | 0.91% | 0.46% | - |
| HSV(B) | 315.42º | 0.96% | 0.88% | - |
| XYZ | 38.01 | 18.93 | 39.19 | - |
| YUV | 92.11 | 171.4 | 222.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 10 | 169 | 0 | 0.96 | 0.25 | 0.12 | 315.42 | 0.91 | 0.46 |
| Hex | E0 | A | A9 | 0 | 60 | 19 | C | 13B | 5B | 2E |
| Octal | 340 | 12 | 251 | 0 | 140 | 31 | 14 | 473 | 133 | 56 |
| Binary | 11100000 | 1010 | 10101001 | 0 | 1100000 | 11001 | 1100 | 100111011 | 1011011 | 101110 |
Color Harmonies of #E00AA9
Complementary color
Monochromatic Colors of #E00AA9
Black with #E00AA9
Text Example
Text Example
White with #E00AA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E00AA9; }
p { color: rgb(224,10,169); }
H1.HeaderClassName
{
color: #E00AA9;
}
.AnyTagClassName
{
color: #E00AA9;
}
</style>
background-color css
<style>
a { background-color: #E00AA9; }
a { background-color: rgb(224,10,169); }
div.DivClassName
{
background-color: #E00AA9;
}
.BgClassName
{
background-color: #E00AA9;
}
</style>
border-color css
<style>
span { border-color: #E00AA9; }
span { border-color: rgb(224,10,169); }
td.TdClassName
{
border-color: #E00AA9;
}
.TagClassName
{
border-color: #E00AA9;
}
</style>