Shades of Hollywood Cerise #E5129C
Tints of Hollywood Cerise #E5129C
RGB
CMYK
RGB Variations
Color information
#E5129C (or 0xE5129C) is known color: Hollywood Cerise. HEX triplet: E5, 12 and 9C. RGB value is (229,18,156). Sum of RGB (Red+Green+Blue) = 229+18+156=403 (53% of max value = 765). Red value is 229 (89.84% from 255 or 56.82% from 403); Green value is 18 (7.42% from 255 or 4.47% from 403); Blue value is 156 (61.33% from 255 or 38.71% from 403); Max value from RGB is 229 - color contains mainly: red. Hex color #E5129C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E5129C is #1AED63. Grayscale: #606060. Windows color (decimal): -1764708 or 10228453. OLE color: 10228453.
HSL color Cylindrical-coordinate representation of color #E5129C: hue angle of 320.76º 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 #E5129C is Cyan = 0, Magento = 0.92, Yellow = 0.32 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 18 | 156 | - |
| CMYK | 0 | 0.92 | 0.32 | 0.10 |
| HSL | 320.76º | 0.85% | 0.48% | - |
| HSV(B) | 320.76º | 0.92% | 0.9% | - |
| XYZ | 38.53 | 19.49 | 33.18 | - |
| YUV | 96.82 | 161.4 | 222.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 18 | 156 | 0 | 0.92 | 0.32 | 0.10 | 320.76 | 0.85 | 0.48 |
| Hex | E5 | 12 | 9C | 0 | 5C | 20 | A | 141 | 55 | 30 |
| Octal | 345 | 22 | 234 | 0 | 134 | 40 | 12 | 501 | 125 | 60 |
| Binary | 11100101 | 10010 | 10011100 | 0 | 1011100 | 100000 | 1010 | 101000001 | 1010101 | 110000 |
Color Harmonies of #E5129C
Complementary color
Monochromatic Colors of #E5129C
Black with #E5129C
Text Example
Text Example
White with #E5129C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5129C; }
p { color: rgb(229,18,156); }
H1.HeaderClassName
{
color: #E5129C;
}
.AnyTagClassName
{
color: #E5129C;
}
</style>
background-color css
<style>
a { background-color: #E5129C; }
a { background-color: rgb(229,18,156); }
div.DivClassName
{
background-color: #E5129C;
}
.BgClassName
{
background-color: #E5129C;
}
</style>
border-color css
<style>
span { border-color: #E5129C; }
span { border-color: rgb(229,18,156); }
td.TdClassName
{
border-color: #E5129C;
}
.TagClassName
{
border-color: #E5129C;
}
</style>