Shades of Hollywood Cerise #E20590
Tints of Hollywood Cerise #E20590
RGB
CMYK
RGB Variations
Color information
#E20590 (or 0xE20590) is known color: Hollywood Cerise. HEX triplet: E2, 05 and 90. RGB value is (226,5,144). Sum of RGB (Red+Green+Blue) = 226+5+144=375 (49% of max value = 765). Red value is 226 (88.67% from 255 or 60.27% from 375); Green value is 5 (2.34% from 255 or 1.33% from 375); Blue value is 144 (56.64% from 255 or 38.4% from 375); Max value from RGB is 226 - color contains mainly: red. Hex color #E20590 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E20590 is #1DFA6F. Grayscale: #565656. Windows color (decimal): -1964656 or 9438690. OLE color: 9438690.
HSL color Cylindrical-coordinate representation of color #E20590: hue angle of 322.26º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E20590 is Cyan = 0, Magento = 0.98, Yellow = 0.36 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 5 | 144 | - |
| CMYK | 0 | 0.98 | 0.36 | 0.11 |
| HSL | 322.26º | 0.96% | 0.45% | - |
| HSV(B) | 322.26º | 0.98% | 0.89% | - |
| XYZ | 36.45 | 18.29 | 27.99 | - |
| YUV | 86.93 | 160.22 | 227.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 5 | 144 | 0 | 0.98 | 0.36 | 0.11 | 322.26 | 0.96 | 0.45 |
| Hex | E2 | 5 | 90 | 0 | 62 | 24 | B | 142 | 60 | 2D |
| Octal | 342 | 5 | 220 | 0 | 142 | 44 | 13 | 502 | 140 | 55 |
| Binary | 11100010 | 101 | 10010000 | 0 | 1100010 | 100100 | 1011 | 101000010 | 1100000 | 101101 |
Color Harmonies of #E20590
Complementary color
Monochromatic Colors of #E20590
Black with #E20590
Text Example
Text Example
White with #E20590
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E20590; }
p { color: rgb(226,5,144); }
H1.HeaderClassName
{
color: #E20590;
}
.AnyTagClassName
{
color: #E20590;
}
</style>
background-color css
<style>
a { background-color: #E20590; }
a { background-color: rgb(226,5,144); }
div.DivClassName
{
background-color: #E20590;
}
.BgClassName
{
background-color: #E20590;
}
</style>
border-color css
<style>
span { border-color: #E20590; }
span { border-color: rgb(226,5,144); }
td.TdClassName
{
border-color: #E20590;
}
.TagClassName
{
border-color: #E20590;
}
</style>