Shades of Hollywood Cerise #E2079C
Tints of Hollywood Cerise #E2079C
RGB
CMYK
RGB Variations
Color information
#E2079C (or 0xE2079C) is known color: Hollywood Cerise. HEX triplet: E2, 07 and 9C. RGB value is (226,7,156). Sum of RGB (Red+Green+Blue) = 226+7+156=389 (51% of max value = 765). Red value is 226 (88.67% from 255 or 58.10% from 389); Green value is 7 (3.12% from 255 or 1.80% from 389); Blue value is 156 (61.33% from 255 or 40.10% from 389); Max value from RGB is 226 - color contains mainly: red. Hex color #E2079C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E2079C is #1DF863. Grayscale: #595959. Windows color (decimal): -1964132 or 10225634. OLE color: 10225634.
HSL color Cylindrical-coordinate representation of color #E2079C: hue angle of 319.18º degrees, saturation: 0.94, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E2079C is Cyan = 0, Magento = 0.97, Yellow = 0.31 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 7 | 156 | - |
| CMYK | 0 | 0.97 | 0.31 | 0.11 |
| HSL | 319.18º | 0.94% | 0.46% | - |
| HSV(B) | 319.18º | 0.97% | 0.89% | - |
| XYZ | 37.44 | 18.72 | 33.09 | - |
| YUV | 89.47 | 165.55 | 225.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 7 | 156 | 0 | 0.97 | 0.31 | 0.11 | 319.18 | 0.94 | 0.46 |
| Hex | E2 | 7 | 9C | 0 | 61 | 1F | B | 13F | 5E | 2E |
| Octal | 342 | 7 | 234 | 0 | 141 | 37 | 13 | 477 | 136 | 56 |
| Binary | 11100010 | 111 | 10011100 | 0 | 1100001 | 11111 | 1011 | 100111111 | 1011110 | 101110 |
Color Harmonies of #E2079C
Complementary color
Monochromatic Colors of #E2079C
Black with #E2079C
Text Example
Text Example
White with #E2079C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2079C; }
p { color: rgb(226,7,156); }
H1.HeaderClassName
{
color: #E2079C;
}
.AnyTagClassName
{
color: #E2079C;
}
</style>
background-color css
<style>
a { background-color: #E2079C; }
a { background-color: rgb(226,7,156); }
div.DivClassName
{
background-color: #E2079C;
}
.BgClassName
{
background-color: #E2079C;
}
</style>
border-color css
<style>
span { border-color: #E2079C; }
span { border-color: rgb(226,7,156); }
td.TdClassName
{
border-color: #E2079C;
}
.TagClassName
{
border-color: #E2079C;
}
</style>