Shades of Hollywood Cerise #E20992
Tints of Hollywood Cerise #E20992
RGB
CMYK
RGB Variations
Color information
#E20992 (or 0xE20992) is known color: Hollywood Cerise. HEX triplet: E2, 09 and 92. RGB value is (226,9,146). Sum of RGB (Red+Green+Blue) = 226+9+146=381 (50% of max value = 765). Red value is 226 (88.67% from 255 or 59.32% from 381); Green value is 9 (3.91% from 255 or 2.36% from 381); Blue value is 146 (57.42% from 255 or 38.32% from 381); Max value from RGB is 226 - color contains mainly: red. Hex color #E20992 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E20992 is #1DF66D. Grayscale: #595959. Windows color (decimal): -1963630 or 9570786. OLE color: 9570786.
HSL color Cylindrical-coordinate representation of color #E20992: hue angle of 322.12º 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 #E20992 is Cyan = 0, Magento = 0.96, Yellow = 0.35 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 9 | 146 | - |
| CMYK | 0 | 0.96 | 0.35 | 0.11 |
| HSL | 322.12º | 0.92% | 0.46% | - |
| HSV(B) | 322.12º | 0.96% | 0.89% | - |
| XYZ | 36.65 | 18.44 | 28.82 | - |
| YUV | 89.5 | 159.89 | 225.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 9 | 146 | 0 | 0.96 | 0.35 | 0.11 | 322.12 | 0.92 | 0.46 |
| Hex | E2 | 9 | 92 | 0 | 60 | 23 | B | 142 | 5C | 2E |
| Octal | 342 | 11 | 222 | 0 | 140 | 43 | 13 | 502 | 134 | 56 |
| Binary | 11100010 | 1001 | 10010010 | 0 | 1100000 | 100011 | 1011 | 101000010 | 1011100 | 101110 |
Color Harmonies of #E20992
Complementary color
Monochromatic Colors of #E20992
Black with #E20992
Text Example
Text Example
White with #E20992
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E20992; }
p { color: rgb(226,9,146); }
H1.HeaderClassName
{
color: #E20992;
}
.AnyTagClassName
{
color: #E20992;
}
</style>
background-color css
<style>
a { background-color: #E20992; }
a { background-color: rgb(226,9,146); }
div.DivClassName
{
background-color: #E20992;
}
.BgClassName
{
background-color: #E20992;
}
</style>
border-color css
<style>
span { border-color: #E20992; }
span { border-color: rgb(226,9,146); }
td.TdClassName
{
border-color: #E20992;
}
.TagClassName
{
border-color: #E20992;
}
</style>