Shades of Spicy Pink #E31FAA
Tints of Spicy Pink #E31FAA
RGB
CMYK
RGB Variations
Color information
#E31FAA (or 0xE31FAA) is known color: Spicy Pink. HEX triplet: E3, 1F and AA. RGB value is (227,31,170). Sum of RGB (Red+Green+Blue) = 227+31+170=428 (56% of max value = 765). Red value is 227 (89.06% from 255 or 53.04% from 428); Green value is 31 (12.5% from 255 or 7.24% from 428); Blue value is 170 (66.80% from 255 or 39.72% from 428); Max value from RGB is 227 - color contains mainly: red. Hex color #E31FAA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E31FAA is #1CE055. Grayscale: #696969. Windows color (decimal): -1892438 or 11149283. OLE color: 11149283.
HSL color Cylindrical-coordinate representation of color #E31FAA: hue angle of 317.45º degrees, saturation: 0.78, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E31FAA is Cyan = 0, Magento = 0.86, Yellow = 0.25 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 31 | 170 | - |
| CMYK | 0 | 0.86 | 0.25 | 0.11 |
| HSL | 317.45º | 0.78% | 0.51% | - |
| HSV(B) | 317.45º | 0.86% | 0.89% | - |
| XYZ | 39.42 | 20.21 | 39.85 | - |
| YUV | 105.45 | 164.43 | 214.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 31 | 170 | 0 | 0.86 | 0.25 | 0.11 | 317.45 | 0.78 | 0.51 |
| Hex | E3 | 1F | AA | 0 | 56 | 19 | B | 13D | 4E | 33 |
| Octal | 343 | 37 | 252 | 0 | 126 | 31 | 13 | 475 | 116 | 63 |
| Binary | 11100011 | 11111 | 10101010 | 0 | 1010110 | 11001 | 1011 | 100111101 | 1001110 | 110011 |
Color Harmonies of #E31FAA
Complementary color
Monochromatic Colors of #E31FAA
Black with #E31FAA
Text Example
Text Example
White with #E31FAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E31FAA; }
p { color: rgb(227,31,170); }
H1.HeaderClassName
{
color: #E31FAA;
}
.AnyTagClassName
{
color: #E31FAA;
}
</style>
background-color css
<style>
a { background-color: #E31FAA; }
a { background-color: rgb(227,31,170); }
div.DivClassName
{
background-color: #E31FAA;
}
.BgClassName
{
background-color: #E31FAA;
}
</style>
border-color css
<style>
span { border-color: #E31FAA; }
span { border-color: rgb(227,31,170); }
td.TdClassName
{
border-color: #E31FAA;
}
.TagClassName
{
border-color: #E31FAA;
}
</style>