Shades of Hollywood Cerise #E10A8E
Tints of Hollywood Cerise #E10A8E
RGB
CMYK
RGB Variations
Color information
#E10A8E (or 0xE10A8E) is known color: Hollywood Cerise. HEX triplet: E1, 0A and 8E. RGB value is (225,10,142). Sum of RGB (Red+Green+Blue) = 225+10+142=377 (49% of max value = 765). Red value is 225 (88.28% from 255 or 59.68% from 377); Green value is 10 (4.30% from 255 or 2.65% from 377); Blue value is 142 (55.86% from 255 or 37.67% from 377); Max value from RGB is 225 - color contains mainly: red. Hex color #E10A8E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E10A8E is #1EF571. Grayscale: #595959. Windows color (decimal): -2028914 or 9308897. OLE color: 9308897.
HSL color Cylindrical-coordinate representation of color #E10A8E: hue angle of 323.16º 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 #E10A8E is Cyan = 0, Magento = 0.96, Yellow = 0.37 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 10 | 142 | - |
| CMYK | 0 | 0.96 | 0.37 | 0.12 |
| HSL | 323.16º | 0.91% | 0.46% | - |
| HSV(B) | 323.16º | 0.96% | 0.88% | - |
| XYZ | 36.04 | 18.18 | 27.2 | - |
| YUV | 89.33 | 157.73 | 224.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 10 | 142 | 0 | 0.96 | 0.37 | 0.12 | 323.16 | 0.91 | 0.46 |
| Hex | E1 | A | 8E | 0 | 60 | 25 | C | 143 | 5B | 2E |
| Octal | 341 | 12 | 216 | 0 | 140 | 45 | 14 | 503 | 133 | 56 |
| Binary | 11100001 | 1010 | 10001110 | 0 | 1100000 | 100101 | 1100 | 101000011 | 1011011 | 101110 |
Color Harmonies of #E10A8E
Complementary color
Monochromatic Colors of #E10A8E
Black with #E10A8E
Text Example
Text Example
White with #E10A8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E10A8E; }
p { color: rgb(225,10,142); }
H1.HeaderClassName
{
color: #E10A8E;
}
.AnyTagClassName
{
color: #E10A8E;
}
</style>
background-color css
<style>
a { background-color: #E10A8E; }
a { background-color: rgb(225,10,142); }
div.DivClassName
{
background-color: #E10A8E;
}
.BgClassName
{
background-color: #E10A8E;
}
</style>
border-color css
<style>
span { border-color: #E10A8E; }
span { border-color: rgb(225,10,142); }
td.TdClassName
{
border-color: #E10A8E;
}
.TagClassName
{
border-color: #E10A8E;
}
</style>