Shades of Deep Pink #E41991
Tints of Deep Pink #E41991
RGB
CMYK
RGB Variations
Color information
#E41991 (or 0xE41991) is known color: Deep Pink. HEX triplet: E4, 19 and 91. RGB value is (228,25,145). Sum of RGB (Red+Green+Blue) = 228+25+145=398 (52% of max value = 765). Red value is 228 (89.45% from 255 or 57.29% from 398); Green value is 25 (10.16% from 255 or 6.28% from 398); Blue value is 145 (57.03% from 255 or 36.43% from 398); Max value from RGB is 228 - color contains mainly: red. Hex color #E41991 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E41991 is #1BE66E. Grayscale: #636363. Windows color (decimal): -1828463 or 9509348. OLE color: 9509348.
HSL color Cylindrical-coordinate representation of color #E41991: hue angle of 324.53º degrees, saturation: 0.8, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E41991 is Cyan = 0, Magento = 0.89, Yellow = 0.36 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 25 | 145 | - |
| CMYK | 0 | 0.89 | 0.36 | 0.11 |
| HSL | 324.53º | 0.8% | 0.5% | - |
| HSV(B) | 324.53º | 0.89% | 0.89% | - |
| XYZ | 37.45 | 19.23 | 28.53 | - |
| YUV | 99.38 | 153.75 | 219.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 25 | 145 | 0 | 0.89 | 0.36 | 0.11 | 324.53 | 0.8 | 0.5 |
| Hex | E4 | 19 | 91 | 0 | 59 | 24 | B | 145 | 50 | 32 |
| Octal | 344 | 31 | 221 | 0 | 131 | 44 | 13 | 505 | 120 | 62 |
| Binary | 11100100 | 11001 | 10010001 | 0 | 1011001 | 100100 | 1011 | 101000101 | 1010000 | 110010 |
Color Harmonies of #E41991
Complementary color
Monochromatic Colors of #E41991
Black with #E41991
Text Example
Text Example
White with #E41991
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E41991; }
p { color: rgb(228,25,145); }
H1.HeaderClassName
{
color: #E41991;
}
.AnyTagClassName
{
color: #E41991;
}
</style>
background-color css
<style>
a { background-color: #E41991; }
a { background-color: rgb(228,25,145); }
div.DivClassName
{
background-color: #E41991;
}
.BgClassName
{
background-color: #E41991;
}
</style>
border-color css
<style>
span { border-color: #E41991; }
span { border-color: rgb(228,25,145); }
td.TdClassName
{
border-color: #E41991;
}
.TagClassName
{
border-color: #E41991;
}
</style>