Shades of Hollywood Cerise #E20593
Tints of Hollywood Cerise #E20593
RGB
CMYK
RGB Variations
Color information
#E20593 (or 0xE20593) is known color: Hollywood Cerise. HEX triplet: E2, 05 and 93. RGB value is (226,5,147). Sum of RGB (Red+Green+Blue) = 226+5+147=378 (50% of max value = 765). Red value is 226 (88.67% from 255 or 59.79% from 378); Green value is 5 (2.34% from 255 or 1.32% from 378); Blue value is 147 (57.81% from 255 or 38.89% from 378); Max value from RGB is 226 - color contains mainly: red. Hex color #E20593 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E20593 is #1DFA6C. Grayscale: #565656. Windows color (decimal): -1964653 or 9635298. OLE color: 9635298.
HSL color Cylindrical-coordinate representation of color #E20593: hue angle of 321.45º 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 #E20593 is Cyan = 0, Magento = 0.98, Yellow = 0.35 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 5 | 147 | - |
| CMYK | 0 | 0.98 | 0.35 | 0.11 |
| HSL | 321.45º | 0.96% | 0.45% | - |
| HSV(B) | 321.45º | 0.98% | 0.89% | - |
| XYZ | 36.68 | 18.38 | 29.22 | - |
| YUV | 87.27 | 161.72 | 226.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 5 | 147 | 0 | 0.98 | 0.35 | 0.11 | 321.45 | 0.96 | 0.45 |
| Hex | E2 | 5 | 93 | 0 | 62 | 23 | B | 141 | 60 | 2D |
| Octal | 342 | 5 | 223 | 0 | 142 | 43 | 13 | 501 | 140 | 55 |
| Binary | 11100010 | 101 | 10010011 | 0 | 1100010 | 100011 | 1011 | 101000001 | 1100000 | 101101 |
Color Harmonies of #E20593
Complementary color
Monochromatic Colors of #E20593
Black with #E20593
Text Example
Text Example
White with #E20593
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E20593; }
p { color: rgb(226,5,147); }
H1.HeaderClassName
{
color: #E20593;
}
.AnyTagClassName
{
color: #E20593;
}
</style>
background-color css
<style>
a { background-color: #E20593; }
a { background-color: rgb(226,5,147); }
div.DivClassName
{
background-color: #E20593;
}
.BgClassName
{
background-color: #E20593;
}
</style>
border-color css
<style>
span { border-color: #E20593; }
span { border-color: rgb(226,5,147); }
td.TdClassName
{
border-color: #E20593;
}
.TagClassName
{
border-color: #E20593;
}
</style>