Shades of Hollywood Cerise #E2078A
Tints of Hollywood Cerise #E2078A
RGB
CMYK
RGB Variations
Color information
#E2078A (or 0xE2078A) is known color: Hollywood Cerise. HEX triplet: E2, 07 and 8A. RGB value is (226,7,138). Sum of RGB (Red+Green+Blue) = 226+7+138=371 (49% of max value = 765). Red value is 226 (88.67% from 255 or 60.92% from 371); Green value is 7 (3.12% from 255 or 1.89% from 371); Blue value is 138 (54.30% from 255 or 37.20% from 371); Max value from RGB is 226 - color contains mainly: red. Hex color #E2078A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E2078A is #1DF875. Grayscale: #575757. Windows color (decimal): -1964150 or 9045986. OLE color: 9045986.
HSL color Cylindrical-coordinate representation of color #E2078A: hue angle of 324.11º 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 #E2078A is Cyan = 0, Magento = 0.97, Yellow = 0.39 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 7 | 138 | - |
| CMYK | 0 | 0.97 | 0.39 | 0.11 |
| HSL | 324.11º | 0.94% | 0.46% | - |
| HSV(B) | 324.11º | 0.97% | 0.89% | - |
| XYZ | 36.03 | 18.16 | 25.65 | - |
| YUV | 87.42 | 156.55 | 226.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 7 | 138 | 0 | 0.97 | 0.39 | 0.11 | 324.11 | 0.94 | 0.46 |
| Hex | E2 | 7 | 8A | 0 | 61 | 27 | B | 144 | 5E | 2E |
| Octal | 342 | 7 | 212 | 0 | 141 | 47 | 13 | 504 | 136 | 56 |
| Binary | 11100010 | 111 | 10001010 | 0 | 1100001 | 100111 | 1011 | 101000100 | 1011110 | 101110 |
Color Harmonies of #E2078A
Complementary color
Monochromatic Colors of #E2078A
Black with #E2078A
Text Example
Text Example
White with #E2078A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2078A; }
p { color: rgb(226,7,138); }
H1.HeaderClassName
{
color: #E2078A;
}
.AnyTagClassName
{
color: #E2078A;
}
</style>
background-color css
<style>
a { background-color: #E2078A; }
a { background-color: rgb(226,7,138); }
div.DivClassName
{
background-color: #E2078A;
}
.BgClassName
{
background-color: #E2078A;
}
</style>
border-color css
<style>
span { border-color: #E2078A; }
span { border-color: rgb(226,7,138); }
td.TdClassName
{
border-color: #E2078A;
}
.TagClassName
{
border-color: #E2078A;
}
</style>