Shades of Hollywood Cerise #E002A2
Tints of Hollywood Cerise #E002A2
RGB
CMYK
RGB Variations
Color information
#E002A2 (or 0xE002A2) is known color: Hollywood Cerise. HEX triplet: E0, 02 and A2. RGB value is (224,2,162). Sum of RGB (Red+Green+Blue) = 224+2+162=388 (51% of max value = 765). Red value is 224 (87.89% from 255 or 57.73% from 388); Green value is 2 (1.17% from 255 or 0.52% from 388); Blue value is 162 (63.67% from 255 or 41.75% from 388); Max value from RGB is 224 - color contains mainly: red. Hex color #E002A2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E002A2 is #1FFD5D. Grayscale: #565656. Windows color (decimal): -2096478 or 10617568. OLE color: 10617568.
HSL color Cylindrical-coordinate representation of color #E002A2: hue angle of 316.76º 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 #E002A2 is Cyan = 0, Magento = 0.99, Yellow = 0.28 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 2 | 162 | - |
| CMYK | 0 | 0.99 | 0.28 | 0.12 |
| HSL | 316.76º | 0.98% | 0.44% | - |
| HSV(B) | 316.76º | 0.99% | 0.88% | - |
| XYZ | 37.28 | 18.5 | 35.79 | - |
| YUV | 86.62 | 170.55 | 225.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 2 | 162 | 0 | 0.99 | 0.28 | 0.12 | 316.76 | 0.98 | 0.44 |
| Hex | E0 | 2 | A2 | 0 | 63 | 1C | C | 13D | 62 | 2C |
| Octal | 340 | 2 | 242 | 0 | 143 | 34 | 14 | 475 | 142 | 54 |
| Binary | 11100000 | 10 | 10100010 | 0 | 1100011 | 11100 | 1100 | 100111101 | 1100010 | 101100 |
Color Harmonies of #E002A2
Complementary color
Monochromatic Colors of #E002A2
Black with #E002A2
Text Example
Text Example
White with #E002A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E002A2; }
p { color: rgb(224,2,162); }
H1.HeaderClassName
{
color: #E002A2;
}
.AnyTagClassName
{
color: #E002A2;
}
</style>
background-color css
<style>
a { background-color: #E002A2; }
a { background-color: rgb(224,2,162); }
div.DivClassName
{
background-color: #E002A2;
}
.BgClassName
{
background-color: #E002A2;
}
</style>
border-color css
<style>
span { border-color: #E002A2; }
span { border-color: rgb(224,2,162); }
td.TdClassName
{
border-color: #E002A2;
}
.TagClassName
{
border-color: #E002A2;
}
</style>