Shades of Hollywood Cerise #E2078B
Tints of Hollywood Cerise #E2078B
RGB
CMYK
RGB Variations
Color information
#E2078B (or 0xE2078B) is known color: Hollywood Cerise. HEX triplet: E2, 07 and 8B. RGB value is (226,7,139). Sum of RGB (Red+Green+Blue) = 226+7+139=372 (49% of max value = 765). Red value is 226 (88.67% from 255 or 60.75% from 372); Green value is 7 (3.12% from 255 or 1.88% from 372); Blue value is 139 (54.69% from 255 or 37.37% from 372); Max value from RGB is 226 - color contains mainly: red. Hex color #E2078B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E2078B is #1DF874. Grayscale: #575757. Windows color (decimal): -1964149 or 9111522. OLE color: 9111522.
HSL color Cylindrical-coordinate representation of color #E2078B: hue angle of 323.84º 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 #E2078B is Cyan = 0, Magento = 0.97, Yellow = 0.38 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 7 | 139 | - |
| CMYK | 0 | 0.97 | 0.38 | 0.11 |
| HSL | 323.84º | 0.94% | 0.46% | - |
| HSV(B) | 323.84º | 0.97% | 0.89% | - |
| XYZ | 36.1 | 18.18 | 26.03 | - |
| YUV | 87.53 | 157.05 | 226.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 7 | 139 | 0 | 0.97 | 0.38 | 0.11 | 323.84 | 0.94 | 0.46 |
| Hex | E2 | 7 | 8B | 0 | 61 | 26 | B | 144 | 5E | 2E |
| Octal | 342 | 7 | 213 | 0 | 141 | 46 | 13 | 504 | 136 | 56 |
| Binary | 11100010 | 111 | 10001011 | 0 | 1100001 | 100110 | 1011 | 101000100 | 1011110 | 101110 |
Color Harmonies of #E2078B
Complementary color
Monochromatic Colors of #E2078B
Black with #E2078B
Text Example
Text Example
White with #E2078B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2078B; }
p { color: rgb(226,7,139); }
H1.HeaderClassName
{
color: #E2078B;
}
.AnyTagClassName
{
color: #E2078B;
}
</style>
background-color css
<style>
a { background-color: #E2078B; }
a { background-color: rgb(226,7,139); }
div.DivClassName
{
background-color: #E2078B;
}
.BgClassName
{
background-color: #E2078B;
}
</style>
border-color css
<style>
span { border-color: #E2078B; }
span { border-color: rgb(226,7,139); }
td.TdClassName
{
border-color: #E2078B;
}
.TagClassName
{
border-color: #E2078B;
}
</style>