Shades of Hollywood Cerise #E002A0
Tints of Hollywood Cerise #E002A0
RGB
CMYK
RGB Variations
Color information
#E002A0 (or 0xE002A0) is known color: Hollywood Cerise. HEX triplet: E0, 02 and A0. RGB value is (224,2,160). Sum of RGB (Red+Green+Blue) = 224+2+160=386 (51% of max value = 765). Red value is 224 (87.89% from 255 or 58.03% from 386); Green value is 2 (1.17% from 255 or 0.52% from 386); Blue value is 160 (62.89% from 255 or 41.45% from 386); Max value from RGB is 224 - color contains mainly: red. Hex color #E002A0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E002A0 is #1FFD5F. Grayscale: #555555. Windows color (decimal): -2096480 or 10486496. OLE color: 10486496.
HSL color Cylindrical-coordinate representation of color #E002A0: hue angle of 317.3º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E002A0 is Cyan = 0, Magento = 0.99, Yellow = 0.29 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 2 | 160 | - |
| CMYK | 0 | 0.99 | 0.29 | 0.12 |
| HSL | 317.3º | 0.98% | 0.44% | - |
| HSV(B) | 317.3º | 0.99% | 0.88% | - |
| XYZ | 37.11 | 18.43 | 34.86 | - |
| YUV | 86.39 | 169.55 | 226.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 2 | 160 | 0 | 0.99 | 0.29 | 0.12 | 317.3 | 0.98 | 0.44 |
| Hex | E0 | 2 | A0 | 0 | 63 | 1D | C | 13D | 62 | 2C |
| Octal | 340 | 2 | 240 | 0 | 143 | 35 | 14 | 475 | 142 | 54 |
| Binary | 11100000 | 10 | 10100000 | 0 | 1100011 | 11101 | 1100 | 100111101 | 1100010 | 101100 |
Color Harmonies of #E002A0
Complementary color
Monochromatic Colors of #E002A0
Black with #E002A0
Text Example
Text Example
White with #E002A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E002A0; }
p { color: rgb(224,2,160); }
H1.HeaderClassName
{
color: #E002A0;
}
.AnyTagClassName
{
color: #E002A0;
}
</style>
background-color css
<style>
a { background-color: #E002A0; }
a { background-color: rgb(224,2,160); }
div.DivClassName
{
background-color: #E002A0;
}
.BgClassName
{
background-color: #E002A0;
}
</style>
border-color css
<style>
span { border-color: #E002A0; }
span { border-color: rgb(224,2,160); }
td.TdClassName
{
border-color: #E002A0;
}
.TagClassName
{
border-color: #E002A0;
}
</style>