Shades of Hollywood Cerise #E20A8E
Tints of Hollywood Cerise #E20A8E
RGB
CMYK
RGB Variations
Color information
#E20A8E (or 0xE20A8E) is known color: Hollywood Cerise. HEX triplet: E2, 0A and 8E. RGB value is (226,10,142). Sum of RGB (Red+Green+Blue) = 226+10+142=378 (50% of max value = 765). Red value is 226 (88.67% from 255 or 59.79% from 378); Green value is 10 (4.30% from 255 or 2.65% from 378); Blue value is 142 (55.86% from 255 or 37.57% from 378); Max value from RGB is 226 - color contains mainly: red. Hex color #E20A8E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E20A8E is #1DF571. Grayscale: #595959. Windows color (decimal): -1963378 or 9308898. OLE color: 9308898.
HSL color Cylindrical-coordinate representation of color #E20A8E: hue angle of 323.33º degrees, saturation: 0.92, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E20A8E is Cyan = 0, Magento = 0.96, Yellow = 0.37 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 10 | 142 | - |
| CMYK | 0 | 0.96 | 0.37 | 0.11 |
| HSL | 323.33º | 0.92% | 0.46% | - |
| HSV(B) | 323.33º | 0.96% | 0.89% | - |
| XYZ | 36.36 | 18.34 | 27.21 | - |
| YUV | 89.63 | 157.56 | 225.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 10 | 142 | 0 | 0.96 | 0.37 | 0.11 | 323.33 | 0.92 | 0.46 |
| Hex | E2 | A | 8E | 0 | 60 | 25 | B | 143 | 5C | 2E |
| Octal | 342 | 12 | 216 | 0 | 140 | 45 | 13 | 503 | 134 | 56 |
| Binary | 11100010 | 1010 | 10001110 | 0 | 1100000 | 100101 | 1011 | 101000011 | 1011100 | 101110 |
Color Harmonies of #E20A8E
Complementary color
Monochromatic Colors of #E20A8E
Black with #E20A8E
Text Example
Text Example
White with #E20A8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E20A8E; }
p { color: rgb(226,10,142); }
H1.HeaderClassName
{
color: #E20A8E;
}
.AnyTagClassName
{
color: #E20A8E;
}
</style>
background-color css
<style>
a { background-color: #E20A8E; }
a { background-color: rgb(226,10,142); }
div.DivClassName
{
background-color: #E20A8E;
}
.BgClassName
{
background-color: #E20A8E;
}
</style>
border-color css
<style>
span { border-color: #E20A8E; }
span { border-color: rgb(226,10,142); }
td.TdClassName
{
border-color: #E20A8E;
}
.TagClassName
{
border-color: #E20A8E;
}
</style>