Shades of Deep Pink #E41490
Tints of Deep Pink #E41490
RGB
CMYK
RGB Variations
Color information
#E41490 (or 0xE41490) is known color: Deep Pink. HEX triplet: E4, 14 and 90. RGB value is (228,20,144). Sum of RGB (Red+Green+Blue) = 228+20+144=392 (51% of max value = 765). Red value is 228 (89.45% from 255 or 58.16% from 392); Green value is 20 (8.20% from 255 or 5.10% from 392); Blue value is 144 (56.64% from 255 or 36.73% from 392); Max value from RGB is 228 - color contains mainly: red. Hex color #E41490 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E41490 is #1BEB6F. Grayscale: #606060. Windows color (decimal): -1829744 or 9442532. OLE color: 9442532.
HSL color Cylindrical-coordinate representation of color #E41490: hue angle of 324.23º 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 #E41490 is Cyan = 0, Magento = 0.91, Yellow = 0.37 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 20 | 144 | - |
| CMYK | 0 | 0.91 | 0.37 | 0.11 |
| HSL | 324.23º | 0.84% | 0.49% | - |
| HSV(B) | 324.23º | 0.91% | 0.89% | - |
| XYZ | 37.28 | 19.01 | 28.09 | - |
| YUV | 96.33 | 154.91 | 221.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 20 | 144 | 0 | 0.91 | 0.37 | 0.11 | 324.23 | 0.84 | 0.49 |
| Hex | E4 | 14 | 90 | 0 | 5B | 25 | B | 144 | 54 | 31 |
| Octal | 344 | 24 | 220 | 0 | 133 | 45 | 13 | 504 | 124 | 61 |
| Binary | 11100100 | 10100 | 10010000 | 0 | 1011011 | 100101 | 1011 | 101000100 | 1010100 | 110001 |
Color Harmonies of #E41490
Complementary color
Monochromatic Colors of #E41490
Black with #E41490
Text Example
Text Example
White with #E41490
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E41490; }
p { color: rgb(228,20,144); }
H1.HeaderClassName
{
color: #E41490;
}
.AnyTagClassName
{
color: #E41490;
}
</style>
background-color css
<style>
a { background-color: #E41490; }
a { background-color: rgb(228,20,144); }
div.DivClassName
{
background-color: #E41490;
}
.BgClassName
{
background-color: #E41490;
}
</style>
border-color css
<style>
span { border-color: #E41490; }
span { border-color: rgb(228,20,144); }
td.TdClassName
{
border-color: #E41490;
}
.TagClassName
{
border-color: #E41490;
}
</style>