Shades of Hollywood Cerise #E10AAE
Tints of Hollywood Cerise #E10AAE
RGB
CMYK
RGB Variations
Color information
#E10AAE (or 0xE10AAE) is known color: Hollywood Cerise. HEX triplet: E1, 0A and AE. RGB value is (225,10,174). Sum of RGB (Red+Green+Blue) = 225+10+174=409 (54% of max value = 765). Red value is 225 (88.28% from 255 or 55.01% from 409); Green value is 10 (4.30% from 255 or 2.44% from 409); Blue value is 174 (68.36% from 255 or 42.54% from 409); Max value from RGB is 225 - color contains mainly: red. Hex color #E10AAE is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E10AAE is #1EF551. Grayscale: #5C5C5C. Windows color (decimal): -2028882 or 11406049. OLE color: 11406049.
HSL color Cylindrical-coordinate representation of color #E10AAE: hue angle of 314.23º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E10AAE is Cyan = 0, Magento = 0.96, Yellow = 0.23 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 10 | 174 | - |
| CMYK | 0 | 0.96 | 0.23 | 0.12 |
| HSL | 314.23º | 0.91% | 0.46% | - |
| HSV(B) | 314.23º | 0.96% | 0.88% | - |
| XYZ | 38.8 | 19.28 | 41.72 | - |
| YUV | 92.98 | 173.73 | 222.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 10 | 174 | 0 | 0.96 | 0.23 | 0.12 | 314.23 | 0.91 | 0.46 |
| Hex | E1 | A | AE | 0 | 60 | 17 | C | 13A | 5B | 2E |
| Octal | 341 | 12 | 256 | 0 | 140 | 27 | 14 | 472 | 133 | 56 |
| Binary | 11100001 | 1010 | 10101110 | 0 | 1100000 | 10111 | 1100 | 100111010 | 1011011 | 101110 |
Color Harmonies of #E10AAE
Complementary color
Monochromatic Colors of #E10AAE
Black with #E10AAE
Text Example
Text Example
White with #E10AAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E10AAE; }
p { color: rgb(225,10,174); }
H1.HeaderClassName
{
color: #E10AAE;
}
.AnyTagClassName
{
color: #E10AAE;
}
</style>
background-color css
<style>
a { background-color: #E10AAE; }
a { background-color: rgb(225,10,174); }
div.DivClassName
{
background-color: #E10AAE;
}
.BgClassName
{
background-color: #E10AAE;
}
</style>
border-color css
<style>
span { border-color: #E10AAE; }
span { border-color: rgb(225,10,174); }
td.TdClassName
{
border-color: #E10AAE;
}
.TagClassName
{
border-color: #E10AAE;
}
</style>