Shades of Hollywood Cerise #E7129C
Tints of Hollywood Cerise #E7129C
RGB
CMYK
RGB Variations
Color information
#E7129C (or 0xE7129C) is known color: Hollywood Cerise. HEX triplet: E7, 12 and 9C. RGB value is (231,18,156). Sum of RGB (Red+Green+Blue) = 231+18+156=405 (53% of max value = 765). Red value is 231 (90.62% from 255 or 57.04% from 405); Green value is 18 (7.42% from 255 or 4.44% from 405); Blue value is 156 (61.33% from 255 or 38.52% from 405); Max value from RGB is 231 - color contains mainly: red. Hex color #E7129C is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E7129C is #18ED63. Grayscale: #616161. Windows color (decimal): -1633636 or 10228455. OLE color: 10228455.
HSL color Cylindrical-coordinate representation of color #E7129C: hue angle of 321.13º degrees, saturation: 0.86, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E7129C is Cyan = 0, Magento = 0.92, Yellow = 0.32 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 18 | 156 | - |
| CMYK | 0 | 0.92 | 0.32 | 0.09 |
| HSL | 321.13º | 0.86% | 0.49% | - |
| HSV(B) | 321.13º | 0.92% | 0.91% | - |
| XYZ | 39.17 | 19.82 | 33.21 | - |
| YUV | 97.42 | 161.07 | 223.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 18 | 156 | 0 | 0.92 | 0.32 | 0.09 | 321.13 | 0.86 | 0.49 |
| Hex | E7 | 12 | 9C | 0 | 5C | 20 | 9 | 141 | 56 | 31 |
| Octal | 347 | 22 | 234 | 0 | 134 | 40 | 11 | 501 | 126 | 61 |
| Binary | 11100111 | 10010 | 10011100 | 0 | 1011100 | 100000 | 1001 | 101000001 | 1010110 | 110001 |
Color Harmonies of #E7129C
Complementary color
Monochromatic Colors of #E7129C
Black with #E7129C
Text Example
Text Example
White with #E7129C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7129C; }
p { color: rgb(231,18,156); }
H1.HeaderClassName
{
color: #E7129C;
}
.AnyTagClassName
{
color: #E7129C;
}
</style>
background-color css
<style>
a { background-color: #E7129C; }
a { background-color: rgb(231,18,156); }
div.DivClassName
{
background-color: #E7129C;
}
.BgClassName
{
background-color: #E7129C;
}
</style>
border-color css
<style>
span { border-color: #E7129C; }
span { border-color: rgb(231,18,156); }
td.TdClassName
{
border-color: #E7129C;
}
.TagClassName
{
border-color: #E7129C;
}
</style>