Shades of Deep Pink #E41992
Tints of Deep Pink #E41992
RGB
CMYK
RGB Variations
Color information
#E41992 (or 0xE41992) is known color: Deep Pink. HEX triplet: E4, 19 and 92. RGB value is (228,25,146). Sum of RGB (Red+Green+Blue) = 228+25+146=399 (52% of max value = 765). Red value is 228 (89.45% from 255 or 57.14% from 399); Green value is 25 (10.16% from 255 or 6.27% from 399); Blue value is 146 (57.42% from 255 or 36.59% from 399); Max value from RGB is 228 - color contains mainly: red. Hex color #E41992 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E41992 is #1BE66D. Grayscale: #636363. Windows color (decimal): -1828462 or 9574884. OLE color: 9574884.
HSL color Cylindrical-coordinate representation of color #E41992: hue angle of 324.24º 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 #E41992 is Cyan = 0, Magento = 0.89, Yellow = 0.36 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 25 | 146 | - |
| CMYK | 0 | 0.89 | 0.36 | 0.11 |
| HSL | 324.24º | 0.8% | 0.5% | - |
| HSV(B) | 324.24º | 0.89% | 0.89% | - |
| XYZ | 37.53 | 19.26 | 28.93 | - |
| YUV | 99.49 | 154.25 | 219.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 25 | 146 | 0 | 0.89 | 0.36 | 0.11 | 324.24 | 0.8 | 0.5 |
| Hex | E4 | 19 | 92 | 0 | 59 | 24 | B | 144 | 50 | 32 |
| Octal | 344 | 31 | 222 | 0 | 131 | 44 | 13 | 504 | 120 | 62 |
| Binary | 11100100 | 11001 | 10010010 | 0 | 1011001 | 100100 | 1011 | 101000100 | 1010000 | 110010 |
Color Harmonies of #E41992
Complementary color
Monochromatic Colors of #E41992
Black with #E41992
Text Example
Text Example
White with #E41992
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E41992; }
p { color: rgb(228,25,146); }
H1.HeaderClassName
{
color: #E41992;
}
.AnyTagClassName
{
color: #E41992;
}
</style>
background-color css
<style>
a { background-color: #E41992; }
a { background-color: rgb(228,25,146); }
div.DivClassName
{
background-color: #E41992;
}
.BgClassName
{
background-color: #E41992;
}
</style>
border-color css
<style>
span { border-color: #E41992; }
span { border-color: rgb(228,25,146); }
td.TdClassName
{
border-color: #E41992;
}
.TagClassName
{
border-color: #E41992;
}
</style>