Shades of Hollywood Cerise #E002AF
Tints of Hollywood Cerise #E002AF
RGB
CMYK
RGB Variations
Color information
#E002AF (or 0xE002AF) is known color: Hollywood Cerise. HEX triplet: E0, 02 and AF. RGB value is (224,2,175). Sum of RGB (Red+Green+Blue) = 224+2+175=401 (53% of max value = 765). Red value is 224 (87.89% from 255 or 55.86% from 401); Green value is 2 (1.17% from 255 or 0.50% from 401); Blue value is 175 (68.75% from 255 or 43.64% from 401); Max value from RGB is 224 - color contains mainly: red. Hex color #E002AF is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E002AF is #1FFD50. Grayscale: #575757. Windows color (decimal): -2096465 or 11469536. OLE color: 11469536.
HSL color Cylindrical-coordinate representation of color #E002AF: hue angle of 313.24º 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 #E002AF is Cyan = 0, Magento = 0.99, Yellow = 0.22 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 2 | 175 | - |
| CMYK | 0 | 0.99 | 0.22 | 0.12 |
| HSL | 313.24º | 0.98% | 0.44% | - |
| HSV(B) | 313.24º | 0.99% | 0.88% | - |
| XYZ | 38.5 | 18.99 | 42.19 | - |
| YUV | 88.1 | 177.05 | 224.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 2 | 175 | 0 | 0.99 | 0.22 | 0.12 | 313.24 | 0.98 | 0.44 |
| Hex | E0 | 2 | AF | 0 | 63 | 16 | C | 139 | 62 | 2C |
| Octal | 340 | 2 | 257 | 0 | 143 | 26 | 14 | 471 | 142 | 54 |
| Binary | 11100000 | 10 | 10101111 | 0 | 1100011 | 10110 | 1100 | 100111001 | 1100010 | 101100 |
Color Harmonies of #E002AF
Complementary color
Monochromatic Colors of #E002AF
Black with #E002AF
Text Example
Text Example
White with #E002AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E002AF; }
p { color: rgb(224,2,175); }
H1.HeaderClassName
{
color: #E002AF;
}
.AnyTagClassName
{
color: #E002AF;
}
</style>
background-color css
<style>
a { background-color: #E002AF; }
a { background-color: rgb(224,2,175); }
div.DivClassName
{
background-color: #E002AF;
}
.BgClassName
{
background-color: #E002AF;
}
</style>
border-color css
<style>
span { border-color: #E002AF; }
span { border-color: rgb(224,2,175); }
td.TdClassName
{
border-color: #E002AF;
}
.TagClassName
{
border-color: #E002AF;
}
</style>