Shades of Hollywood Cerise #E1129B
Tints of Hollywood Cerise #E1129B
RGB
CMYK
RGB Variations
Color information
#E1129B (or 0xE1129B) is known color: Hollywood Cerise. HEX triplet: E1, 12 and 9B. RGB value is (225,18,155). Sum of RGB (Red+Green+Blue) = 225+18+155=398 (52% of max value = 765). Red value is 225 (88.28% from 255 or 56.53% from 398); Green value is 18 (7.42% from 255 or 4.52% from 398); Blue value is 155 (60.94% from 255 or 38.94% from 398); Max value from RGB is 225 - color contains mainly: red. Hex color #E1129B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E1129B is #1EED64. Grayscale: #5F5F5F. Windows color (decimal): -2026853 or 10162913. OLE color: 10162913.
HSL color Cylindrical-coordinate representation of color #E1129B: hue angle of 320.29º 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 #E1129B is Cyan = 0, Magento = 0.92, Yellow = 0.31 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 18 | 155 | - |
| CMYK | 0 | 0.92 | 0.31 | 0.12 |
| HSL | 320.29º | 0.85% | 0.48% | - |
| HSV(B) | 320.29º | 0.92% | 0.88% | - |
| XYZ | 37.18 | 18.81 | 32.68 | - |
| YUV | 95.51 | 161.58 | 220.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 18 | 155 | 0 | 0.92 | 0.31 | 0.12 | 320.29 | 0.85 | 0.48 |
| Hex | E1 | 12 | 9B | 0 | 5C | 1F | C | 140 | 55 | 30 |
| Octal | 341 | 22 | 233 | 0 | 134 | 37 | 14 | 500 | 125 | 60 |
| Binary | 11100001 | 10010 | 10011011 | 0 | 1011100 | 11111 | 1100 | 101000000 | 1010101 | 110000 |
Color Harmonies of #E1129B
Complementary color
Monochromatic Colors of #E1129B
Black with #E1129B
Text Example
Text Example
White with #E1129B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1129B; }
p { color: rgb(225,18,155); }
H1.HeaderClassName
{
color: #E1129B;
}
.AnyTagClassName
{
color: #E1129B;
}
</style>
background-color css
<style>
a { background-color: #E1129B; }
a { background-color: rgb(225,18,155); }
div.DivClassName
{
background-color: #E1129B;
}
.BgClassName
{
background-color: #E1129B;
}
</style>
border-color css
<style>
span { border-color: #E1129B; }
span { border-color: rgb(225,18,155); }
td.TdClassName
{
border-color: #E1129B;
}
.TagClassName
{
border-color: #E1129B;
}
</style>