Shades of Hollywood Cerise #E5129F
Tints of Hollywood Cerise #E5129F
RGB
CMYK
RGB Variations
Color information
#E5129F (or 0xE5129F) is known color: Hollywood Cerise. HEX triplet: E5, 12 and 9F. RGB value is (229,18,159). Sum of RGB (Red+Green+Blue) = 229+18+159=406 (53% of max value = 765). Red value is 229 (89.84% from 255 or 56.40% from 406); Green value is 18 (7.42% from 255 or 4.43% from 406); Blue value is 159 (62.5% from 255 or 39.16% from 406); Max value from RGB is 229 - color contains mainly: red. Hex color #E5129F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E5129F is #1AED60. Grayscale: #606060. Windows color (decimal): -1764705 or 10425061. OLE color: 10425061.
HSL color Cylindrical-coordinate representation of color #E5129F: hue angle of 319.91º degrees, saturation: 0.85, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E5129F is Cyan = 0, Magento = 0.92, Yellow = 0.31 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 18 | 159 | - |
| CMYK | 0 | 0.92 | 0.31 | 0.10 |
| HSL | 319.91º | 0.85% | 0.48% | - |
| HSV(B) | 319.91º | 0.92% | 0.9% | - |
| XYZ | 38.79 | 19.59 | 34.54 | - |
| YUV | 97.16 | 162.9 | 222.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 18 | 159 | 0 | 0.92 | 0.31 | 0.10 | 319.91 | 0.85 | 0.48 |
| Hex | E5 | 12 | 9F | 0 | 5C | 1F | A | 140 | 55 | 30 |
| Octal | 345 | 22 | 237 | 0 | 134 | 37 | 12 | 500 | 125 | 60 |
| Binary | 11100101 | 10010 | 10011111 | 0 | 1011100 | 11111 | 1010 | 101000000 | 1010101 | 110000 |
Color Harmonies of #E5129F
Complementary color
Monochromatic Colors of #E5129F
Black with #E5129F
Text Example
Text Example
White with #E5129F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5129F; }
p { color: rgb(229,18,159); }
H1.HeaderClassName
{
color: #E5129F;
}
.AnyTagClassName
{
color: #E5129F;
}
</style>
background-color css
<style>
a { background-color: #E5129F; }
a { background-color: rgb(229,18,159); }
div.DivClassName
{
background-color: #E5129F;
}
.BgClassName
{
background-color: #E5129F;
}
</style>
border-color css
<style>
span { border-color: #E5129F; }
span { border-color: rgb(229,18,159); }
td.TdClassName
{
border-color: #E5129F;
}
.TagClassName
{
border-color: #E5129F;
}
</style>