Shades of Deep Pink #E71A8D
Tints of Deep Pink #E71A8D
RGB
CMYK
RGB Variations
Color information
#E71A8D (or 0xE71A8D) is known color: Deep Pink. HEX triplet: E7, 1A and 8D. RGB value is (231,26,141). Sum of RGB (Red+Green+Blue) = 231+26+141=398 (52% of max value = 765). Red value is 231 (90.62% from 255 or 58.04% from 398); Green value is 26 (10.55% from 255 or 6.53% from 398); Blue value is 141 (55.47% from 255 or 35.43% from 398); Max value from RGB is 231 - color contains mainly: red. Hex color #E71A8D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E71A8D is #18E572. Grayscale: #646464. Windows color (decimal): -1631603 or 9247463. OLE color: 9247463.
HSL color Cylindrical-coordinate representation of color #E71A8D: hue angle of 326.34º 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 #E71A8D is Cyan = 0, Magento = 0.89, Yellow = 0.39 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 26 | 141 | - |
| CMYK | 0 | 0.89 | 0.39 | 0.09 |
| HSL | 326.34º | 0.81% | 0.5% | - |
| HSV(B) | 326.34º | 0.89% | 0.91% | - |
| XYZ | 38.13 | 19.65 | 26.98 | - |
| YUV | 100.41 | 150.92 | 221.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 26 | 141 | 0 | 0.89 | 0.39 | 0.09 | 326.34 | 0.81 | 0.5 |
| Hex | E7 | 1A | 8D | 0 | 59 | 27 | 9 | 146 | 51 | 32 |
| Octal | 347 | 32 | 215 | 0 | 131 | 47 | 11 | 506 | 121 | 62 |
| Binary | 11100111 | 11010 | 10001101 | 0 | 1011001 | 100111 | 1001 | 101000110 | 1010001 | 110010 |
Color Harmonies of #E71A8D
Complementary color
Monochromatic Colors of #E71A8D
Black with #E71A8D
Text Example
Text Example
White with #E71A8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E71A8D; }
p { color: rgb(231,26,141); }
H1.HeaderClassName
{
color: #E71A8D;
}
.AnyTagClassName
{
color: #E71A8D;
}
</style>
background-color css
<style>
a { background-color: #E71A8D; }
a { background-color: rgb(231,26,141); }
div.DivClassName
{
background-color: #E71A8D;
}
.BgClassName
{
background-color: #E71A8D;
}
</style>
border-color css
<style>
span { border-color: #E71A8D; }
span { border-color: rgb(231,26,141); }
td.TdClassName
{
border-color: #E71A8D;
}
.TagClassName
{
border-color: #E71A8D;
}
</style>