Shades of Spicy Pink #E71DAB
Tints of Spicy Pink #E71DAB
RGB
CMYK
RGB Variations
Color information
#E71DAB (or 0xE71DAB) is known color: Spicy Pink. HEX triplet: E7, 1D and AB. RGB value is (231,29,171). Sum of RGB (Red+Green+Blue) = 231+29+171=431 (57% of max value = 765). Red value is 231 (90.62% from 255 or 53.60% from 431); Green value is 29 (11.72% from 255 or 6.73% from 431); Blue value is 171 (67.19% from 255 or 39.68% from 431); Max value from RGB is 231 - color contains mainly: red. Hex color #E71DAB is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E71DAB is #18E254. Grayscale: #696969. Windows color (decimal): -1630805 or 11214311. OLE color: 11214311.
HSL color Cylindrical-coordinate representation of color #E71DAB: hue angle of 317.82º 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 #E71DAB is Cyan = 0, Magento = 0.87, Yellow = 0.26 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 29 | 171 | - |
| CMYK | 0 | 0.87 | 0.26 | 0.09 |
| HSL | 317.82º | 0.81% | 0.51% | - |
| HSV(B) | 317.82º | 0.87% | 0.91% | - |
| XYZ | 40.75 | 20.81 | 40.4 | - |
| YUV | 105.59 | 164.92 | 217.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 29 | 171 | 0 | 0.87 | 0.26 | 0.09 | 317.82 | 0.81 | 0.51 |
| Hex | E7 | 1D | AB | 0 | 57 | 1A | 9 | 13E | 51 | 33 |
| Octal | 347 | 35 | 253 | 0 | 127 | 32 | 11 | 476 | 121 | 63 |
| Binary | 11100111 | 11101 | 10101011 | 0 | 1010111 | 11010 | 1001 | 100111110 | 1010001 | 110011 |
Color Harmonies of #E71DAB
Complementary color
Monochromatic Colors of #E71DAB
Black with #E71DAB
Text Example
Text Example
White with #E71DAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E71DAB; }
p { color: rgb(231,29,171); }
H1.HeaderClassName
{
color: #E71DAB;
}
.AnyTagClassName
{
color: #E71DAB;
}
</style>
background-color css
<style>
a { background-color: #E71DAB; }
a { background-color: rgb(231,29,171); }
div.DivClassName
{
background-color: #E71DAB;
}
.BgClassName
{
background-color: #E71DAB;
}
</style>
border-color css
<style>
span { border-color: #E71DAB; }
span { border-color: rgb(231,29,171); }
td.TdClassName
{
border-color: #E71DAB;
}
.TagClassName
{
border-color: #E71DAB;
}
</style>