Shades of Deep Pink #E41998
Tints of Deep Pink #E41998
RGB
CMYK
RGB Variations
Color information
#E41998 (or 0xE41998) is known color: Deep Pink. HEX triplet: E4, 19 and 98. RGB value is (228,25,152). Sum of RGB (Red+Green+Blue) = 228+25+152=405 (53% of max value = 765). Red value is 228 (89.45% from 255 or 56.30% from 405); Green value is 25 (10.16% from 255 or 6.17% from 405); Blue value is 152 (59.77% from 255 or 37.53% from 405); Max value from RGB is 228 - color contains mainly: red. Hex color #E41998 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E41998 is #1BE667. Grayscale: #636363. Windows color (decimal): -1828456 or 9968100. OLE color: 9968100.
HSL color Cylindrical-coordinate representation of color #E41998: hue angle of 322.46º 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 #E41998 is Cyan = 0, Magento = 0.89, Yellow = 0.33 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 25 | 152 | - |
| CMYK | 0 | 0.89 | 0.33 | 0.11 |
| HSL | 322.46º | 0.8% | 0.5% | - |
| HSV(B) | 322.46º | 0.89% | 0.89% | - |
| XYZ | 38.01 | 19.46 | 31.46 | - |
| YUV | 100.18 | 157.25 | 219.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 25 | 152 | 0 | 0.89 | 0.33 | 0.11 | 322.46 | 0.8 | 0.5 |
| Hex | E4 | 19 | 98 | 0 | 59 | 21 | B | 142 | 50 | 32 |
| Octal | 344 | 31 | 230 | 0 | 131 | 41 | 13 | 502 | 120 | 62 |
| Binary | 11100100 | 11001 | 10011000 | 0 | 1011001 | 100001 | 1011 | 101000010 | 1010000 | 110010 |
Color Harmonies of #E41998
Complementary color
Monochromatic Colors of #E41998
Black with #E41998
Text Example
Text Example
White with #E41998
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E41998; }
p { color: rgb(228,25,152); }
H1.HeaderClassName
{
color: #E41998;
}
.AnyTagClassName
{
color: #E41998;
}
</style>
background-color css
<style>
a { background-color: #E41998; }
a { background-color: rgb(228,25,152); }
div.DivClassName
{
background-color: #E41998;
}
.BgClassName
{
background-color: #E41998;
}
</style>
border-color css
<style>
span { border-color: #E41998; }
span { border-color: rgb(228,25,152); }
td.TdClassName
{
border-color: #E41998;
}
.TagClassName
{
border-color: #E41998;
}
</style>