Shades of Hollywood Cerise #E4109A
Tints of Hollywood Cerise #E4109A
RGB
CMYK
RGB Variations
Color information
#E4109A (or 0xE4109A) is known color: Hollywood Cerise. HEX triplet: E4, 10 and 9A. RGB value is (228,16,154). Sum of RGB (Red+Green+Blue) = 228+16+154=398 (52% of max value = 765). Red value is 228 (89.45% from 255 or 57.29% from 398); Green value is 16 (6.64% from 255 or 4.02% from 398); Blue value is 154 (60.55% from 255 or 38.69% from 398); Max value from RGB is 228 - color contains mainly: red. Hex color #E4109A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E4109A is #1BEF65. Grayscale: #5E5E5E. Windows color (decimal): -1830758 or 10096868. OLE color: 10096868.
HSL color Cylindrical-coordinate representation of color #E4109A: hue angle of 320.94º 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 #E4109A is Cyan = 0, Magento = 0.93, Yellow = 0.32 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 16 | 154 | - |
| CMYK | 0 | 0.93 | 0.32 | 0.11 |
| HSL | 320.94º | 0.87% | 0.48% | - |
| HSV(B) | 320.94º | 0.93% | 0.89% | - |
| XYZ | 38.01 | 19.2 | 32.27 | - |
| YUV | 95.12 | 161.24 | 222.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 16 | 154 | 0 | 0.93 | 0.32 | 0.11 | 320.94 | 0.87 | 0.48 |
| Hex | E4 | 10 | 9A | 0 | 5D | 20 | B | 141 | 57 | 30 |
| Octal | 344 | 20 | 232 | 0 | 135 | 40 | 13 | 501 | 127 | 60 |
| Binary | 11100100 | 10000 | 10011010 | 0 | 1011101 | 100000 | 1011 | 101000001 | 1010111 | 110000 |
Color Harmonies of #E4109A
Complementary color
Monochromatic Colors of #E4109A
Black with #E4109A
Text Example
Text Example
White with #E4109A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4109A; }
p { color: rgb(228,16,154); }
H1.HeaderClassName
{
color: #E4109A;
}
.AnyTagClassName
{
color: #E4109A;
}
</style>
background-color css
<style>
a { background-color: #E4109A; }
a { background-color: rgb(228,16,154); }
div.DivClassName
{
background-color: #E4109A;
}
.BgClassName
{
background-color: #E4109A;
}
</style>
border-color css
<style>
span { border-color: #E4109A; }
span { border-color: rgb(228,16,154); }
td.TdClassName
{
border-color: #E4109A;
}
.TagClassName
{
border-color: #E4109A;
}
</style>