Shades of Hollywood Cerise #E000A0
Tints of Hollywood Cerise #E000A0
RGB
CMYK
RGB Variations
Color information
#E000A0 (or 0xE000A0) is known color: Hollywood Cerise. HEX triplet: E0, 00 and A0. RGB value is (224,0,160). Sum of RGB (Red+Green+Blue) = 224+0+160=384 (50% of max value = 765). Red value is 224 (87.89% from 255 or 58.33% from 384); Green value is 0 (0.39% from 255 or 0% from 384); Blue value is 160 (62.89% from 255 or 41.67% from 384); Max value from RGB is 224 - color contains mainly: red. Hex color #E000A0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E000A0 is #1FFF5F. Grayscale: #545454. Windows color (decimal): -2096992 or 10485984. OLE color: 10485984.
HSL color Cylindrical-coordinate representation of color #E000A0: hue angle of 317.14º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E000A0 is Cyan = 0, Magento = 1, Yellow = 0.29 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 0 | 160 | - |
| CMYK | 0 | 1 | 0.29 | 0.12 |
| HSL | 317.14º | 1% | 0.44% | - |
| HSV(B) | 317.14º | 1% | 0.88% | - |
| XYZ | 37.09 | 18.39 | 34.85 | - |
| YUV | 85.22 | 170.21 | 226.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 0 | 160 | 0 | 1 | 0.29 | 0.12 | 317.14 | 1 | 0.44 |
| Hex | E0 | 0 | A0 | 0 | 64 | 1D | C | 13D | 64 | 2C |
| Octal | 340 | 0 | 240 | 0 | 144 | 35 | 14 | 475 | 144 | 54 |
| Binary | 11100000 | 0 | 10100000 | 0 | 1100100 | 11101 | 1100 | 100111101 | 1100100 | 101100 |
Color Harmonies of #E000A0
Complementary color
Monochromatic Colors of #E000A0
Black with #E000A0
Text Example
Text Example
White with #E000A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E000A0; }
p { color: rgb(224,0,160); }
H1.HeaderClassName
{
color: #E000A0;
}
.AnyTagClassName
{
color: #E000A0;
}
</style>
background-color css
<style>
a { background-color: #E000A0; }
a { background-color: rgb(224,0,160); }
div.DivClassName
{
background-color: #E000A0;
}
.BgClassName
{
background-color: #E000A0;
}
</style>
border-color css
<style>
span { border-color: #E000A0; }
span { border-color: rgb(224,0,160); }
td.TdClassName
{
border-color: #E000A0;
}
.TagClassName
{
border-color: #E000A0;
}
</style>