Shades of Deep Pink #E71994
Tints of Deep Pink #E71994
RGB
CMYK
RGB Variations
Color information
#E71994 (or 0xE71994) is known color: Deep Pink. HEX triplet: E7, 19 and 94. RGB value is (231,25,148). Sum of RGB (Red+Green+Blue) = 231+25+148=404 (53% of max value = 765). Red value is 231 (90.62% from 255 or 57.18% from 404); Green value is 25 (10.16% from 255 or 6.19% from 404); Blue value is 148 (58.20% from 255 or 36.63% from 404); Max value from RGB is 231 - color contains mainly: red. Hex color #E71994 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E71994 is #18E66B. Grayscale: #646464. Windows color (decimal): -1631852 or 9705959. OLE color: 9705959.
HSL color Cylindrical-coordinate representation of color #E71994: hue angle of 324.17º degrees, saturation: 0.81, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E71994 is Cyan = 0, Magento = 0.89, Yellow = 0.36 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 25 | 148 | - |
| CMYK | 0 | 0.89 | 0.36 | 0.09 |
| HSL | 324.17º | 0.81% | 0.5% | - |
| HSV(B) | 324.17º | 0.89% | 0.91% | - |
| XYZ | 38.65 | 19.82 | 29.81 | - |
| YUV | 100.62 | 154.75 | 221 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 25 | 148 | 0 | 0.89 | 0.36 | 0.09 | 324.17 | 0.81 | 0.5 |
| Hex | E7 | 19 | 94 | 0 | 59 | 24 | 9 | 144 | 51 | 32 |
| Octal | 347 | 31 | 224 | 0 | 131 | 44 | 11 | 504 | 121 | 62 |
| Binary | 11100111 | 11001 | 10010100 | 0 | 1011001 | 100100 | 1001 | 101000100 | 1010001 | 110010 |
Color Harmonies of #E71994
Complementary color
Monochromatic Colors of #E71994
Black with #E71994
Text Example
Text Example
White with #E71994
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E71994; }
p { color: rgb(231,25,148); }
H1.HeaderClassName
{
color: #E71994;
}
.AnyTagClassName
{
color: #E71994;
}
</style>
background-color css
<style>
a { background-color: #E71994; }
a { background-color: rgb(231,25,148); }
div.DivClassName
{
background-color: #E71994;
}
.BgClassName
{
background-color: #E71994;
}
</style>
border-color css
<style>
span { border-color: #E71994; }
span { border-color: rgb(231,25,148); }
td.TdClassName
{
border-color: #E71994;
}
.TagClassName
{
border-color: #E71994;
}
</style>