Shades of Hollywood Cerise #E10DAF
Tints of Hollywood Cerise #E10DAF
RGB
CMYK
RGB Variations
Color information
#E10DAF (or 0xE10DAF) is known color: Hollywood Cerise. HEX triplet: E1, 0D and AF. RGB value is (225,13,175). Sum of RGB (Red+Green+Blue) = 225+13+175=413 (54% of max value = 765). Red value is 225 (88.28% from 255 or 54.48% from 413); Green value is 13 (5.47% from 255 or 3.15% from 413); Blue value is 175 (68.75% from 255 or 42.37% from 413); Max value from RGB is 225 - color contains mainly: red. Hex color #E10DAF is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E10DAF is #1EF250. Grayscale: #5E5E5E. Windows color (decimal): -2028113 or 11472353. OLE color: 11472353.
HSL color Cylindrical-coordinate representation of color #E10DAF: hue angle of 314.15º 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 #E10DAF is Cyan = 0, Magento = 0.94, Yellow = 0.22 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 13 | 175 | - |
| CMYK | 0 | 0.94 | 0.22 | 0.12 |
| HSL | 314.15º | 0.89% | 0.47% | - |
| HSV(B) | 314.15º | 0.94% | 0.88% | - |
| XYZ | 38.93 | 19.39 | 42.25 | - |
| YUV | 94.86 | 173.24 | 220.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 13 | 175 | 0 | 0.94 | 0.22 | 0.12 | 314.15 | 0.89 | 0.47 |
| Hex | E1 | D | AF | 0 | 5E | 16 | C | 13A | 59 | 2F |
| Octal | 341 | 15 | 257 | 0 | 136 | 26 | 14 | 472 | 131 | 57 |
| Binary | 11100001 | 1101 | 10101111 | 0 | 1011110 | 10110 | 1100 | 100111010 | 1011001 | 101111 |
Color Harmonies of #E10DAF
Complementary color
Monochromatic Colors of #E10DAF
Black with #E10DAF
Text Example
Text Example
White with #E10DAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E10DAF; }
p { color: rgb(225,13,175); }
H1.HeaderClassName
{
color: #E10DAF;
}
.AnyTagClassName
{
color: #E10DAF;
}
</style>
background-color css
<style>
a { background-color: #E10DAF; }
a { background-color: rgb(225,13,175); }
div.DivClassName
{
background-color: #E10DAF;
}
.BgClassName
{
background-color: #E10DAF;
}
</style>
border-color css
<style>
span { border-color: #E10DAF; }
span { border-color: rgb(225,13,175); }
td.TdClassName
{
border-color: #E10DAF;
}
.TagClassName
{
border-color: #E10DAF;
}
</style>