Shades of Hollywood Cerise #E1179B
Tints of Hollywood Cerise #E1179B
RGB
CMYK
RGB Variations
Color information
#E1179B (or 0xE1179B) is known color: Hollywood Cerise. HEX triplet: E1, 17 and 9B. RGB value is (225,23,155). Sum of RGB (Red+Green+Blue) = 225+23+155=403 (53% of max value = 765). Red value is 225 (88.28% from 255 or 55.83% from 403); Green value is 23 (9.38% from 255 or 5.71% from 403); Blue value is 155 (60.94% from 255 or 38.46% from 403); Max value from RGB is 225 - color contains mainly: red. Hex color #E1179B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E1179B is #1EE864. Grayscale: #626262. Windows color (decimal): -2025573 or 10164193. OLE color: 10164193.
HSL color Cylindrical-coordinate representation of color #E1179B: hue angle of 320.79º degrees, saturation: 0.81, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E1179B is Cyan = 0, Magento = 0.90, Yellow = 0.31 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 23 | 155 | - |
| CMYK | 0 | 0.90 | 0.31 | 0.12 |
| HSL | 320.79º | 0.81% | 0.49% | - |
| HSV(B) | 320.79º | 0.9% | 0.88% | - |
| XYZ | 37.27 | 18.99 | 32.71 | - |
| YUV | 98.45 | 159.92 | 218.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 23 | 155 | 0 | 0.90 | 0.31 | 0.12 | 320.79 | 0.81 | 0.49 |
| Hex | E1 | 17 | 9B | 0 | 5A | 1F | C | 141 | 51 | 31 |
| Octal | 341 | 27 | 233 | 0 | 132 | 37 | 14 | 501 | 121 | 61 |
| Binary | 11100001 | 10111 | 10011011 | 0 | 1011010 | 11111 | 1100 | 101000001 | 1010001 | 110001 |
Color Harmonies of #E1179B
Complementary color
Monochromatic Colors of #E1179B
Black with #E1179B
Text Example
Text Example
White with #E1179B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1179B; }
p { color: rgb(225,23,155); }
H1.HeaderClassName
{
color: #E1179B;
}
.AnyTagClassName
{
color: #E1179B;
}
</style>
background-color css
<style>
a { background-color: #E1179B; }
a { background-color: rgb(225,23,155); }
div.DivClassName
{
background-color: #E1179B;
}
.BgClassName
{
background-color: #E1179B;
}
</style>
border-color css
<style>
span { border-color: #E1179B; }
span { border-color: rgb(225,23,155); }
td.TdClassName
{
border-color: #E1179B;
}
.TagClassName
{
border-color: #E1179B;
}
</style>