Shades of Hollywood Cerise #E001A9
Tints of Hollywood Cerise #E001A9
RGB
CMYK
RGB Variations
Color information
#E001A9 (or 0xE001A9) is known color: Hollywood Cerise. HEX triplet: E0, 01 and A9. RGB value is (224,1,169). Sum of RGB (Red+Green+Blue) = 224+1+169=394 (52% of max value = 765). Red value is 224 (87.89% from 255 or 56.85% from 394); Green value is 1 (0.78% from 255 or 0.25% from 394); Blue value is 169 (66.41% from 255 or 42.89% from 394); Max value from RGB is 224 - color contains mainly: red. Hex color #E001A9 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E001A9 is #1FFE56. Grayscale: #565656. Windows color (decimal): -2096727 or 11076064. OLE color: 11076064.
HSL color Cylindrical-coordinate representation of color #E001A9: hue angle of 314.8º 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 #E001A9 is Cyan = 0, Magento = 1.00, Yellow = 0.25 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 1 | 169 | - |
| CMYK | 0 | 1.00 | 0.25 | 0.12 |
| HSL | 314.8º | 0.99% | 0.44% | - |
| HSV(B) | 314.8º | 1% | 0.88% | - |
| XYZ | 37.91 | 18.73 | 39.15 | - |
| YUV | 86.83 | 174.38 | 225.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 1 | 169 | 0 | 1.00 | 0.25 | 0.12 | 314.8 | 0.99 | 0.44 |
| Hex | E0 | 1 | A9 | 0 | 64 | 19 | C | 13B | 63 | 2C |
| Octal | 340 | 1 | 251 | 0 | 144 | 31 | 14 | 473 | 143 | 54 |
| Binary | 11100000 | 1 | 10101001 | 0 | 1100100 | 11001 | 1100 | 100111011 | 1100011 | 101100 |
Color Harmonies of #E001A9
Complementary color
Monochromatic Colors of #E001A9
Black with #E001A9
Text Example
Text Example
White with #E001A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E001A9; }
p { color: rgb(224,1,169); }
H1.HeaderClassName
{
color: #E001A9;
}
.AnyTagClassName
{
color: #E001A9;
}
</style>
background-color css
<style>
a { background-color: #E001A9; }
a { background-color: rgb(224,1,169); }
div.DivClassName
{
background-color: #E001A9;
}
.BgClassName
{
background-color: #E001A9;
}
</style>
border-color css
<style>
span { border-color: #E001A9; }
span { border-color: rgb(224,1,169); }
td.TdClassName
{
border-color: #E001A9;
}
.TagClassName
{
border-color: #E001A9;
}
</style>