Shades of Hollywood Cerise #E004AA
Tints of Hollywood Cerise #E004AA
RGB
CMYK
RGB Variations
Color information
#E004AA (or 0xE004AA) is known color: Hollywood Cerise. HEX triplet: E0, 04 and AA. RGB value is (224,4,170). Sum of RGB (Red+Green+Blue) = 224+4+170=398 (52% of max value = 765). Red value is 224 (87.89% from 255 or 56.28% from 398); Green value is 4 (1.95% from 255 or 1.01% from 398); Blue value is 170 (66.80% from 255 or 42.71% from 398); Max value from RGB is 224 - color contains mainly: red. Hex color #E004AA is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E004AA is #1FFB55. Grayscale: #585858. Windows color (decimal): -2095958 or 11142368. OLE color: 11142368.
HSL color Cylindrical-coordinate representation of color #E004AA: hue angle of 314.73º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E004AA is Cyan = 0, Magento = 0.98, Yellow = 0.24 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 4 | 170 | - |
| CMYK | 0 | 0.98 | 0.24 | 0.12 |
| HSL | 314.73º | 0.96% | 0.45% | - |
| HSV(B) | 314.73º | 0.98% | 0.88% | - |
| XYZ | 38.04 | 18.84 | 39.66 | - |
| YUV | 88.7 | 173.89 | 224.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 4 | 170 | 0 | 0.98 | 0.24 | 0.12 | 314.73 | 0.96 | 0.45 |
| Hex | E0 | 4 | AA | 0 | 62 | 18 | C | 13B | 60 | 2D |
| Octal | 340 | 4 | 252 | 0 | 142 | 30 | 14 | 473 | 140 | 55 |
| Binary | 11100000 | 100 | 10101010 | 0 | 1100010 | 11000 | 1100 | 100111011 | 1100000 | 101101 |
Color Harmonies of #E004AA
Complementary color
Monochromatic Colors of #E004AA
Black with #E004AA
Text Example
Text Example
White with #E004AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E004AA; }
p { color: rgb(224,4,170); }
H1.HeaderClassName
{
color: #E004AA;
}
.AnyTagClassName
{
color: #E004AA;
}
</style>
background-color css
<style>
a { background-color: #E004AA; }
a { background-color: rgb(224,4,170); }
div.DivClassName
{
background-color: #E004AA;
}
.BgClassName
{
background-color: #E004AA;
}
</style>
border-color css
<style>
span { border-color: #E004AA; }
span { border-color: rgb(224,4,170); }
td.TdClassName
{
border-color: #E004AA;
}
.TagClassName
{
border-color: #E004AA;
}
</style>