Shades of Spicy Pink #E71AAC
Tints of Spicy Pink #E71AAC
RGB
CMYK
RGB Variations
Color information
#E71AAC (or 0xE71AAC) is known color: Spicy Pink. HEX triplet: E7, 1A and AC. RGB value is (231,26,172). Sum of RGB (Red+Green+Blue) = 231+26+172=429 (56% of max value = 765). Red value is 231 (90.62% from 255 or 53.85% from 429); Green value is 26 (10.55% from 255 or 6.06% from 429); Blue value is 172 (67.58% from 255 or 40.09% from 429); Max value from RGB is 231 - color contains mainly: red. Hex color #E71AAC is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E71AAC is #18E553. Grayscale: #676767. Windows color (decimal): -1631572 or 11279079. OLE color: 11279079.
HSL color Cylindrical-coordinate representation of color #E71AAC: hue angle of 317.27º 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 #E71AAC is Cyan = 0, Magento = 0.89, Yellow = 0.26 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 26 | 172 | - |
| CMYK | 0 | 0.89 | 0.26 | 0.09 |
| HSL | 317.27º | 0.81% | 0.5% | - |
| HSV(B) | 317.27º | 0.89% | 0.91% | - |
| XYZ | 40.77 | 20.71 | 40.88 | - |
| YUV | 103.94 | 166.42 | 218.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 26 | 172 | 0 | 0.89 | 0.26 | 0.09 | 317.27 | 0.81 | 0.5 |
| Hex | E7 | 1A | AC | 0 | 59 | 1A | 9 | 13D | 51 | 32 |
| Octal | 347 | 32 | 254 | 0 | 131 | 32 | 11 | 475 | 121 | 62 |
| Binary | 11100111 | 11010 | 10101100 | 0 | 1011001 | 11010 | 1001 | 100111101 | 1010001 | 110010 |
Color Harmonies of #E71AAC
Complementary color
Monochromatic Colors of #E71AAC
Black with #E71AAC
Text Example
Text Example
White with #E71AAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E71AAC; }
p { color: rgb(231,26,172); }
H1.HeaderClassName
{
color: #E71AAC;
}
.AnyTagClassName
{
color: #E71AAC;
}
</style>
background-color css
<style>
a { background-color: #E71AAC; }
a { background-color: rgb(231,26,172); }
div.DivClassName
{
background-color: #E71AAC;
}
.BgClassName
{
background-color: #E71AAC;
}
</style>
border-color css
<style>
span { border-color: #E71AAC; }
span { border-color: rgb(231,26,172); }
td.TdClassName
{
border-color: #E71AAC;
}
.TagClassName
{
border-color: #E71AAC;
}
</style>