Shades of Hollywood Cerise #E1129E
Tints of Hollywood Cerise #E1129E
RGB
CMYK
RGB Variations
Color information
#E1129E (or 0xE1129E) is known color: Hollywood Cerise. HEX triplet: E1, 12 and 9E. RGB value is (225,18,158). Sum of RGB (Red+Green+Blue) = 225+18+158=401 (53% of max value = 765). Red value is 225 (88.28% from 255 or 56.11% from 401); Green value is 18 (7.42% from 255 or 4.49% from 401); Blue value is 158 (62.11% from 255 or 39.40% from 401); Max value from RGB is 225 - color contains mainly: red. Hex color #E1129E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E1129E is #1EED61. Grayscale: #5F5F5F. Windows color (decimal): -2026850 or 10359521. OLE color: 10359521.
HSL color Cylindrical-coordinate representation of color #E1129E: hue angle of 319.42º degrees, saturation: 0.85, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E1129E is Cyan = 0, Magento = 0.92, Yellow = 0.30 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 18 | 158 | - |
| CMYK | 0 | 0.92 | 0.30 | 0.12 |
| HSL | 319.42º | 0.85% | 0.48% | - |
| HSV(B) | 319.42º | 0.92% | 0.88% | - |
| XYZ | 37.44 | 18.91 | 34.02 | - |
| YUV | 95.85 | 163.08 | 220.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 18 | 158 | 0 | 0.92 | 0.30 | 0.12 | 319.42 | 0.85 | 0.48 |
| Hex | E1 | 12 | 9E | 0 | 5C | 1E | C | 13F | 55 | 30 |
| Octal | 341 | 22 | 236 | 0 | 134 | 36 | 14 | 477 | 125 | 60 |
| Binary | 11100001 | 10010 | 10011110 | 0 | 1011100 | 11110 | 1100 | 100111111 | 1010101 | 110000 |
Color Harmonies of #E1129E
Complementary color
Monochromatic Colors of #E1129E
Black with #E1129E
Text Example
Text Example
White with #E1129E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1129E; }
p { color: rgb(225,18,158); }
H1.HeaderClassName
{
color: #E1129E;
}
.AnyTagClassName
{
color: #E1129E;
}
</style>
background-color css
<style>
a { background-color: #E1129E; }
a { background-color: rgb(225,18,158); }
div.DivClassName
{
background-color: #E1129E;
}
.BgClassName
{
background-color: #E1129E;
}
</style>
border-color css
<style>
span { border-color: #E1129E; }
span { border-color: rgb(225,18,158); }
td.TdClassName
{
border-color: #E1129E;
}
.TagClassName
{
border-color: #E1129E;
}
</style>