Shades of Hollywood Cerise #E1159D
Tints of Hollywood Cerise #E1159D
RGB
CMYK
RGB Variations
Color information
#E1159D (or 0xE1159D) is known color: Hollywood Cerise. HEX triplet: E1, 15 and 9D. RGB value is (225,21,157). Sum of RGB (Red+Green+Blue) = 225+21+157=403 (53% of max value = 765). Red value is 225 (88.28% from 255 or 55.83% from 403); Green value is 21 (8.59% from 255 or 5.21% from 403); Blue value is 157 (61.72% from 255 or 38.96% from 403); Max value from RGB is 225 - color contains mainly: red. Hex color #E1159D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E1159D is #1EEA62. Grayscale: #616161. Windows color (decimal): -2026083 or 10294753. OLE color: 10294753.
HSL color Cylindrical-coordinate representation of color #E1159D: hue angle of 320º degrees, saturation: 0.83, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E1159D is Cyan = 0, Magento = 0.91, Yellow = 0.30 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 21 | 157 | - |
| CMYK | 0 | 0.91 | 0.30 | 0.12 |
| HSL | 320º | 0.83% | 0.48% | - |
| HSV(B) | 320º | 0.91% | 0.88% | - |
| XYZ | 37.41 | 18.98 | 33.59 | - |
| YUV | 97.5 | 161.59 | 218.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 21 | 157 | 0 | 0.91 | 0.30 | 0.12 | 320 | 0.83 | 0.48 |
| Hex | E1 | 15 | 9D | 0 | 5B | 1E | C | 140 | 53 | 30 |
| Octal | 341 | 25 | 235 | 0 | 133 | 36 | 14 | 500 | 123 | 60 |
| Binary | 11100001 | 10101 | 10011101 | 0 | 1011011 | 11110 | 1100 | 101000000 | 1010011 | 110000 |
Color Harmonies of #E1159D
Complementary color
Monochromatic Colors of #E1159D
Black with #E1159D
Text Example
Text Example
White with #E1159D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1159D; }
p { color: rgb(225,21,157); }
H1.HeaderClassName
{
color: #E1159D;
}
.AnyTagClassName
{
color: #E1159D;
}
</style>
background-color css
<style>
a { background-color: #E1159D; }
a { background-color: rgb(225,21,157); }
div.DivClassName
{
background-color: #E1159D;
}
.BgClassName
{
background-color: #E1159D;
}
</style>
border-color css
<style>
span { border-color: #E1159D; }
span { border-color: rgb(225,21,157); }
td.TdClassName
{
border-color: #E1159D;
}
.TagClassName
{
border-color: #E1159D;
}
</style>