Shades of Hollywood Cerise #E20A8C
Tints of Hollywood Cerise #E20A8C
RGB
CMYK
RGB Variations
Color information
#E20A8C (or 0xE20A8C) is known color: Hollywood Cerise. HEX triplet: E2, 0A and 8C. RGB value is (226,10,140). Sum of RGB (Red+Green+Blue) = 226+10+140=376 (49% of max value = 765). Red value is 226 (88.67% from 255 or 60.11% from 376); Green value is 10 (4.30% from 255 or 2.66% from 376); Blue value is 140 (55.08% from 255 or 37.23% from 376); Max value from RGB is 226 - color contains mainly: red. Hex color #E20A8C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E20A8C is #1DF573. Grayscale: #595959. Windows color (decimal): -1963380 or 9177826. OLE color: 9177826.
HSL color Cylindrical-coordinate representation of color #E20A8C: hue angle of 323.89º 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 #E20A8C is Cyan = 0, Magento = 0.96, Yellow = 0.38 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 10 | 140 | - |
| CMYK | 0 | 0.96 | 0.38 | 0.11 |
| HSL | 323.89º | 0.92% | 0.46% | - |
| HSV(B) | 323.89º | 0.96% | 0.89% | - |
| XYZ | 36.21 | 18.28 | 26.43 | - |
| YUV | 89.4 | 156.56 | 225.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 10 | 140 | 0 | 0.96 | 0.38 | 0.11 | 323.89 | 0.92 | 0.46 |
| Hex | E2 | A | 8C | 0 | 60 | 26 | B | 144 | 5C | 2E |
| Octal | 342 | 12 | 214 | 0 | 140 | 46 | 13 | 504 | 134 | 56 |
| Binary | 11100010 | 1010 | 10001100 | 0 | 1100000 | 100110 | 1011 | 101000100 | 1011100 | 101110 |
Color Harmonies of #E20A8C
Complementary color
Monochromatic Colors of #E20A8C
Black with #E20A8C
Text Example
Text Example
White with #E20A8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E20A8C; }
p { color: rgb(226,10,140); }
H1.HeaderClassName
{
color: #E20A8C;
}
.AnyTagClassName
{
color: #E20A8C;
}
</style>
background-color css
<style>
a { background-color: #E20A8C; }
a { background-color: rgb(226,10,140); }
div.DivClassName
{
background-color: #E20A8C;
}
.BgClassName
{
background-color: #E20A8C;
}
</style>
border-color css
<style>
span { border-color: #E20A8C; }
span { border-color: rgb(226,10,140); }
td.TdClassName
{
border-color: #E20A8C;
}
.TagClassName
{
border-color: #E20A8C;
}
</style>