Shades of Hollywood Cerise #E2079B
Tints of Hollywood Cerise #E2079B
RGB
CMYK
RGB Variations
Color information
#E2079B (or 0xE2079B) is known color: Hollywood Cerise. HEX triplet: E2, 07 and 9B. RGB value is (226,7,155). Sum of RGB (Red+Green+Blue) = 226+7+155=388 (51% of max value = 765). Red value is 226 (88.67% from 255 or 58.25% from 388); Green value is 7 (3.12% from 255 or 1.80% from 388); Blue value is 155 (60.94% from 255 or 39.95% from 388); Max value from RGB is 226 - color contains mainly: red. Hex color #E2079B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E2079B is #1DF864. Grayscale: #585858. Windows color (decimal): -1964133 or 10160098. OLE color: 10160098.
HSL color Cylindrical-coordinate representation of color #E2079B: hue angle of 319.45º 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 #E2079B is Cyan = 0, Magento = 0.97, Yellow = 0.31 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 7 | 155 | - |
| CMYK | 0 | 0.97 | 0.31 | 0.11 |
| HSL | 319.45º | 0.94% | 0.46% | - |
| HSV(B) | 319.45º | 0.97% | 0.89% | - |
| XYZ | 37.36 | 18.69 | 32.65 | - |
| YUV | 89.35 | 165.05 | 225.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 7 | 155 | 0 | 0.97 | 0.31 | 0.11 | 319.45 | 0.94 | 0.46 |
| Hex | E2 | 7 | 9B | 0 | 61 | 1F | B | 13F | 5E | 2E |
| Octal | 342 | 7 | 233 | 0 | 141 | 37 | 13 | 477 | 136 | 56 |
| Binary | 11100010 | 111 | 10011011 | 0 | 1100001 | 11111 | 1011 | 100111111 | 1011110 | 101110 |
Color Harmonies of #E2079B
Complementary color
Monochromatic Colors of #E2079B
Black with #E2079B
Text Example
Text Example
White with #E2079B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2079B; }
p { color: rgb(226,7,155); }
H1.HeaderClassName
{
color: #E2079B;
}
.AnyTagClassName
{
color: #E2079B;
}
</style>
background-color css
<style>
a { background-color: #E2079B; }
a { background-color: rgb(226,7,155); }
div.DivClassName
{
background-color: #E2079B;
}
.BgClassName
{
background-color: #E2079B;
}
</style>
border-color css
<style>
span { border-color: #E2079B; }
span { border-color: rgb(226,7,155); }
td.TdClassName
{
border-color: #E2079B;
}
.TagClassName
{
border-color: #E2079B;
}
</style>