Shades of Hollywood Cerise #E4109D
Tints of Hollywood Cerise #E4109D
RGB
CMYK
RGB Variations
Color information
#E4109D (or 0xE4109D) is known color: Hollywood Cerise. HEX triplet: E4, 10 and 9D. RGB value is (228,16,157). Sum of RGB (Red+Green+Blue) = 228+16+157=401 (53% of max value = 765). Red value is 228 (89.45% from 255 or 56.86% from 401); Green value is 16 (6.64% from 255 or 3.99% from 401); Blue value is 157 (61.72% from 255 or 39.15% from 401); Max value from RGB is 228 - color contains mainly: red. Hex color #E4109D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E4109D is #1BEF62. Grayscale: #5F5F5F. Windows color (decimal): -1830755 or 10293476. OLE color: 10293476.
HSL color Cylindrical-coordinate representation of color #E4109D: hue angle of 320.09º degrees, saturation: 0.87, 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 #E4109D is Cyan = 0, Magento = 0.93, Yellow = 0.31 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 16 | 157 | - |
| CMYK | 0 | 0.93 | 0.31 | 0.11 |
| HSL | 320.09º | 0.87% | 0.48% | - |
| HSV(B) | 320.09º | 0.93% | 0.89% | - |
| XYZ | 38.27 | 19.3 | 33.61 | - |
| YUV | 95.46 | 162.74 | 222.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 16 | 157 | 0 | 0.93 | 0.31 | 0.11 | 320.09 | 0.87 | 0.48 |
| Hex | E4 | 10 | 9D | 0 | 5D | 1F | B | 140 | 57 | 30 |
| Octal | 344 | 20 | 235 | 0 | 135 | 37 | 13 | 500 | 127 | 60 |
| Binary | 11100100 | 10000 | 10011101 | 0 | 1011101 | 11111 | 1011 | 101000000 | 1010111 | 110000 |
Color Harmonies of #E4109D
Complementary color
Monochromatic Colors of #E4109D
Black with #E4109D
Text Example
Text Example
White with #E4109D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4109D; }
p { color: rgb(228,16,157); }
H1.HeaderClassName
{
color: #E4109D;
}
.AnyTagClassName
{
color: #E4109D;
}
</style>
background-color css
<style>
a { background-color: #E4109D; }
a { background-color: rgb(228,16,157); }
div.DivClassName
{
background-color: #E4109D;
}
.BgClassName
{
background-color: #E4109D;
}
</style>
border-color css
<style>
span { border-color: #E4109D; }
span { border-color: rgb(228,16,157); }
td.TdClassName
{
border-color: #E4109D;
}
.TagClassName
{
border-color: #E4109D;
}
</style>