Shades of Hollywood Cerise #E20E90
Tints of Hollywood Cerise #E20E90
RGB
CMYK
RGB Variations
Color information
#E20E90 (or 0xE20E90) is known color: Hollywood Cerise. HEX triplet: E2, 0E and 90. RGB value is (226,14,144). Sum of RGB (Red+Green+Blue) = 226+14+144=384 (50% of max value = 765). Red value is 226 (88.67% from 255 or 58.85% from 384); Green value is 14 (5.86% from 255 or 3.65% from 384); Blue value is 144 (56.64% from 255 or 37.5% from 384); Max value from RGB is 226 - color contains mainly: red. Hex color #E20E90 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E20E90 is #1DF16F. Grayscale: #5B5B5B. Windows color (decimal): -1962352 or 9440994. OLE color: 9440994.
HSL color Cylindrical-coordinate representation of color #E20E90: hue angle of 323.21º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E20E90 is Cyan = 0, Magento = 0.94, Yellow = 0.36 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 14 | 144 | - |
| CMYK | 0 | 0.94 | 0.36 | 0.11 |
| HSL | 323.21º | 0.88% | 0.47% | - |
| HSV(B) | 323.21º | 0.94% | 0.89% | - |
| XYZ | 36.56 | 18.5 | 28.03 | - |
| YUV | 92.21 | 157.24 | 223.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 14 | 144 | 0 | 0.94 | 0.36 | 0.11 | 323.21 | 0.88 | 0.47 |
| Hex | E2 | E | 90 | 0 | 5E | 24 | B | 143 | 58 | 2F |
| Octal | 342 | 16 | 220 | 0 | 136 | 44 | 13 | 503 | 130 | 57 |
| Binary | 11100010 | 1110 | 10010000 | 0 | 1011110 | 100100 | 1011 | 101000011 | 1011000 | 101111 |
Color Harmonies of #E20E90
Complementary color
Monochromatic Colors of #E20E90
Black with #E20E90
Text Example
Text Example
White with #E20E90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E20E90; }
p { color: rgb(226,14,144); }
H1.HeaderClassName
{
color: #E20E90;
}
.AnyTagClassName
{
color: #E20E90;
}
</style>
background-color css
<style>
a { background-color: #E20E90; }
a { background-color: rgb(226,14,144); }
div.DivClassName
{
background-color: #E20E90;
}
.BgClassName
{
background-color: #E20E90;
}
</style>
border-color css
<style>
span { border-color: #E20E90; }
span { border-color: rgb(226,14,144); }
td.TdClassName
{
border-color: #E20E90;
}
.TagClassName
{
border-color: #E20E90;
}
</style>