Shades of Deep Pink #E41695
Tints of Deep Pink #E41695
RGB
CMYK
RGB Variations
Color information
#E41695 (or 0xE41695) is known color: Deep Pink. HEX triplet: E4, 16 and 95. RGB value is (228,22,149). Sum of RGB (Red+Green+Blue) = 228+22+149=399 (52% of max value = 765). Red value is 228 (89.45% from 255 or 57.14% from 399); Green value is 22 (8.98% from 255 or 5.51% from 399); Blue value is 149 (58.59% from 255 or 37.34% from 399); Max value from RGB is 228 - color contains mainly: red. Hex color #E41695 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E41695 is #1BE96A. Grayscale: #616161. Windows color (decimal): -1829227 or 9770724. OLE color: 9770724.
HSL color Cylindrical-coordinate representation of color #E41695: hue angle of 323.01º degrees, saturation: 0.82, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E41695 is Cyan = 0, Magento = 0.90, Yellow = 0.35 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 22 | 149 | - |
| CMYK | 0 | 0.90 | 0.35 | 0.11 |
| HSL | 323.01º | 0.82% | 0.49% | - |
| HSV(B) | 323.01º | 0.9% | 0.89% | - |
| XYZ | 37.71 | 19.24 | 30.16 | - |
| YUV | 98.07 | 156.75 | 220.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 22 | 149 | 0 | 0.90 | 0.35 | 0.11 | 323.01 | 0.82 | 0.49 |
| Hex | E4 | 16 | 95 | 0 | 5A | 23 | B | 143 | 52 | 31 |
| Octal | 344 | 26 | 225 | 0 | 132 | 43 | 13 | 503 | 122 | 61 |
| Binary | 11100100 | 10110 | 10010101 | 0 | 1011010 | 100011 | 1011 | 101000011 | 1010010 | 110001 |
Color Harmonies of #E41695
Complementary color
Monochromatic Colors of #E41695
Black with #E41695
Text Example
Text Example
White with #E41695
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E41695; }
p { color: rgb(228,22,149); }
H1.HeaderClassName
{
color: #E41695;
}
.AnyTagClassName
{
color: #E41695;
}
</style>
background-color css
<style>
a { background-color: #E41695; }
a { background-color: rgb(228,22,149); }
div.DivClassName
{
background-color: #E41695;
}
.BgClassName
{
background-color: #E41695;
}
</style>
border-color css
<style>
span { border-color: #E41695; }
span { border-color: rgb(228,22,149); }
td.TdClassName
{
border-color: #E41695;
}
.TagClassName
{
border-color: #E41695;
}
</style>