Shades of Hollywood Cerise #E2078E
Tints of Hollywood Cerise #E2078E
RGB
CMYK
RGB Variations
Color information
#E2078E (or 0xE2078E) is known color: Hollywood Cerise. HEX triplet: E2, 07 and 8E. RGB value is (226,7,142). Sum of RGB (Red+Green+Blue) = 226+7+142=375 (49% of max value = 765). Red value is 226 (88.67% from 255 or 60.27% from 375); Green value is 7 (3.12% from 255 or 1.87% from 375); Blue value is 142 (55.86% from 255 or 37.87% from 375); Max value from RGB is 226 - color contains mainly: red. Hex color #E2078E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E2078E is #1DF871. Grayscale: #575757. Windows color (decimal): -1964146 or 9308130. OLE color: 9308130.
HSL color Cylindrical-coordinate representation of color #E2078E: hue angle of 323.01º 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 #E2078E is Cyan = 0, Magento = 0.97, Yellow = 0.37 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 7 | 142 | - |
| CMYK | 0 | 0.97 | 0.37 | 0.11 |
| HSL | 323.01º | 0.94% | 0.46% | - |
| HSV(B) | 323.01º | 0.97% | 0.89% | - |
| XYZ | 36.32 | 18.27 | 27.2 | - |
| YUV | 87.87 | 158.55 | 226.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 7 | 142 | 0 | 0.97 | 0.37 | 0.11 | 323.01 | 0.94 | 0.46 |
| Hex | E2 | 7 | 8E | 0 | 61 | 25 | B | 143 | 5E | 2E |
| Octal | 342 | 7 | 216 | 0 | 141 | 45 | 13 | 503 | 136 | 56 |
| Binary | 11100010 | 111 | 10001110 | 0 | 1100001 | 100101 | 1011 | 101000011 | 1011110 | 101110 |
Color Harmonies of #E2078E
Complementary color
Monochromatic Colors of #E2078E
Black with #E2078E
Text Example
Text Example
White with #E2078E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2078E; }
p { color: rgb(226,7,142); }
H1.HeaderClassName
{
color: #E2078E;
}
.AnyTagClassName
{
color: #E2078E;
}
</style>
background-color css
<style>
a { background-color: #E2078E; }
a { background-color: rgb(226,7,142); }
div.DivClassName
{
background-color: #E2078E;
}
.BgClassName
{
background-color: #E2078E;
}
</style>
border-color css
<style>
span { border-color: #E2078E; }
span { border-color: rgb(226,7,142); }
td.TdClassName
{
border-color: #E2078E;
}
.TagClassName
{
border-color: #E2078E;
}
</style>