Shades of Hollywood Cerise #E20C9D
Tints of Hollywood Cerise #E20C9D
RGB
CMYK
RGB Variations
Color information
#E20C9D (or 0xE20C9D) is known color: Hollywood Cerise. HEX triplet: E2, 0C and 9D. RGB value is (226,12,157). Sum of RGB (Red+Green+Blue) = 226+12+157=395 (52% of max value = 765). Red value is 226 (88.67% from 255 or 57.22% from 395); Green value is 12 (5.08% from 255 or 3.04% from 395); Blue value is 157 (61.72% from 255 or 39.75% from 395); Max value from RGB is 226 - color contains mainly: red. Hex color #E20C9D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E20C9D is #1DF362. Grayscale: #5C5C5C. Windows color (decimal): -1962851 or 10292450. OLE color: 10292450.
HSL color Cylindrical-coordinate representation of color #E20C9D: hue angle of 319.35º degrees, saturation: 0.9, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E20C9D is Cyan = 0, Magento = 0.95, Yellow = 0.31 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 12 | 157 | - |
| CMYK | 0 | 0.95 | 0.31 | 0.11 |
| HSL | 319.35º | 0.9% | 0.47% | - |
| HSV(B) | 319.35º | 0.95% | 0.89% | - |
| XYZ | 37.58 | 18.87 | 33.56 | - |
| YUV | 92.52 | 164.4 | 223.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 12 | 157 | 0 | 0.95 | 0.31 | 0.11 | 319.35 | 0.9 | 0.47 |
| Hex | E2 | C | 9D | 0 | 5F | 1F | B | 13F | 5A | 2F |
| Octal | 342 | 14 | 235 | 0 | 137 | 37 | 13 | 477 | 132 | 57 |
| Binary | 11100010 | 1100 | 10011101 | 0 | 1011111 | 11111 | 1011 | 100111111 | 1011010 | 101111 |
Color Harmonies of #E20C9D
Complementary color
Monochromatic Colors of #E20C9D
Black with #E20C9D
Text Example
Text Example
White with #E20C9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E20C9D; }
p { color: rgb(226,12,157); }
H1.HeaderClassName
{
color: #E20C9D;
}
.AnyTagClassName
{
color: #E20C9D;
}
</style>
background-color css
<style>
a { background-color: #E20C9D; }
a { background-color: rgb(226,12,157); }
div.DivClassName
{
background-color: #E20C9D;
}
.BgClassName
{
background-color: #E20C9D;
}
</style>
border-color css
<style>
span { border-color: #E20C9D; }
span { border-color: rgb(226,12,157); }
td.TdClassName
{
border-color: #E20C9D;
}
.TagClassName
{
border-color: #E20C9D;
}
</style>