Shades of Hollywood Cerise #E10FAE
Tints of Hollywood Cerise #E10FAE
RGB
CMYK
RGB Variations
Color information
#E10FAE (or 0xE10FAE) is known color: Hollywood Cerise. HEX triplet: E1, 0F and AE. RGB value is (225,15,174). Sum of RGB (Red+Green+Blue) = 225+15+174=414 (54% of max value = 765). Red value is 225 (88.28% from 255 or 54.35% from 414); Green value is 15 (6.25% from 255 or 3.62% from 414); Blue value is 174 (68.36% from 255 or 42.03% from 414); Max value from RGB is 225 - color contains mainly: red. Hex color #E10FAE is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E10FAE is #1EF051. Grayscale: #5F5F5F. Windows color (decimal): -2027602 or 11407329. OLE color: 11407329.
HSL color Cylindrical-coordinate representation of color #E10FAE: hue angle of 314.57º 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 #E10FAE is Cyan = 0, Magento = 0.93, Yellow = 0.23 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 15 | 174 | - |
| CMYK | 0 | 0.93 | 0.23 | 0.12 |
| HSL | 314.57º | 0.88% | 0.47% | - |
| HSV(B) | 314.57º | 0.93% | 0.88% | - |
| XYZ | 38.86 | 19.41 | 41.74 | - |
| YUV | 95.92 | 172.07 | 220.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 15 | 174 | 0 | 0.93 | 0.23 | 0.12 | 314.57 | 0.88 | 0.47 |
| Hex | E1 | F | AE | 0 | 5D | 17 | C | 13B | 58 | 2F |
| Octal | 341 | 17 | 256 | 0 | 135 | 27 | 14 | 473 | 130 | 57 |
| Binary | 11100001 | 1111 | 10101110 | 0 | 1011101 | 10111 | 1100 | 100111011 | 1011000 | 101111 |
Color Harmonies of #E10FAE
Complementary color
Monochromatic Colors of #E10FAE
Black with #E10FAE
Text Example
Text Example
White with #E10FAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E10FAE; }
p { color: rgb(225,15,174); }
H1.HeaderClassName
{
color: #E10FAE;
}
.AnyTagClassName
{
color: #E10FAE;
}
</style>
background-color css
<style>
a { background-color: #E10FAE; }
a { background-color: rgb(225,15,174); }
div.DivClassName
{
background-color: #E10FAE;
}
.BgClassName
{
background-color: #E10FAE;
}
</style>
border-color css
<style>
span { border-color: #E10FAE; }
span { border-color: rgb(225,15,174); }
td.TdClassName
{
border-color: #E10FAE;
}
.TagClassName
{
border-color: #E10FAE;
}
</style>