Shades of Hollywood Cerise #E004AD
Tints of Hollywood Cerise #E004AD
RGB
CMYK
RGB Variations
Color information
#E004AD (or 0xE004AD) is known color: Hollywood Cerise. HEX triplet: E0, 04 and AD. RGB value is (224,4,173). Sum of RGB (Red+Green+Blue) = 224+4+173=401 (53% of max value = 765). Red value is 224 (87.89% from 255 or 55.86% from 401); Green value is 4 (1.95% from 255 or 1.00% from 401); Blue value is 173 (67.97% from 255 or 43.14% from 401); Max value from RGB is 224 - color contains mainly: red. Hex color #E004AD is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E004AD is #1FFB52. Grayscale: #585858. Windows color (decimal): -2095955 or 11338976. OLE color: 11338976.
HSL color Cylindrical-coordinate representation of color #E004AD: hue angle of 313.91º 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 #E004AD is Cyan = 0, Magento = 0.98, Yellow = 0.23 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 4 | 173 | - |
| CMYK | 0 | 0.98 | 0.23 | 0.12 |
| HSL | 313.91º | 0.96% | 0.45% | - |
| HSV(B) | 313.91º | 0.98% | 0.88% | - |
| XYZ | 38.33 | 18.95 | 41.17 | - |
| YUV | 89.05 | 175.39 | 224.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 4 | 173 | 0 | 0.98 | 0.23 | 0.12 | 313.91 | 0.96 | 0.45 |
| Hex | E0 | 4 | AD | 0 | 62 | 17 | C | 13A | 60 | 2D |
| Octal | 340 | 4 | 255 | 0 | 142 | 27 | 14 | 472 | 140 | 55 |
| Binary | 11100000 | 100 | 10101101 | 0 | 1100010 | 10111 | 1100 | 100111010 | 1100000 | 101101 |
Color Harmonies of #E004AD
Complementary color
Monochromatic Colors of #E004AD
Black with #E004AD
Text Example
Text Example
White with #E004AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E004AD; }
p { color: rgb(224,4,173); }
H1.HeaderClassName
{
color: #E004AD;
}
.AnyTagClassName
{
color: #E004AD;
}
</style>
background-color css
<style>
a { background-color: #E004AD; }
a { background-color: rgb(224,4,173); }
div.DivClassName
{
background-color: #E004AD;
}
.BgClassName
{
background-color: #E004AD;
}
</style>
border-color css
<style>
span { border-color: #E004AD; }
span { border-color: rgb(224,4,173); }
td.TdClassName
{
border-color: #E004AD;
}
.TagClassName
{
border-color: #E004AD;
}
</style>