Shades of Hollywood Cerise #E20CAC
Tints of Hollywood Cerise #E20CAC
RGB
CMYK
RGB Variations
Color information
#E20CAC (or 0xE20CAC) is known color: Hollywood Cerise. HEX triplet: E2, 0C and AC. RGB value is (226,12,172). Sum of RGB (Red+Green+Blue) = 226+12+172=410 (54% of max value = 765). Red value is 226 (88.67% from 255 or 55.12% from 410); Green value is 12 (5.08% from 255 or 2.93% from 410); Blue value is 172 (67.58% from 255 or 41.95% from 410); Max value from RGB is 226 - color contains mainly: red. Hex color #E20CAC is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E20CAC is #1DF353. Grayscale: #5D5D5D. Windows color (decimal): -1962836 or 11275490. OLE color: 11275490.
HSL color Cylindrical-coordinate representation of color #E20CAC: hue angle of 315.14º 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 #E20CAC is Cyan = 0, Magento = 0.95, Yellow = 0.24 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 12 | 172 | - |
| CMYK | 0 | 0.95 | 0.24 | 0.11 |
| HSL | 315.14º | 0.9% | 0.47% | - |
| HSV(B) | 315.14º | 0.95% | 0.89% | - |
| XYZ | 38.94 | 19.41 | 40.72 | - |
| YUV | 94.23 | 171.9 | 221.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 12 | 172 | 0 | 0.95 | 0.24 | 0.11 | 315.14 | 0.9 | 0.47 |
| Hex | E2 | C | AC | 0 | 5F | 18 | B | 13B | 5A | 2F |
| Octal | 342 | 14 | 254 | 0 | 137 | 30 | 13 | 473 | 132 | 57 |
| Binary | 11100010 | 1100 | 10101100 | 0 | 1011111 | 11000 | 1011 | 100111011 | 1011010 | 101111 |
Color Harmonies of #E20CAC
Complementary color
Monochromatic Colors of #E20CAC
Black with #E20CAC
Text Example
Text Example
White with #E20CAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E20CAC; }
p { color: rgb(226,12,172); }
H1.HeaderClassName
{
color: #E20CAC;
}
.AnyTagClassName
{
color: #E20CAC;
}
</style>
background-color css
<style>
a { background-color: #E20CAC; }
a { background-color: rgb(226,12,172); }
div.DivClassName
{
background-color: #E20CAC;
}
.BgClassName
{
background-color: #E20CAC;
}
</style>
border-color css
<style>
span { border-color: #E20CAC; }
span { border-color: rgb(226,12,172); }
td.TdClassName
{
border-color: #E20CAC;
}
.TagClassName
{
border-color: #E20CAC;
}
</style>