Shades of Deep Pink #E71F93
Tints of Deep Pink #E71F93
RGB
CMYK
RGB Variations
Color information
#E71F93 (or 0xE71F93) is known color: Deep Pink. HEX triplet: E7, 1F and 93. RGB value is (231,31,147). Sum of RGB (Red+Green+Blue) = 231+31+147=409 (54% of max value = 765). Red value is 231 (90.62% from 255 or 56.48% from 409); Green value is 31 (12.5% from 255 or 7.58% from 409); Blue value is 147 (57.81% from 255 or 35.94% from 409); Max value from RGB is 231 - color contains mainly: red. Hex color #E71F93 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E71F93 is #18E06C. Grayscale: #676767. Windows color (decimal): -1630317 or 9641959. OLE color: 9641959.
HSL color Cylindrical-coordinate representation of color #E71F93: hue angle of 325.2º degrees, saturation: 0.81, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #E71F93 is Cyan = 0, Magento = 0.87, Yellow = 0.36 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 31 | 147 | - |
| CMYK | 0 | 0.87 | 0.36 | 0.09 |
| HSL | 325.2º | 0.81% | 0.51% | - |
| HSV(B) | 325.2º | 0.87% | 0.91% | - |
| XYZ | 38.71 | 20.08 | 29.44 | - |
| YUV | 104.02 | 152.26 | 218.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 31 | 147 | 0 | 0.87 | 0.36 | 0.09 | 325.2 | 0.81 | 0.51 |
| Hex | E7 | 1F | 93 | 0 | 57 | 24 | 9 | 145 | 51 | 33 |
| Octal | 347 | 37 | 223 | 0 | 127 | 44 | 11 | 505 | 121 | 63 |
| Binary | 11100111 | 11111 | 10010011 | 0 | 1010111 | 100100 | 1001 | 101000101 | 1010001 | 110011 |
Color Harmonies of #E71F93
Complementary color
Monochromatic Colors of #E71F93
Black with #E71F93
Text Example
Text Example
White with #E71F93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E71F93; }
p { color: rgb(231,31,147); }
H1.HeaderClassName
{
color: #E71F93;
}
.AnyTagClassName
{
color: #E71F93;
}
</style>
background-color css
<style>
a { background-color: #E71F93; }
a { background-color: rgb(231,31,147); }
div.DivClassName
{
background-color: #E71F93;
}
.BgClassName
{
background-color: #E71F93;
}
</style>
border-color css
<style>
span { border-color: #E71F93; }
span { border-color: rgb(231,31,147); }
td.TdClassName
{
border-color: #E71F93;
}
.TagClassName
{
border-color: #E71F93;
}
</style>