Shades of Hollywood Cerise #E7129B
Tints of Hollywood Cerise #E7129B
RGB
CMYK
RGB Variations
Color information
#E7129B (or 0xE7129B) is known color: Hollywood Cerise. HEX triplet: E7, 12 and 9B. RGB value is (231,18,155). Sum of RGB (Red+Green+Blue) = 231+18+155=404 (53% of max value = 765). Red value is 231 (90.62% from 255 or 57.18% from 404); Green value is 18 (7.42% from 255 or 4.46% from 404); Blue value is 155 (60.94% from 255 or 38.37% from 404); Max value from RGB is 231 - color contains mainly: red. Hex color #E7129B is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E7129B is #18ED64. Grayscale: #606060. Windows color (decimal): -1633637 or 10162919. OLE color: 10162919.
HSL color Cylindrical-coordinate representation of color #E7129B: hue angle of 321.41º 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 #E7129B is Cyan = 0, Magento = 0.92, Yellow = 0.33 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 18 | 155 | - |
| CMYK | 0 | 0.92 | 0.33 | 0.09 |
| HSL | 321.41º | 0.86% | 0.49% | - |
| HSV(B) | 321.41º | 0.92% | 0.91% | - |
| XYZ | 39.09 | 19.79 | 32.77 | - |
| YUV | 97.31 | 160.57 | 223.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 18 | 155 | 0 | 0.92 | 0.33 | 0.09 | 321.41 | 0.86 | 0.49 |
| Hex | E7 | 12 | 9B | 0 | 5C | 21 | 9 | 141 | 56 | 31 |
| Octal | 347 | 22 | 233 | 0 | 134 | 41 | 11 | 501 | 126 | 61 |
| Binary | 11100111 | 10010 | 10011011 | 0 | 1011100 | 100001 | 1001 | 101000001 | 1010110 | 110001 |
Color Harmonies of #E7129B
Complementary color
Monochromatic Colors of #E7129B
Black with #E7129B
Text Example
Text Example
White with #E7129B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7129B; }
p { color: rgb(231,18,155); }
H1.HeaderClassName
{
color: #E7129B;
}
.AnyTagClassName
{
color: #E7129B;
}
</style>
background-color css
<style>
a { background-color: #E7129B; }
a { background-color: rgb(231,18,155); }
div.DivClassName
{
background-color: #E7129B;
}
.BgClassName
{
background-color: #E7129B;
}
</style>
border-color css
<style>
span { border-color: #E7129B; }
span { border-color: rgb(231,18,155); }
td.TdClassName
{
border-color: #E7129B;
}
.TagClassName
{
border-color: #E7129B;
}
</style>