Shades of Hollywood Cerise #E5079F
Tints of Hollywood Cerise #E5079F
RGB
CMYK
RGB Variations
Color information
#E5079F (or 0xE5079F) is known color: Hollywood Cerise. HEX triplet: E5, 07 and 9F. RGB value is (229,7,159). Sum of RGB (Red+Green+Blue) = 229+7+159=395 (52% of max value = 765). Red value is 229 (89.84% from 255 or 57.97% from 395); Green value is 7 (3.12% from 255 or 1.77% from 395); Blue value is 159 (62.5% from 255 or 40.25% from 395); Max value from RGB is 229 - color contains mainly: red. Hex color #E5079F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E5079F is #1AF860. Grayscale: #5A5A5A. Windows color (decimal): -1767521 or 10422245. OLE color: 10422245.
HSL color Cylindrical-coordinate representation of color #E5079F: hue angle of 318.92º degrees, saturation: 0.94, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E5079F is Cyan = 0, Magento = 0.97, Yellow = 0.31 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 7 | 159 | - |
| CMYK | 0 | 0.97 | 0.31 | 0.10 |
| HSL | 318.92º | 0.94% | 0.46% | - |
| HSV(B) | 318.92º | 0.97% | 0.9% | - |
| XYZ | 38.65 | 19.31 | 34.49 | - |
| YUV | 90.71 | 166.55 | 226.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 7 | 159 | 0 | 0.97 | 0.31 | 0.10 | 318.92 | 0.94 | 0.46 |
| Hex | E5 | 7 | 9F | 0 | 61 | 1F | A | 13F | 5E | 2E |
| Octal | 345 | 7 | 237 | 0 | 141 | 37 | 12 | 477 | 136 | 56 |
| Binary | 11100101 | 111 | 10011111 | 0 | 1100001 | 11111 | 1010 | 100111111 | 1011110 | 101110 |
Color Harmonies of #E5079F
Complementary color
Monochromatic Colors of #E5079F
Black with #E5079F
Text Example
Text Example
White with #E5079F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5079F; }
p { color: rgb(229,7,159); }
H1.HeaderClassName
{
color: #E5079F;
}
.AnyTagClassName
{
color: #E5079F;
}
</style>
background-color css
<style>
a { background-color: #E5079F; }
a { background-color: rgb(229,7,159); }
div.DivClassName
{
background-color: #E5079F;
}
.BgClassName
{
background-color: #E5079F;
}
</style>
border-color css
<style>
span { border-color: #E5079F; }
span { border-color: rgb(229,7,159); }
td.TdClassName
{
border-color: #E5079F;
}
.TagClassName
{
border-color: #E5079F;
}
</style>