Shades of Hollywood Cerise #E2079E
Tints of Hollywood Cerise #E2079E
RGB
CMYK
RGB Variations
Color information
#E2079E (or 0xE2079E) is known color: Hollywood Cerise. HEX triplet: E2, 07 and 9E. RGB value is (226,7,158). Sum of RGB (Red+Green+Blue) = 226+7+158=391 (51% of max value = 765). Red value is 226 (88.67% from 255 or 57.80% from 391); Green value is 7 (3.12% from 255 or 1.79% from 391); Blue value is 158 (62.11% from 255 or 40.41% from 391); Max value from RGB is 226 - color contains mainly: red. Hex color #E2079E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E2079E is #1DF861. Grayscale: #595959. Windows color (decimal): -1964130 or 10356706. OLE color: 10356706.
HSL color Cylindrical-coordinate representation of color #E2079E: hue angle of 318.63º 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 #E2079E is Cyan = 0, Magento = 0.97, Yellow = 0.30 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 7 | 158 | - |
| CMYK | 0 | 0.97 | 0.30 | 0.11 |
| HSL | 318.63º | 0.94% | 0.46% | - |
| HSV(B) | 318.63º | 0.97% | 0.89% | - |
| XYZ | 37.61 | 18.79 | 33.99 | - |
| YUV | 89.7 | 166.55 | 225.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 7 | 158 | 0 | 0.97 | 0.30 | 0.11 | 318.63 | 0.94 | 0.46 |
| Hex | E2 | 7 | 9E | 0 | 61 | 1E | B | 13F | 5E | 2E |
| Octal | 342 | 7 | 236 | 0 | 141 | 36 | 13 | 477 | 136 | 56 |
| Binary | 11100010 | 111 | 10011110 | 0 | 1100001 | 11110 | 1011 | 100111111 | 1011110 | 101110 |
Color Harmonies of #E2079E
Complementary color
Monochromatic Colors of #E2079E
Black with #E2079E
Text Example
Text Example
White with #E2079E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2079E; }
p { color: rgb(226,7,158); }
H1.HeaderClassName
{
color: #E2079E;
}
.AnyTagClassName
{
color: #E2079E;
}
</style>
background-color css
<style>
a { background-color: #E2079E; }
a { background-color: rgb(226,7,158); }
div.DivClassName
{
background-color: #E2079E;
}
.BgClassName
{
background-color: #E2079E;
}
</style>
border-color css
<style>
span { border-color: #E2079E; }
span { border-color: rgb(226,7,158); }
td.TdClassName
{
border-color: #E2079E;
}
.TagClassName
{
border-color: #E2079E;
}
</style>