Shades of Spicy Pink #E71DAA
Tints of Spicy Pink #E71DAA
RGB
CMYK
RGB Variations
Color information
#E71DAA (or 0xE71DAA) is known color: Spicy Pink. HEX triplet: E7, 1D and AA. RGB value is (231,29,170). Sum of RGB (Red+Green+Blue) = 231+29+170=430 (56% of max value = 765). Red value is 231 (90.62% from 255 or 53.72% from 430); Green value is 29 (11.72% from 255 or 6.74% from 430); Blue value is 170 (66.80% from 255 or 39.53% from 430); Max value from RGB is 231 - color contains mainly: red. Hex color #E71DAA is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E71DAA is #18E255. Grayscale: #696969. Windows color (decimal): -1630806 or 11148775. OLE color: 11148775.
HSL color Cylindrical-coordinate representation of color #E71DAA: hue angle of 318.12º 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 #E71DAA is Cyan = 0, Magento = 0.87, Yellow = 0.26 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 29 | 170 | - |
| CMYK | 0 | 0.87 | 0.26 | 0.09 |
| HSL | 318.12º | 0.81% | 0.51% | - |
| HSV(B) | 318.12º | 0.87% | 0.91% | - |
| XYZ | 40.65 | 20.77 | 39.9 | - |
| YUV | 105.47 | 164.42 | 217.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 29 | 170 | 0 | 0.87 | 0.26 | 0.09 | 318.12 | 0.81 | 0.51 |
| Hex | E7 | 1D | AA | 0 | 57 | 1A | 9 | 13E | 51 | 33 |
| Octal | 347 | 35 | 252 | 0 | 127 | 32 | 11 | 476 | 121 | 63 |
| Binary | 11100111 | 11101 | 10101010 | 0 | 1010111 | 11010 | 1001 | 100111110 | 1010001 | 110011 |
Color Harmonies of #E71DAA
Complementary color
Monochromatic Colors of #E71DAA
Black with #E71DAA
Text Example
Text Example
White with #E71DAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E71DAA; }
p { color: rgb(231,29,170); }
H1.HeaderClassName
{
color: #E71DAA;
}
.AnyTagClassName
{
color: #E71DAA;
}
</style>
background-color css
<style>
a { background-color: #E71DAA; }
a { background-color: rgb(231,29,170); }
div.DivClassName
{
background-color: #E71DAA;
}
.BgClassName
{
background-color: #E71DAA;
}
</style>
border-color css
<style>
span { border-color: #E71DAA; }
span { border-color: rgb(231,29,170); }
td.TdClassName
{
border-color: #E71DAA;
}
.TagClassName
{
border-color: #E71DAA;
}
</style>