Shades of Hollywood Cerise #E005AD
Tints of Hollywood Cerise #E005AD
RGB
CMYK
RGB Variations
Color information
#E005AD (or 0xE005AD) is known color: Hollywood Cerise. HEX triplet: E0, 05 and AD. RGB value is (224,5,173). Sum of RGB (Red+Green+Blue) = 224+5+173=402 (53% of max value = 765). Red value is 224 (87.89% from 255 or 55.72% from 402); Green value is 5 (2.34% from 255 or 1.24% from 402); Blue value is 173 (67.97% from 255 or 43.03% from 402); Max value from RGB is 224 - color contains mainly: red. Hex color #E005AD is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E005AD is #1FFA52. Grayscale: #595959. Windows color (decimal): -2095699 or 11339232. OLE color: 11339232.
HSL color Cylindrical-coordinate representation of color #E005AD: hue angle of 313.97º 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 #E005AD is Cyan = 0, Magento = 0.98, Yellow = 0.23 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 5 | 173 | - |
| CMYK | 0 | 0.98 | 0.23 | 0.12 |
| HSL | 313.97º | 0.96% | 0.45% | - |
| HSV(B) | 313.97º | 0.98% | 0.88% | - |
| XYZ | 38.34 | 18.97 | 41.18 | - |
| YUV | 89.63 | 175.05 | 223.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 5 | 173 | 0 | 0.98 | 0.23 | 0.12 | 313.97 | 0.96 | 0.45 |
| Hex | E0 | 5 | AD | 0 | 62 | 17 | C | 13A | 60 | 2D |
| Octal | 340 | 5 | 255 | 0 | 142 | 27 | 14 | 472 | 140 | 55 |
| Binary | 11100000 | 101 | 10101101 | 0 | 1100010 | 10111 | 1100 | 100111010 | 1100000 | 101101 |
Color Harmonies of #E005AD
Complementary color
Monochromatic Colors of #E005AD
Black with #E005AD
Text Example
Text Example
White with #E005AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E005AD; }
p { color: rgb(224,5,173); }
H1.HeaderClassName
{
color: #E005AD;
}
.AnyTagClassName
{
color: #E005AD;
}
</style>
background-color css
<style>
a { background-color: #E005AD; }
a { background-color: rgb(224,5,173); }
div.DivClassName
{
background-color: #E005AD;
}
.BgClassName
{
background-color: #E005AD;
}
</style>
border-color css
<style>
span { border-color: #E005AD; }
span { border-color: rgb(224,5,173); }
td.TdClassName
{
border-color: #E005AD;
}
.TagClassName
{
border-color: #E005AD;
}
</style>