Shades of Hollywood Cerise #E00CAA
Tints of Hollywood Cerise #E00CAA
RGB
CMYK
RGB Variations
Color information
#E00CAA (or 0xE00CAA) is known color: Hollywood Cerise. HEX triplet: E0, 0C and AA. RGB value is (224,12,170). Sum of RGB (Red+Green+Blue) = 224+12+170=406 (53% of max value = 765). Red value is 224 (87.89% from 255 or 55.17% from 406); Green value is 12 (5.08% from 255 or 2.96% from 406); Blue value is 170 (66.80% from 255 or 41.87% from 406); Max value from RGB is 224 - color contains mainly: red. Hex color #E00CAA is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E00CAA is #1FF355. Grayscale: #5C5C5C. Windows color (decimal): -2093910 or 11144416. OLE color: 11144416.
HSL color Cylindrical-coordinate representation of color #E00CAA: hue angle of 315.28º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E00CAA is Cyan = 0, Magento = 0.95, Yellow = 0.24 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 12 | 170 | - |
| CMYK | 0 | 0.95 | 0.24 | 0.12 |
| HSL | 315.28º | 0.9% | 0.46% | - |
| HSV(B) | 315.28º | 0.95% | 0.88% | - |
| XYZ | 38.13 | 19.01 | 39.69 | - |
| YUV | 93.4 | 171.24 | 221.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 12 | 170 | 0 | 0.95 | 0.24 | 0.12 | 315.28 | 0.9 | 0.46 |
| Hex | E0 | C | AA | 0 | 5F | 18 | C | 13B | 5A | 2E |
| Octal | 340 | 14 | 252 | 0 | 137 | 30 | 14 | 473 | 132 | 56 |
| Binary | 11100000 | 1100 | 10101010 | 0 | 1011111 | 11000 | 1100 | 100111011 | 1011010 | 101110 |
Color Harmonies of #E00CAA
Complementary color
Monochromatic Colors of #E00CAA
Black with #E00CAA
Text Example
Text Example
White with #E00CAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E00CAA; }
p { color: rgb(224,12,170); }
H1.HeaderClassName
{
color: #E00CAA;
}
.AnyTagClassName
{
color: #E00CAA;
}
</style>
background-color css
<style>
a { background-color: #E00CAA; }
a { background-color: rgb(224,12,170); }
div.DivClassName
{
background-color: #E00CAA;
}
.BgClassName
{
background-color: #E00CAA;
}
</style>
border-color css
<style>
span { border-color: #E00CAA; }
span { border-color: rgb(224,12,170); }
td.TdClassName
{
border-color: #E00CAA;
}
.TagClassName
{
border-color: #E00CAA;
}
</style>