Shades of Hollywood Cerise #E7149E
Tints of Hollywood Cerise #E7149E
RGB
CMYK
RGB Variations
Color information
#E7149E (or 0xE7149E) is known color: Hollywood Cerise. HEX triplet: E7, 14 and 9E. RGB value is (231,20,158). Sum of RGB (Red+Green+Blue) = 231+20+158=409 (54% of max value = 765). Red value is 231 (90.62% from 255 or 56.48% from 409); Green value is 20 (8.20% from 255 or 4.89% from 409); Blue value is 158 (62.11% from 255 or 38.63% from 409); Max value from RGB is 231 - color contains mainly: red. Hex color #E7149E is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E7149E is #18EB61. Grayscale: #626262. Windows color (decimal): -1633122 or 10360039. OLE color: 10360039.
HSL color Cylindrical-coordinate representation of color #E7149E: hue angle of 320.76º degrees, saturation: 0.84, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E7149E is Cyan = 0, Magento = 0.91, Yellow = 0.32 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 20 | 158 | - |
| CMYK | 0 | 0.91 | 0.32 | 0.09 |
| HSL | 320.76º | 0.84% | 0.49% | - |
| HSV(B) | 320.76º | 0.91% | 0.91% | - |
| XYZ | 39.38 | 19.96 | 34.12 | - |
| YUV | 98.82 | 161.4 | 222.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 20 | 158 | 0 | 0.91 | 0.32 | 0.09 | 320.76 | 0.84 | 0.49 |
| Hex | E7 | 14 | 9E | 0 | 5B | 20 | 9 | 141 | 54 | 31 |
| Octal | 347 | 24 | 236 | 0 | 133 | 40 | 11 | 501 | 124 | 61 |
| Binary | 11100111 | 10100 | 10011110 | 0 | 1011011 | 100000 | 1001 | 101000001 | 1010100 | 110001 |
Color Harmonies of #E7149E
Complementary color
Monochromatic Colors of #E7149E
Black with #E7149E
Text Example
Text Example
White with #E7149E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7149E; }
p { color: rgb(231,20,158); }
H1.HeaderClassName
{
color: #E7149E;
}
.AnyTagClassName
{
color: #E7149E;
}
</style>
background-color css
<style>
a { background-color: #E7149E; }
a { background-color: rgb(231,20,158); }
div.DivClassName
{
background-color: #E7149E;
}
.BgClassName
{
background-color: #E7149E;
}
</style>
border-color css
<style>
span { border-color: #E7149E; }
span { border-color: rgb(231,20,158); }
td.TdClassName
{
border-color: #E7149E;
}
.TagClassName
{
border-color: #E7149E;
}
</style>