Shades of Hollywood Cerise #E004A1
Tints of Hollywood Cerise #E004A1
RGB
CMYK
RGB Variations
Color information
#E004A1 (or 0xE004A1) is known color: Hollywood Cerise. HEX triplet: E0, 04 and A1. RGB value is (224,4,161). Sum of RGB (Red+Green+Blue) = 224+4+161=389 (51% of max value = 765). Red value is 224 (87.89% from 255 or 57.58% from 389); Green value is 4 (1.95% from 255 or 1.03% from 389); Blue value is 161 (63.28% from 255 or 41.39% from 389); Max value from RGB is 224 - color contains mainly: red. Hex color #E004A1 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E004A1 is #1FFB5E. Grayscale: #575757. Windows color (decimal): -2095967 or 10552544. OLE color: 10552544.
HSL color Cylindrical-coordinate representation of color #E004A1: hue angle of 317.18º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E004A1 is Cyan = 0, Magento = 0.98, Yellow = 0.28 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 4 | 161 | - |
| CMYK | 0 | 0.98 | 0.28 | 0.12 |
| HSL | 317.18º | 0.96% | 0.45% | - |
| HSV(B) | 317.18º | 0.98% | 0.88% | - |
| XYZ | 37.22 | 18.51 | 35.33 | - |
| YUV | 87.68 | 169.39 | 225.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 4 | 161 | 0 | 0.98 | 0.28 | 0.12 | 317.18 | 0.96 | 0.45 |
| Hex | E0 | 4 | A1 | 0 | 62 | 1C | C | 13D | 60 | 2D |
| Octal | 340 | 4 | 241 | 0 | 142 | 34 | 14 | 475 | 140 | 55 |
| Binary | 11100000 | 100 | 10100001 | 0 | 1100010 | 11100 | 1100 | 100111101 | 1100000 | 101101 |
Color Harmonies of #E004A1
Complementary color
Monochromatic Colors of #E004A1
Black with #E004A1
Text Example
Text Example
White with #E004A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E004A1; }
p { color: rgb(224,4,161); }
H1.HeaderClassName
{
color: #E004A1;
}
.AnyTagClassName
{
color: #E004A1;
}
</style>
background-color css
<style>
a { background-color: #E004A1; }
a { background-color: rgb(224,4,161); }
div.DivClassName
{
background-color: #E004A1;
}
.BgClassName
{
background-color: #E004A1;
}
</style>
border-color css
<style>
span { border-color: #E004A1; }
span { border-color: rgb(224,4,161); }
td.TdClassName
{
border-color: #E004A1;
}
.TagClassName
{
border-color: #E004A1;
}
</style>