Shades of Hollywood Cerise #E502AA
Tints of Hollywood Cerise #E502AA
RGB
CMYK
RGB Variations
Color information
#E502AA (or 0xE502AA) is known color: Hollywood Cerise. HEX triplet: E5, 02 and AA. RGB value is (229,2,170). Sum of RGB (Red+Green+Blue) = 229+2+170=401 (53% of max value = 765). Red value is 229 (89.84% from 255 or 57.11% from 401); Green value is 2 (1.17% from 255 or 0.50% from 401); Blue value is 170 (66.80% from 255 or 42.39% from 401); Max value from RGB is 229 - color contains mainly: red. Hex color #E502AA is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E502AA is #1AFD55. Grayscale: #585858. Windows color (decimal): -1768790 or 11141861. OLE color: 11141861.
HSL color Cylindrical-coordinate representation of color #E502AA: hue angle of 315.59º degrees, saturation: 0.98, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E502AA is Cyan = 0, Magento = 0.99, Yellow = 0.26 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 2 | 170 | - |
| CMYK | 0 | 0.99 | 0.26 | 0.10 |
| HSL | 315.59º | 0.98% | 0.45% | - |
| HSV(B) | 315.59º | 0.99% | 0.9% | - |
| XYZ | 39.59 | 19.6 | 39.73 | - |
| YUV | 89.03 | 173.71 | 227.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 2 | 170 | 0 | 0.99 | 0.26 | 0.10 | 315.59 | 0.98 | 0.45 |
| Hex | E5 | 2 | AA | 0 | 63 | 1A | A | 13C | 62 | 2D |
| Octal | 345 | 2 | 252 | 0 | 143 | 32 | 12 | 474 | 142 | 55 |
| Binary | 11100101 | 10 | 10101010 | 0 | 1100011 | 11010 | 1010 | 100111100 | 1100010 | 101101 |
Color Harmonies of #E502AA
Complementary color
Monochromatic Colors of #E502AA
Black with #E502AA
Text Example
Text Example
White with #E502AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E502AA; }
p { color: rgb(229,2,170); }
H1.HeaderClassName
{
color: #E502AA;
}
.AnyTagClassName
{
color: #E502AA;
}
</style>
background-color css
<style>
a { background-color: #E502AA; }
a { background-color: rgb(229,2,170); }
div.DivClassName
{
background-color: #E502AA;
}
.BgClassName
{
background-color: #E502AA;
}
</style>
border-color css
<style>
span { border-color: #E502AA; }
span { border-color: rgb(229,2,170); }
td.TdClassName
{
border-color: #E502AA;
}
.TagClassName
{
border-color: #E502AA;
}
</style>