Shades of Hollywood Cerise #E10FAA
Tints of Hollywood Cerise #E10FAA
RGB
CMYK
RGB Variations
Color information
#E10FAA (or 0xE10FAA) is known color: Hollywood Cerise. HEX triplet: E1, 0F and AA. RGB value is (225,15,170). Sum of RGB (Red+Green+Blue) = 225+15+170=410 (54% of max value = 765). Red value is 225 (88.28% from 255 or 54.88% from 410); Green value is 15 (6.25% from 255 or 3.66% from 410); Blue value is 170 (66.80% from 255 or 41.46% from 410); Max value from RGB is 225 - color contains mainly: red. Hex color #E10FAA is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E10FAA is #1EF055. Grayscale: #5F5F5F. Windows color (decimal): -2027606 or 11145185. OLE color: 11145185.
HSL color Cylindrical-coordinate representation of color #E10FAA: hue angle of 315.71º 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 #E10FAA is Cyan = 0, Magento = 0.93, Yellow = 0.24 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 15 | 170 | - |
| CMYK | 0 | 0.93 | 0.24 | 0.12 |
| HSL | 315.71º | 0.88% | 0.47% | - |
| HSV(B) | 315.71º | 0.93% | 0.88% | - |
| XYZ | 38.48 | 19.25 | 39.72 | - |
| YUV | 95.46 | 170.07 | 220.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 15 | 170 | 0 | 0.93 | 0.24 | 0.12 | 315.71 | 0.88 | 0.47 |
| Hex | E1 | F | AA | 0 | 5D | 18 | C | 13C | 58 | 2F |
| Octal | 341 | 17 | 252 | 0 | 135 | 30 | 14 | 474 | 130 | 57 |
| Binary | 11100001 | 1111 | 10101010 | 0 | 1011101 | 11000 | 1100 | 100111100 | 1011000 | 101111 |
Color Harmonies of #E10FAA
Complementary color
Monochromatic Colors of #E10FAA
Black with #E10FAA
Text Example
Text Example
White with #E10FAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E10FAA; }
p { color: rgb(225,15,170); }
H1.HeaderClassName
{
color: #E10FAA;
}
.AnyTagClassName
{
color: #E10FAA;
}
</style>
background-color css
<style>
a { background-color: #E10FAA; }
a { background-color: rgb(225,15,170); }
div.DivClassName
{
background-color: #E10FAA;
}
.BgClassName
{
background-color: #E10FAA;
}
</style>
border-color css
<style>
span { border-color: #E10FAA; }
span { border-color: rgb(225,15,170); }
td.TdClassName
{
border-color: #E10FAA;
}
.TagClassName
{
border-color: #E10FAA;
}
</style>