Shades of Hollywood Cerise #E4079D
Tints of Hollywood Cerise #E4079D
RGB
CMYK
RGB Variations
Color information
#E4079D (or 0xE4079D) is known color: Hollywood Cerise. HEX triplet: E4, 07 and 9D. RGB value is (228,7,157). Sum of RGB (Red+Green+Blue) = 228+7+157=392 (51% of max value = 765). Red value is 228 (89.45% from 255 or 58.16% from 392); Green value is 7 (3.12% from 255 or 1.79% from 392); Blue value is 157 (61.72% from 255 or 40.05% from 392); Max value from RGB is 228 - color contains mainly: red. Hex color #E4079D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E4079D is #1BF862. Grayscale: #595959. Windows color (decimal): -1833059 or 10291172. OLE color: 10291172.
HSL color Cylindrical-coordinate representation of color #E4079D: hue angle of 319.28º 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 #E4079D is Cyan = 0, Magento = 0.97, Yellow = 0.31 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 7 | 157 | - |
| CMYK | 0 | 0.97 | 0.31 | 0.11 |
| HSL | 319.28º | 0.94% | 0.46% | - |
| HSV(B) | 319.28º | 0.97% | 0.89% | - |
| XYZ | 38.16 | 19.08 | 33.57 | - |
| YUV | 90.18 | 165.72 | 226.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 7 | 157 | 0 | 0.97 | 0.31 | 0.11 | 319.28 | 0.94 | 0.46 |
| Hex | E4 | 7 | 9D | 0 | 61 | 1F | B | 13F | 5E | 2E |
| Octal | 344 | 7 | 235 | 0 | 141 | 37 | 13 | 477 | 136 | 56 |
| Binary | 11100100 | 111 | 10011101 | 0 | 1100001 | 11111 | 1011 | 100111111 | 1011110 | 101110 |
Color Harmonies of #E4079D
Complementary color
Monochromatic Colors of #E4079D
Black with #E4079D
Text Example
Text Example
White with #E4079D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4079D; }
p { color: rgb(228,7,157); }
H1.HeaderClassName
{
color: #E4079D;
}
.AnyTagClassName
{
color: #E4079D;
}
</style>
background-color css
<style>
a { background-color: #E4079D; }
a { background-color: rgb(228,7,157); }
div.DivClassName
{
background-color: #E4079D;
}
.BgClassName
{
background-color: #E4079D;
}
</style>
border-color css
<style>
span { border-color: #E4079D; }
span { border-color: rgb(228,7,157); }
td.TdClassName
{
border-color: #E4079D;
}
.TagClassName
{
border-color: #E4079D;
}
</style>