Shades of Hollywood Cerise #E010AD
Tints of Hollywood Cerise #E010AD
RGB
CMYK
RGB Variations
Color information
#E010AD (or 0xE010AD) is known color: Hollywood Cerise. HEX triplet: E0, 10 and AD. RGB value is (224,16,173). Sum of RGB (Red+Green+Blue) = 224+16+173=413 (54% of max value = 765). Red value is 224 (87.89% from 255 or 54.24% from 413); Green value is 16 (6.64% from 255 or 3.87% from 413); Blue value is 173 (67.97% from 255 or 41.89% from 413); Max value from RGB is 224 - color contains mainly: red. Hex color #E010AD is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E010AD is #1FEF52. Grayscale: #5F5F5F. Windows color (decimal): -2092883 or 11342048. OLE color: 11342048.
HSL color Cylindrical-coordinate representation of color #E010AD: hue angle of 314.71º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E010AD is Cyan = 0, Magento = 0.93, Yellow = 0.23 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 16 | 173 | - |
| CMYK | 0 | 0.93 | 0.23 | 0.12 |
| HSL | 314.71º | 0.87% | 0.47% | - |
| HSV(B) | 314.71º | 0.93% | 0.88% | - |
| XYZ | 38.47 | 19.24 | 41.22 | - |
| YUV | 96.09 | 171.41 | 219.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 16 | 173 | 0 | 0.93 | 0.23 | 0.12 | 314.71 | 0.87 | 0.47 |
| Hex | E0 | 10 | AD | 0 | 5D | 17 | C | 13B | 57 | 2F |
| Octal | 340 | 20 | 255 | 0 | 135 | 27 | 14 | 473 | 127 | 57 |
| Binary | 11100000 | 10000 | 10101101 | 0 | 1011101 | 10111 | 1100 | 100111011 | 1010111 | 101111 |
Color Harmonies of #E010AD
Complementary color
Monochromatic Colors of #E010AD
Black with #E010AD
Text Example
Text Example
White with #E010AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E010AD; }
p { color: rgb(224,16,173); }
H1.HeaderClassName
{
color: #E010AD;
}
.AnyTagClassName
{
color: #E010AD;
}
</style>
background-color css
<style>
a { background-color: #E010AD; }
a { background-color: rgb(224,16,173); }
div.DivClassName
{
background-color: #E010AD;
}
.BgClassName
{
background-color: #E010AD;
}
</style>
border-color css
<style>
span { border-color: #E010AD; }
span { border-color: rgb(224,16,173); }
td.TdClassName
{
border-color: #E010AD;
}
.TagClassName
{
border-color: #E010AD;
}
</style>