Shades of Hollywood Cerise #E7139E
Tints of Hollywood Cerise #E7139E
RGB
CMYK
RGB Variations
Color information
#E7139E (or 0xE7139E) is known color: Hollywood Cerise. HEX triplet: E7, 13 and 9E. RGB value is (231,19,158). Sum of RGB (Red+Green+Blue) = 231+19+158=408 (54% of max value = 765). Red value is 231 (90.62% from 255 or 56.62% from 408); Green value is 19 (7.81% from 255 or 4.66% from 408); Blue value is 158 (62.11% from 255 or 38.73% from 408); Max value from RGB is 231 - color contains mainly: red. Hex color #E7139E is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E7139E is #18EC61. Grayscale: #616161. Windows color (decimal): -1633378 or 10359783. OLE color: 10359783.
HSL color Cylindrical-coordinate representation of color #E7139E: hue angle of 320.66º degrees, saturation: 0.85, 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 #E7139E is Cyan = 0, Magento = 0.92, Yellow = 0.32 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 19 | 158 | - |
| CMYK | 0 | 0.92 | 0.32 | 0.09 |
| HSL | 320.66º | 0.85% | 0.49% | - |
| HSV(B) | 320.66º | 0.92% | 0.91% | - |
| XYZ | 39.36 | 19.92 | 34.12 | - |
| YUV | 98.23 | 161.74 | 222.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 19 | 158 | 0 | 0.92 | 0.32 | 0.09 | 320.66 | 0.85 | 0.49 |
| Hex | E7 | 13 | 9E | 0 | 5C | 20 | 9 | 141 | 55 | 31 |
| Octal | 347 | 23 | 236 | 0 | 134 | 40 | 11 | 501 | 125 | 61 |
| Binary | 11100111 | 10011 | 10011110 | 0 | 1011100 | 100000 | 1001 | 101000001 | 1010101 | 110001 |
Color Harmonies of #E7139E
Complementary color
Monochromatic Colors of #E7139E
Black with #E7139E
Text Example
Text Example
White with #E7139E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7139E; }
p { color: rgb(231,19,158); }
H1.HeaderClassName
{
color: #E7139E;
}
.AnyTagClassName
{
color: #E7139E;
}
</style>
background-color css
<style>
a { background-color: #E7139E; }
a { background-color: rgb(231,19,158); }
div.DivClassName
{
background-color: #E7139E;
}
.BgClassName
{
background-color: #E7139E;
}
</style>
border-color css
<style>
span { border-color: #E7139E; }
span { border-color: rgb(231,19,158); }
td.TdClassName
{
border-color: #E7139E;
}
.TagClassName
{
border-color: #E7139E;
}
</style>