Shades of Hollywood Cerise #E41094
Tints of Hollywood Cerise #E41094
RGB
CMYK
RGB Variations
Color information
#E41094 (or 0xE41094) is known color: Hollywood Cerise. HEX triplet: E4, 10 and 94. RGB value is (228,16,148). Sum of RGB (Red+Green+Blue) = 228+16+148=392 (51% of max value = 765). Red value is 228 (89.45% from 255 or 58.16% from 392); Green value is 16 (6.64% from 255 or 4.08% from 392); Blue value is 148 (58.20% from 255 or 37.76% from 392); Max value from RGB is 228 - color contains mainly: red. Hex color #E41094 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E41094 is #1BEF6B. Grayscale: #5E5E5E. Windows color (decimal): -1830764 or 9703652. OLE color: 9703652.
HSL color Cylindrical-coordinate representation of color #E41094: hue angle of 322.64º 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 #E41094 is Cyan = 0, Magento = 0.93, Yellow = 0.35 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 16 | 148 | - |
| CMYK | 0 | 0.93 | 0.35 | 0.11 |
| HSL | 322.64º | 0.87% | 0.48% | - |
| HSV(B) | 322.64º | 0.93% | 0.89% | - |
| XYZ | 37.53 | 19 | 29.71 | - |
| YUV | 94.44 | 158.24 | 223.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 16 | 148 | 0 | 0.93 | 0.35 | 0.11 | 322.64 | 0.87 | 0.48 |
| Hex | E4 | 10 | 94 | 0 | 5D | 23 | B | 143 | 57 | 30 |
| Octal | 344 | 20 | 224 | 0 | 135 | 43 | 13 | 503 | 127 | 60 |
| Binary | 11100100 | 10000 | 10010100 | 0 | 1011101 | 100011 | 1011 | 101000011 | 1010111 | 110000 |
Color Harmonies of #E41094
Complementary color
Monochromatic Colors of #E41094
Black with #E41094
Text Example
Text Example
White with #E41094
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E41094; }
p { color: rgb(228,16,148); }
H1.HeaderClassName
{
color: #E41094;
}
.AnyTagClassName
{
color: #E41094;
}
</style>
background-color css
<style>
a { background-color: #E41094; }
a { background-color: rgb(228,16,148); }
div.DivClassName
{
background-color: #E41094;
}
.BgClassName
{
background-color: #E41094;
}
</style>
border-color css
<style>
span { border-color: #E41094; }
span { border-color: rgb(228,16,148); }
td.TdClassName
{
border-color: #E41094;
}
.TagClassName
{
border-color: #E41094;
}
</style>