Shades of Spicy Pink #E71AAA
Tints of Spicy Pink #E71AAA
RGB
CMYK
RGB Variations
Color information
#E71AAA (or 0xE71AAA) is known color: Spicy Pink. HEX triplet: E7, 1A and AA. RGB value is (231,26,170). Sum of RGB (Red+Green+Blue) = 231+26+170=427 (56% of max value = 765). Red value is 231 (90.62% from 255 or 54.10% from 427); Green value is 26 (10.55% from 255 or 6.09% from 427); Blue value is 170 (66.80% from 255 or 39.81% from 427); Max value from RGB is 231 - color contains mainly: red. Hex color #E71AAA is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E71AAA is #18E555. Grayscale: #676767. Windows color (decimal): -1631574 or 11148007. OLE color: 11148007.
HSL color Cylindrical-coordinate representation of color #E71AAA: hue angle of 317.85º 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 #E71AAA is Cyan = 0, Magento = 0.89, Yellow = 0.26 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 26 | 170 | - |
| CMYK | 0 | 0.89 | 0.26 | 0.09 |
| HSL | 317.85º | 0.81% | 0.5% | - |
| HSV(B) | 317.85º | 0.89% | 0.91% | - |
| XYZ | 40.58 | 20.63 | 39.87 | - |
| YUV | 103.71 | 165.42 | 218.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 26 | 170 | 0 | 0.89 | 0.26 | 0.09 | 317.85 | 0.81 | 0.5 |
| Hex | E7 | 1A | AA | 0 | 59 | 1A | 9 | 13E | 51 | 32 |
| Octal | 347 | 32 | 252 | 0 | 131 | 32 | 11 | 476 | 121 | 62 |
| Binary | 11100111 | 11010 | 10101010 | 0 | 1011001 | 11010 | 1001 | 100111110 | 1010001 | 110010 |
Color Harmonies of #E71AAA
Complementary color
Monochromatic Colors of #E71AAA
Black with #E71AAA
Text Example
Text Example
White with #E71AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E71AAA; }
p { color: rgb(231,26,170); }
H1.HeaderClassName
{
color: #E71AAA;
}
.AnyTagClassName
{
color: #E71AAA;
}
</style>
background-color css
<style>
a { background-color: #E71AAA; }
a { background-color: rgb(231,26,170); }
div.DivClassName
{
background-color: #E71AAA;
}
.BgClassName
{
background-color: #E71AAA;
}
</style>
border-color css
<style>
span { border-color: #E71AAA; }
span { border-color: rgb(231,26,170); }
td.TdClassName
{
border-color: #E71AAA;
}
.TagClassName
{
border-color: #E71AAA;
}
</style>