Shades of Deep Pink #E41191
Tints of Deep Pink #E41191
RGB
CMYK
RGB Variations
Color information
#E41191 (or 0xE41191) is known color: Deep Pink. HEX triplet: E4, 11 and 91. RGB value is (228,17,145). Sum of RGB (Red+Green+Blue) = 228+17+145=390 (51% of max value = 765). Red value is 228 (89.45% from 255 or 58.46% from 390); Green value is 17 (7.03% from 255 or 4.36% from 390); Blue value is 145 (57.03% from 255 or 37.18% from 390); Max value from RGB is 228 - color contains mainly: red. Hex color #E41191 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E41191 is #1BEE6E. Grayscale: #5E5E5E. Windows color (decimal): -1830511 or 9507300. OLE color: 9507300.
HSL color Cylindrical-coordinate representation of color #E41191: hue angle of 323.6º 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 #E41191 is Cyan = 0, Magento = 0.93, Yellow = 0.36 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 17 | 145 | - |
| CMYK | 0 | 0.93 | 0.36 | 0.11 |
| HSL | 323.6º | 0.86% | 0.48% | - |
| HSV(B) | 323.6º | 0.93% | 0.89% | - |
| XYZ | 37.31 | 18.94 | 28.48 | - |
| YUV | 94.68 | 156.4 | 223.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 17 | 145 | 0 | 0.93 | 0.36 | 0.11 | 323.6 | 0.86 | 0.48 |
| Hex | E4 | 11 | 91 | 0 | 5D | 24 | B | 144 | 56 | 30 |
| Octal | 344 | 21 | 221 | 0 | 135 | 44 | 13 | 504 | 126 | 60 |
| Binary | 11100100 | 10001 | 10010001 | 0 | 1011101 | 100100 | 1011 | 101000100 | 1010110 | 110000 |
Color Harmonies of #E41191
Complementary color
Monochromatic Colors of #E41191
Black with #E41191
Text Example
Text Example
White with #E41191
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E41191; }
p { color: rgb(228,17,145); }
H1.HeaderClassName
{
color: #E41191;
}
.AnyTagClassName
{
color: #E41191;
}
</style>
background-color css
<style>
a { background-color: #E41191; }
a { background-color: rgb(228,17,145); }
div.DivClassName
{
background-color: #E41191;
}
.BgClassName
{
background-color: #E41191;
}
</style>
border-color css
<style>
span { border-color: #E41191; }
span { border-color: rgb(228,17,145); }
td.TdClassName
{
border-color: #E41191;
}
.TagClassName
{
border-color: #E41191;
}
</style>