Shades of Spicy Pink #E31FA7
Tints of Spicy Pink #E31FA7
RGB
CMYK
RGB Variations
Color information
#E31FA7 (or 0xE31FA7) is known color: Spicy Pink. HEX triplet: E3, 1F and A7. RGB value is (227,31,167). Sum of RGB (Red+Green+Blue) = 227+31+167=425 (56% of max value = 765). Red value is 227 (89.06% from 255 or 53.41% from 425); Green value is 31 (12.5% from 255 or 7.29% from 425); Blue value is 167 (65.62% from 255 or 39.29% from 425); Max value from RGB is 227 - color contains mainly: red. Hex color #E31FA7 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E31FA7 is #1CE058. Grayscale: #686868. Windows color (decimal): -1892441 or 10952675. OLE color: 10952675.
HSL color Cylindrical-coordinate representation of color #E31FA7: hue angle of 318.37º 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 #E31FA7 is Cyan = 0, Magento = 0.86, Yellow = 0.26 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 31 | 167 | - |
| CMYK | 0 | 0.86 | 0.26 | 0.11 |
| HSL | 318.37º | 0.78% | 0.51% | - |
| HSV(B) | 318.37º | 0.86% | 0.89% | - |
| XYZ | 39.14 | 20.1 | 38.38 | - |
| YUV | 105.11 | 162.93 | 214.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 31 | 167 | 0 | 0.86 | 0.26 | 0.11 | 318.37 | 0.78 | 0.51 |
| Hex | E3 | 1F | A7 | 0 | 56 | 1A | B | 13E | 4E | 33 |
| Octal | 343 | 37 | 247 | 0 | 126 | 32 | 13 | 476 | 116 | 63 |
| Binary | 11100011 | 11111 | 10100111 | 0 | 1010110 | 11010 | 1011 | 100111110 | 1001110 | 110011 |
Color Harmonies of #E31FA7
Complementary color
Monochromatic Colors of #E31FA7
Black with #E31FA7
Text Example
Text Example
White with #E31FA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E31FA7; }
p { color: rgb(227,31,167); }
H1.HeaderClassName
{
color: #E31FA7;
}
.AnyTagClassName
{
color: #E31FA7;
}
</style>
background-color css
<style>
a { background-color: #E31FA7; }
a { background-color: rgb(227,31,167); }
div.DivClassName
{
background-color: #E31FA7;
}
.BgClassName
{
background-color: #E31FA7;
}
</style>
border-color css
<style>
span { border-color: #E31FA7; }
span { border-color: rgb(227,31,167); }
td.TdClassName
{
border-color: #E31FA7;
}
.TagClassName
{
border-color: #E31FA7;
}
</style>