Shades of Hollywood Cerise #E1179D
Tints of Hollywood Cerise #E1179D
RGB
CMYK
RGB Variations
Color information
#E1179D (or 0xE1179D) is known color: Hollywood Cerise. HEX triplet: E1, 17 and 9D. RGB value is (225,23,157). Sum of RGB (Red+Green+Blue) = 225+23+157=405 (53% of max value = 765). Red value is 225 (88.28% from 255 or 55.56% from 405); Green value is 23 (9.38% from 255 or 5.68% from 405); Blue value is 157 (61.72% from 255 or 38.77% from 405); Max value from RGB is 225 - color contains mainly: red. Hex color #E1179D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E1179D is #1EE862. Grayscale: #626262. Windows color (decimal): -2025571 or 10295265. OLE color: 10295265.
HSL color Cylindrical-coordinate representation of color #E1179D: hue angle of 320.2º 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 #E1179D is Cyan = 0, Magento = 0.90, Yellow = 0.30 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 23 | 157 | - |
| CMYK | 0 | 0.90 | 0.30 | 0.12 |
| HSL | 320.2º | 0.81% | 0.49% | - |
| HSV(B) | 320.2º | 0.9% | 0.88% | - |
| XYZ | 37.44 | 19.05 | 33.6 | - |
| YUV | 98.67 | 160.92 | 218.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 23 | 157 | 0 | 0.90 | 0.30 | 0.12 | 320.2 | 0.81 | 0.49 |
| Hex | E1 | 17 | 9D | 0 | 5A | 1E | C | 140 | 51 | 31 |
| Octal | 341 | 27 | 235 | 0 | 132 | 36 | 14 | 500 | 121 | 61 |
| Binary | 11100001 | 10111 | 10011101 | 0 | 1011010 | 11110 | 1100 | 101000000 | 1010001 | 110001 |
Color Harmonies of #E1179D
Complementary color
Monochromatic Colors of #E1179D
Black with #E1179D
Text Example
Text Example
White with #E1179D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1179D; }
p { color: rgb(225,23,157); }
H1.HeaderClassName
{
color: #E1179D;
}
.AnyTagClassName
{
color: #E1179D;
}
</style>
background-color css
<style>
a { background-color: #E1179D; }
a { background-color: rgb(225,23,157); }
div.DivClassName
{
background-color: #E1179D;
}
.BgClassName
{
background-color: #E1179D;
}
</style>
border-color css
<style>
span { border-color: #E1179D; }
span { border-color: rgb(225,23,157); }
td.TdClassName
{
border-color: #E1179D;
}
.TagClassName
{
border-color: #E1179D;
}
</style>