Shades of Hollywood Cerise #E5079A
Tints of Hollywood Cerise #E5079A
RGB
CMYK
RGB Variations
Color information
#E5079A (or 0xE5079A) is known color: Hollywood Cerise. HEX triplet: E5, 07 and 9A. RGB value is (229,7,154). Sum of RGB (Red+Green+Blue) = 229+7+154=390 (51% of max value = 765). Red value is 229 (89.84% from 255 or 58.72% from 390); Green value is 7 (3.12% from 255 or 1.79% from 390); Blue value is 154 (60.55% from 255 or 39.49% from 390); Max value from RGB is 229 - color contains mainly: red. Hex color #E5079A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E5079A is #1AF865. Grayscale: #595959. Windows color (decimal): -1767526 or 10094565. OLE color: 10094565.
HSL color Cylindrical-coordinate representation of color #E5079A: hue angle of 320.27º 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 #E5079A is Cyan = 0, Magento = 0.97, Yellow = 0.33 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 7 | 154 | - |
| CMYK | 0 | 0.97 | 0.33 | 0.10 |
| HSL | 320.27º | 0.94% | 0.46% | - |
| HSV(B) | 320.27º | 0.97% | 0.9% | - |
| XYZ | 38.22 | 19.14 | 32.25 | - |
| YUV | 90.14 | 164.05 | 227.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 7 | 154 | 0 | 0.97 | 0.33 | 0.10 | 320.27 | 0.94 | 0.46 |
| Hex | E5 | 7 | 9A | 0 | 61 | 21 | A | 140 | 5E | 2E |
| Octal | 345 | 7 | 232 | 0 | 141 | 41 | 12 | 500 | 136 | 56 |
| Binary | 11100101 | 111 | 10011010 | 0 | 1100001 | 100001 | 1010 | 101000000 | 1011110 | 101110 |
Color Harmonies of #E5079A
Complementary color
Monochromatic Colors of #E5079A
Black with #E5079A
Text Example
Text Example
White with #E5079A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5079A; }
p { color: rgb(229,7,154); }
H1.HeaderClassName
{
color: #E5079A;
}
.AnyTagClassName
{
color: #E5079A;
}
</style>
background-color css
<style>
a { background-color: #E5079A; }
a { background-color: rgb(229,7,154); }
div.DivClassName
{
background-color: #E5079A;
}
.BgClassName
{
background-color: #E5079A;
}
</style>
border-color css
<style>
span { border-color: #E5079A; }
span { border-color: rgb(229,7,154); }
td.TdClassName
{
border-color: #E5079A;
}
.TagClassName
{
border-color: #E5079A;
}
</style>