Shades of Deep Pink #E41491
Tints of Deep Pink #E41491
RGB
CMYK
RGB Variations
Color information
#E41491 (or 0xE41491) is known color: Deep Pink. HEX triplet: E4, 14 and 91. RGB value is (228,20,145). Sum of RGB (Red+Green+Blue) = 228+20+145=393 (52% of max value = 765). Red value is 228 (89.45% from 255 or 58.02% from 393); Green value is 20 (8.20% from 255 or 5.09% from 393); Blue value is 145 (57.03% from 255 or 36.90% from 393); Max value from RGB is 228 - color contains mainly: red. Hex color #E41491 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E41491 is #1BEB6E. Grayscale: #606060. Windows color (decimal): -1829743 or 9508068. OLE color: 9508068.
HSL color Cylindrical-coordinate representation of color #E41491: hue angle of 323.94º degrees, saturation: 0.84, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E41491 is Cyan = 0, Magento = 0.91, Yellow = 0.36 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 20 | 145 | - |
| CMYK | 0 | 0.91 | 0.36 | 0.11 |
| HSL | 323.94º | 0.84% | 0.49% | - |
| HSV(B) | 323.94º | 0.91% | 0.89% | - |
| XYZ | 37.36 | 19.04 | 28.49 | - |
| YUV | 96.44 | 155.41 | 221.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 20 | 145 | 0 | 0.91 | 0.36 | 0.11 | 323.94 | 0.84 | 0.49 |
| Hex | E4 | 14 | 91 | 0 | 5B | 24 | B | 144 | 54 | 31 |
| Octal | 344 | 24 | 221 | 0 | 133 | 44 | 13 | 504 | 124 | 61 |
| Binary | 11100100 | 10100 | 10010001 | 0 | 1011011 | 100100 | 1011 | 101000100 | 1010100 | 110001 |
Color Harmonies of #E41491
Complementary color
Monochromatic Colors of #E41491
Black with #E41491
Text Example
Text Example
White with #E41491
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E41491; }
p { color: rgb(228,20,145); }
H1.HeaderClassName
{
color: #E41491;
}
.AnyTagClassName
{
color: #E41491;
}
</style>
background-color css
<style>
a { background-color: #E41491; }
a { background-color: rgb(228,20,145); }
div.DivClassName
{
background-color: #E41491;
}
.BgClassName
{
background-color: #E41491;
}
</style>
border-color css
<style>
span { border-color: #E41491; }
span { border-color: rgb(228,20,145); }
td.TdClassName
{
border-color: #E41491;
}
.TagClassName
{
border-color: #E41491;
}
</style>