Shades of Hollywood Cerise #E2019C
Tints of Hollywood Cerise #E2019C
RGB
CMYK
RGB Variations
Color information
#E2019C (or 0xE2019C) is known color: Hollywood Cerise. HEX triplet: E2, 01 and 9C. RGB value is (226,1,156). Sum of RGB (Red+Green+Blue) = 226+1+156=383 (50% of max value = 765). Red value is 226 (88.67% from 255 or 59.01% from 383); Green value is 1 (0.78% from 255 or 0.26% from 383); Blue value is 156 (61.33% from 255 or 40.73% from 383); Max value from RGB is 226 - color contains mainly: red. Hex color #E2019C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E2019C is #1DFE63. Grayscale: #555555. Windows color (decimal): -1965668 or 10224098. OLE color: 10224098.
HSL color Cylindrical-coordinate representation of color #E2019C: hue angle of 318.67º degrees, saturation: 0.99, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E2019C is Cyan = 0, Magento = 1.00, Yellow = 0.31 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 1 | 156 | - |
| CMYK | 0 | 1.00 | 0.31 | 0.11 |
| HSL | 318.67º | 0.99% | 0.45% | - |
| HSV(B) | 318.67º | 1% | 0.89% | - |
| XYZ | 37.38 | 18.59 | 33.07 | - |
| YUV | 85.95 | 167.54 | 227.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 1 | 156 | 0 | 1.00 | 0.31 | 0.11 | 318.67 | 0.99 | 0.45 |
| Hex | E2 | 1 | 9C | 0 | 64 | 1F | B | 13F | 63 | 2D |
| Octal | 342 | 1 | 234 | 0 | 144 | 37 | 13 | 477 | 143 | 55 |
| Binary | 11100010 | 1 | 10011100 | 0 | 1100100 | 11111 | 1011 | 100111111 | 1100011 | 101101 |
Color Harmonies of #E2019C
Complementary color
Monochromatic Colors of #E2019C
Black with #E2019C
Text Example
Text Example
White with #E2019C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2019C; }
p { color: rgb(226,1,156); }
H1.HeaderClassName
{
color: #E2019C;
}
.AnyTagClassName
{
color: #E2019C;
}
</style>
background-color css
<style>
a { background-color: #E2019C; }
a { background-color: rgb(226,1,156); }
div.DivClassName
{
background-color: #E2019C;
}
.BgClassName
{
background-color: #E2019C;
}
</style>
border-color css
<style>
span { border-color: #E2019C; }
span { border-color: rgb(226,1,156); }
td.TdClassName
{
border-color: #E2019C;
}
.TagClassName
{
border-color: #E2019C;
}
</style>