Shades of Hollywood Cerise #E7149B
Tints of Hollywood Cerise #E7149B
RGB
CMYK
RGB Variations
Color information
#E7149B (or 0xE7149B) is known color: Hollywood Cerise. HEX triplet: E7, 14 and 9B. RGB value is (231,20,155). Sum of RGB (Red+Green+Blue) = 231+20+155=406 (53% of max value = 765). Red value is 231 (90.62% from 255 or 56.90% from 406); Green value is 20 (8.20% from 255 or 4.93% from 406); Blue value is 155 (60.94% from 255 or 38.18% from 406); Max value from RGB is 231 - color contains mainly: red. Hex color #E7149B is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E7149B is #18EB64. Grayscale: #626262. Windows color (decimal): -1633125 or 10163431. OLE color: 10163431.
HSL color Cylindrical-coordinate representation of color #E7149B: hue angle of 321.61º 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 #E7149B is Cyan = 0, Magento = 0.91, Yellow = 0.33 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 20 | 155 | - |
| CMYK | 0 | 0.91 | 0.33 | 0.09 |
| HSL | 321.61º | 0.84% | 0.49% | - |
| HSV(B) | 321.61º | 0.91% | 0.91% | - |
| XYZ | 39.12 | 19.86 | 32.78 | - |
| YUV | 98.48 | 159.9 | 222.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 20 | 155 | 0 | 0.91 | 0.33 | 0.09 | 321.61 | 0.84 | 0.49 |
| Hex | E7 | 14 | 9B | 0 | 5B | 21 | 9 | 142 | 54 | 31 |
| Octal | 347 | 24 | 233 | 0 | 133 | 41 | 11 | 502 | 124 | 61 |
| Binary | 11100111 | 10100 | 10011011 | 0 | 1011011 | 100001 | 1001 | 101000010 | 1010100 | 110001 |
Color Harmonies of #E7149B
Complementary color
Monochromatic Colors of #E7149B
Black with #E7149B
Text Example
Text Example
White with #E7149B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7149B; }
p { color: rgb(231,20,155); }
H1.HeaderClassName
{
color: #E7149B;
}
.AnyTagClassName
{
color: #E7149B;
}
</style>
background-color css
<style>
a { background-color: #E7149B; }
a { background-color: rgb(231,20,155); }
div.DivClassName
{
background-color: #E7149B;
}
.BgClassName
{
background-color: #E7149B;
}
</style>
border-color css
<style>
span { border-color: #E7149B; }
span { border-color: rgb(231,20,155); }
td.TdClassName
{
border-color: #E7149B;
}
.TagClassName
{
border-color: #E7149B;
}
</style>