Shades of Hollywood Cerise #E00AAA
Tints of Hollywood Cerise #E00AAA
RGB
CMYK
RGB Variations
Color information
#E00AAA (or 0xE00AAA) is known color: Hollywood Cerise. HEX triplet: E0, 0A and AA. RGB value is (224,10,170). Sum of RGB (Red+Green+Blue) = 224+10+170=404 (53% of max value = 765). Red value is 224 (87.89% from 255 or 55.45% from 404); Green value is 10 (4.30% from 255 or 2.48% from 404); Blue value is 170 (66.80% from 255 or 42.08% from 404); Max value from RGB is 224 - color contains mainly: red. Hex color #E00AAA is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E00AAA is #1FF555. Grayscale: #5B5B5B. Windows color (decimal): -2094422 or 11143904. OLE color: 11143904.
HSL color Cylindrical-coordinate representation of color #E00AAA: hue angle of 315.14º 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 #E00AAA is Cyan = 0, Magento = 0.96, Yellow = 0.24 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 10 | 170 | - |
| CMYK | 0 | 0.96 | 0.24 | 0.12 |
| HSL | 315.14º | 0.91% | 0.46% | - |
| HSV(B) | 315.14º | 0.96% | 0.88% | - |
| XYZ | 38.1 | 18.97 | 39.68 | - |
| YUV | 92.23 | 171.9 | 221.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 10 | 170 | 0 | 0.96 | 0.24 | 0.12 | 315.14 | 0.91 | 0.46 |
| Hex | E0 | A | AA | 0 | 60 | 18 | C | 13B | 5B | 2E |
| Octal | 340 | 12 | 252 | 0 | 140 | 30 | 14 | 473 | 133 | 56 |
| Binary | 11100000 | 1010 | 10101010 | 0 | 1100000 | 11000 | 1100 | 100111011 | 1011011 | 101110 |
Color Harmonies of #E00AAA
Complementary color
Monochromatic Colors of #E00AAA
Black with #E00AAA
Text Example
Text Example
White with #E00AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E00AAA; }
p { color: rgb(224,10,170); }
H1.HeaderClassName
{
color: #E00AAA;
}
.AnyTagClassName
{
color: #E00AAA;
}
</style>
background-color css
<style>
a { background-color: #E00AAA; }
a { background-color: rgb(224,10,170); }
div.DivClassName
{
background-color: #E00AAA;
}
.BgClassName
{
background-color: #E00AAA;
}
</style>
border-color css
<style>
span { border-color: #E00AAA; }
span { border-color: rgb(224,10,170); }
td.TdClassName
{
border-color: #E00AAA;
}
.TagClassName
{
border-color: #E00AAA;
}
</style>