Shades of Hollywood Cerise #E500AA
Tints of Hollywood Cerise #E500AA
RGB
CMYK
RGB Variations
Color information
#E500AA (or 0xE500AA) is known color: Hollywood Cerise. HEX triplet: E5, 00 and AA. RGB value is (229,0,170). Sum of RGB (Red+Green+Blue) = 229+0+170=399 (52% of max value = 765). Red value is 229 (89.84% from 255 or 57.39% from 399); Green value is 0 (0.39% from 255 or 0% from 399); Blue value is 170 (66.80% from 255 or 42.61% from 399); Max value from RGB is 229 - color contains mainly: red. Hex color #E500AA is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E500AA is #1AFF55. Grayscale: #575757. Windows color (decimal): -1769302 or 11141349. OLE color: 11141349.
HSL color Cylindrical-coordinate representation of color #E500AA: hue angle of 315.46º degrees, saturation: 1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E500AA is Cyan = 0, Magento = 1, Yellow = 0.26 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 0 | 170 | - |
| CMYK | 0 | 1 | 0.26 | 0.10 |
| HSL | 315.46º | 1% | 0.45% | - |
| HSV(B) | 315.46º | 1% | 0.9% | - |
| XYZ | 39.57 | 19.56 | 39.72 | - |
| YUV | 87.85 | 174.37 | 228.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 0 | 170 | 0 | 1 | 0.26 | 0.10 | 315.46 | 1 | 0.45 |
| Hex | E5 | 0 | AA | 0 | 64 | 1A | A | 13B | 64 | 2D |
| Octal | 345 | 0 | 252 | 0 | 144 | 32 | 12 | 473 | 144 | 55 |
| Binary | 11100101 | 0 | 10101010 | 0 | 1100100 | 11010 | 1010 | 100111011 | 1100100 | 101101 |
Color Harmonies of #E500AA
Complementary color
Monochromatic Colors of #E500AA
Black with #E500AA
Text Example
Text Example
White with #E500AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E500AA; }
p { color: rgb(229,0,170); }
H1.HeaderClassName
{
color: #E500AA;
}
.AnyTagClassName
{
color: #E500AA;
}
</style>
background-color css
<style>
a { background-color: #E500AA; }
a { background-color: rgb(229,0,170); }
div.DivClassName
{
background-color: #E500AA;
}
.BgClassName
{
background-color: #E500AA;
}
</style>
border-color css
<style>
span { border-color: #E500AA; }
span { border-color: rgb(229,0,170); }
td.TdClassName
{
border-color: #E500AA;
}
.TagClassName
{
border-color: #E500AA;
}
</style>