Shades of Hollywood Cerise #E10DAD
Tints of Hollywood Cerise #E10DAD
RGB
CMYK
RGB Variations
Color information
#E10DAD (or 0xE10DAD) is known color: Hollywood Cerise. HEX triplet: E1, 0D and AD. RGB value is (225,13,173). Sum of RGB (Red+Green+Blue) = 225+13+173=411 (54% of max value = 765). Red value is 225 (88.28% from 255 or 54.74% from 411); Green value is 13 (5.47% from 255 or 3.16% from 411); Blue value is 173 (67.97% from 255 or 42.09% from 411); Max value from RGB is 225 - color contains mainly: red. Hex color #E10DAD is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E10DAD is #1EF252. Grayscale: #5E5E5E. Windows color (decimal): -2028115 or 11341281. OLE color: 11341281.
HSL color Cylindrical-coordinate representation of color #E10DAD: hue angle of 314.72º degrees, saturation: 0.89, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E10DAD is Cyan = 0, Magento = 0.94, Yellow = 0.23 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 13 | 173 | - |
| CMYK | 0 | 0.94 | 0.23 | 0.12 |
| HSL | 314.72º | 0.89% | 0.47% | - |
| HSV(B) | 314.72º | 0.94% | 0.88% | - |
| XYZ | 38.74 | 19.31 | 41.22 | - |
| YUV | 94.63 | 172.24 | 220.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 13 | 173 | 0 | 0.94 | 0.23 | 0.12 | 314.72 | 0.89 | 0.47 |
| Hex | E1 | D | AD | 0 | 5E | 17 | C | 13B | 59 | 2F |
| Octal | 341 | 15 | 255 | 0 | 136 | 27 | 14 | 473 | 131 | 57 |
| Binary | 11100001 | 1101 | 10101101 | 0 | 1011110 | 10111 | 1100 | 100111011 | 1011001 | 101111 |
Color Harmonies of #E10DAD
Complementary color
Monochromatic Colors of #E10DAD
Black with #E10DAD
Text Example
Text Example
White with #E10DAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E10DAD; }
p { color: rgb(225,13,173); }
H1.HeaderClassName
{
color: #E10DAD;
}
.AnyTagClassName
{
color: #E10DAD;
}
</style>
background-color css
<style>
a { background-color: #E10DAD; }
a { background-color: rgb(225,13,173); }
div.DivClassName
{
background-color: #E10DAD;
}
.BgClassName
{
background-color: #E10DAD;
}
</style>
border-color css
<style>
span { border-color: #E10DAD; }
span { border-color: rgb(225,13,173); }
td.TdClassName
{
border-color: #E10DAD;
}
.TagClassName
{
border-color: #E10DAD;
}
</style>