Shades of Deep Pink #E41694
Tints of Deep Pink #E41694
RGB
CMYK
RGB Variations
Color information
#E41694 (or 0xE41694) is known color: Deep Pink. HEX triplet: E4, 16 and 94. RGB value is (228,22,148). Sum of RGB (Red+Green+Blue) = 228+22+148=398 (52% of max value = 765). Red value is 228 (89.45% from 255 or 57.29% from 398); Green value is 22 (8.98% from 255 or 5.53% from 398); Blue value is 148 (58.20% from 255 or 37.19% from 398); Max value from RGB is 228 - color contains mainly: red. Hex color #E41694 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E41694 is #1BE96B. Grayscale: #616161. Windows color (decimal): -1829228 or 9705188. OLE color: 9705188.
HSL color Cylindrical-coordinate representation of color #E41694: hue angle of 323.3º 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 #E41694 is Cyan = 0, Magento = 0.90, Yellow = 0.35 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 22 | 148 | - |
| CMYK | 0 | 0.90 | 0.35 | 0.11 |
| HSL | 323.3º | 0.82% | 0.49% | - |
| HSV(B) | 323.3º | 0.9% | 0.89% | - |
| XYZ | 37.63 | 19.21 | 29.74 | - |
| YUV | 97.96 | 156.25 | 220.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 22 | 148 | 0 | 0.90 | 0.35 | 0.11 | 323.3 | 0.82 | 0.49 |
| Hex | E4 | 16 | 94 | 0 | 5A | 23 | B | 143 | 52 | 31 |
| Octal | 344 | 26 | 224 | 0 | 132 | 43 | 13 | 503 | 122 | 61 |
| Binary | 11100100 | 10110 | 10010100 | 0 | 1011010 | 100011 | 1011 | 101000011 | 1010010 | 110001 |
Color Harmonies of #E41694
Complementary color
Monochromatic Colors of #E41694
Black with #E41694
Text Example
Text Example
White with #E41694
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E41694; }
p { color: rgb(228,22,148); }
H1.HeaderClassName
{
color: #E41694;
}
.AnyTagClassName
{
color: #E41694;
}
</style>
background-color css
<style>
a { background-color: #E41694; }
a { background-color: rgb(228,22,148); }
div.DivClassName
{
background-color: #E41694;
}
.BgClassName
{
background-color: #E41694;
}
</style>
border-color css
<style>
span { border-color: #E41694; }
span { border-color: rgb(228,22,148); }
td.TdClassName
{
border-color: #E41694;
}
.TagClassName
{
border-color: #E41694;
}
</style>