Shades of Hollywood Cerise #E3119F
Tints of Hollywood Cerise #E3119F
RGB
CMYK
RGB Variations
Color information
#E3119F (or 0xE3119F) is known color: Hollywood Cerise. HEX triplet: E3, 11 and 9F. RGB value is (227,17,159). Sum of RGB (Red+Green+Blue) = 227+17+159=403 (53% of max value = 765). Red value is 227 (89.06% from 255 or 56.33% from 403); Green value is 17 (7.03% from 255 or 4.22% from 403); Blue value is 159 (62.5% from 255 or 39.45% from 403); Max value from RGB is 227 - color contains mainly: red. Hex color #E3119F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E3119F is #1CEE60. Grayscale: #5F5F5F. Windows color (decimal): -1896033 or 10424803. OLE color: 10424803.
HSL color Cylindrical-coordinate representation of color #E3119F: hue angle of 319.43º degrees, saturation: 0.86, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E3119F is Cyan = 0, Magento = 0.93, Yellow = 0.30 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 17 | 159 | - |
| CMYK | 0 | 0.93 | 0.30 | 0.11 |
| HSL | 319.43º | 0.86% | 0.48% | - |
| HSV(B) | 319.43º | 0.93% | 0.89% | - |
| XYZ | 38.14 | 19.23 | 34.5 | - |
| YUV | 95.98 | 163.57 | 221.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 17 | 159 | 0 | 0.93 | 0.30 | 0.11 | 319.43 | 0.86 | 0.48 |
| Hex | E3 | 11 | 9F | 0 | 5D | 1E | B | 13F | 56 | 30 |
| Octal | 343 | 21 | 237 | 0 | 135 | 36 | 13 | 477 | 126 | 60 |
| Binary | 11100011 | 10001 | 10011111 | 0 | 1011101 | 11110 | 1011 | 100111111 | 1010110 | 110000 |
Color Harmonies of #E3119F
Complementary color
Monochromatic Colors of #E3119F
Black with #E3119F
Text Example
Text Example
White with #E3119F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3119F; }
p { color: rgb(227,17,159); }
H1.HeaderClassName
{
color: #E3119F;
}
.AnyTagClassName
{
color: #E3119F;
}
</style>
background-color css
<style>
a { background-color: #E3119F; }
a { background-color: rgb(227,17,159); }
div.DivClassName
{
background-color: #E3119F;
}
.BgClassName
{
background-color: #E3119F;
}
</style>
border-color css
<style>
span { border-color: #E3119F; }
span { border-color: rgb(227,17,159); }
td.TdClassName
{
border-color: #E3119F;
}
.TagClassName
{
border-color: #E3119F;
}
</style>