Shades of Hollywood Cerise #E001A0
Tints of Hollywood Cerise #E001A0
RGB
CMYK
RGB Variations
Color information
#E001A0 (or 0xE001A0) is known color: Hollywood Cerise. HEX triplet: E0, 01 and A0. RGB value is (224,1,160). Sum of RGB (Red+Green+Blue) = 224+1+160=385 (50% of max value = 765). Red value is 224 (87.89% from 255 or 58.18% from 385); Green value is 1 (0.78% from 255 or 0.26% from 385); Blue value is 160 (62.89% from 255 or 41.56% from 385); Max value from RGB is 224 - color contains mainly: red. Hex color #E001A0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E001A0 is #1FFE5F. Grayscale: #555555. Windows color (decimal): -2096736 or 10486240. OLE color: 10486240.
HSL color Cylindrical-coordinate representation of color #E001A0: hue angle of 317.22º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E001A0 is Cyan = 0, Magento = 1.00, Yellow = 0.29 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 1 | 160 | - |
| CMYK | 0 | 1.00 | 0.29 | 0.12 |
| HSL | 317.22º | 0.99% | 0.44% | - |
| HSV(B) | 317.22º | 1% | 0.88% | - |
| XYZ | 37.1 | 18.41 | 34.86 | - |
| YUV | 85.8 | 169.88 | 226.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 1 | 160 | 0 | 1.00 | 0.29 | 0.12 | 317.22 | 0.99 | 0.44 |
| Hex | E0 | 1 | A0 | 0 | 64 | 1D | C | 13D | 63 | 2C |
| Octal | 340 | 1 | 240 | 0 | 144 | 35 | 14 | 475 | 143 | 54 |
| Binary | 11100000 | 1 | 10100000 | 0 | 1100100 | 11101 | 1100 | 100111101 | 1100011 | 101100 |
Color Harmonies of #E001A0
Complementary color
Monochromatic Colors of #E001A0
Black with #E001A0
Text Example
Text Example
White with #E001A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E001A0; }
p { color: rgb(224,1,160); }
H1.HeaderClassName
{
color: #E001A0;
}
.AnyTagClassName
{
color: #E001A0;
}
</style>
background-color css
<style>
a { background-color: #E001A0; }
a { background-color: rgb(224,1,160); }
div.DivClassName
{
background-color: #E001A0;
}
.BgClassName
{
background-color: #E001A0;
}
</style>
border-color css
<style>
span { border-color: #E001A0; }
span { border-color: rgb(224,1,160); }
td.TdClassName
{
border-color: #E001A0;
}
.TagClassName
{
border-color: #E001A0;
}
</style>