Shades of Hollywood Cerise #E2079F
Tints of Hollywood Cerise #E2079F
RGB
CMYK
RGB Variations
Color information
#E2079F (or 0xE2079F) is known color: Hollywood Cerise. HEX triplet: E2, 07 and 9F. RGB value is (226,7,159). Sum of RGB (Red+Green+Blue) = 226+7+159=392 (51% of max value = 765). Red value is 226 (88.67% from 255 or 57.65% from 392); Green value is 7 (3.12% from 255 or 1.79% from 392); Blue value is 159 (62.5% from 255 or 40.56% from 392); Max value from RGB is 226 - color contains mainly: red. Hex color #E2079F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E2079F is #1DF860. Grayscale: #595959. Windows color (decimal): -1964129 or 10422242. OLE color: 10422242.
HSL color Cylindrical-coordinate representation of color #E2079F: hue angle of 318.36º 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 #E2079F is Cyan = 0, Magento = 0.97, Yellow = 0.30 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 7 | 159 | - |
| CMYK | 0 | 0.97 | 0.30 | 0.11 |
| HSL | 318.36º | 0.94% | 0.46% | - |
| HSV(B) | 318.36º | 0.97% | 0.89% | - |
| XYZ | 37.7 | 18.82 | 34.45 | - |
| YUV | 89.81 | 167.05 | 225.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 7 | 159 | 0 | 0.97 | 0.30 | 0.11 | 318.36 | 0.94 | 0.46 |
| Hex | E2 | 7 | 9F | 0 | 61 | 1E | B | 13E | 5E | 2E |
| Octal | 342 | 7 | 237 | 0 | 141 | 36 | 13 | 476 | 136 | 56 |
| Binary | 11100010 | 111 | 10011111 | 0 | 1100001 | 11110 | 1011 | 100111110 | 1011110 | 101110 |
Color Harmonies of #E2079F
Complementary color
Monochromatic Colors of #E2079F
Black with #E2079F
Text Example
Text Example
White with #E2079F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2079F; }
p { color: rgb(226,7,159); }
H1.HeaderClassName
{
color: #E2079F;
}
.AnyTagClassName
{
color: #E2079F;
}
</style>
background-color css
<style>
a { background-color: #E2079F; }
a { background-color: rgb(226,7,159); }
div.DivClassName
{
background-color: #E2079F;
}
.BgClassName
{
background-color: #E2079F;
}
</style>
border-color css
<style>
span { border-color: #E2079F; }
span { border-color: rgb(226,7,159); }
td.TdClassName
{
border-color: #E2079F;
}
.TagClassName
{
border-color: #E2079F;
}
</style>