Shades of Hollywood Cerise #E10FAF
Tints of Hollywood Cerise #E10FAF
RGB
CMYK
RGB Variations
Color information
#E10FAF (or 0xE10FAF) is known color: Hollywood Cerise. HEX triplet: E1, 0F and AF. RGB value is (225,15,175). Sum of RGB (Red+Green+Blue) = 225+15+175=415 (54% of max value = 765). Red value is 225 (88.28% from 255 or 54.22% from 415); Green value is 15 (6.25% from 255 or 3.61% from 415); Blue value is 175 (68.75% from 255 or 42.17% from 415); Max value from RGB is 225 - color contains mainly: red. Hex color #E10FAF is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E10FAF is #1EF050. Grayscale: #5F5F5F. Windows color (decimal): -2027601 or 11472865. OLE color: 11472865.
HSL color Cylindrical-coordinate representation of color #E10FAF: hue angle of 314.29º degrees, saturation: 0.88, 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 #E10FAF is Cyan = 0, Magento = 0.93, Yellow = 0.22 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 15 | 175 | - |
| CMYK | 0 | 0.93 | 0.22 | 0.12 |
| HSL | 314.29º | 0.88% | 0.47% | - |
| HSV(B) | 314.29º | 0.93% | 0.88% | - |
| XYZ | 38.96 | 19.44 | 42.26 | - |
| YUV | 96.03 | 172.57 | 219.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 15 | 175 | 0 | 0.93 | 0.22 | 0.12 | 314.29 | 0.88 | 0.47 |
| Hex | E1 | F | AF | 0 | 5D | 16 | C | 13A | 58 | 2F |
| Octal | 341 | 17 | 257 | 0 | 135 | 26 | 14 | 472 | 130 | 57 |
| Binary | 11100001 | 1111 | 10101111 | 0 | 1011101 | 10110 | 1100 | 100111010 | 1011000 | 101111 |
Color Harmonies of #E10FAF
Complementary color
Monochromatic Colors of #E10FAF
Black with #E10FAF
Text Example
Text Example
White with #E10FAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E10FAF; }
p { color: rgb(225,15,175); }
H1.HeaderClassName
{
color: #E10FAF;
}
.AnyTagClassName
{
color: #E10FAF;
}
</style>
background-color css
<style>
a { background-color: #E10FAF; }
a { background-color: rgb(225,15,175); }
div.DivClassName
{
background-color: #E10FAF;
}
.BgClassName
{
background-color: #E10FAF;
}
</style>
border-color css
<style>
span { border-color: #E10FAF; }
span { border-color: rgb(225,15,175); }
td.TdClassName
{
border-color: #E10FAF;
}
.TagClassName
{
border-color: #E10FAF;
}
</style>