Shades of Spicy Pink #E31FA5
Tints of Spicy Pink #E31FA5
RGB
CMYK
RGB Variations
Color information
#E31FA5 (or 0xE31FA5) is known color: Spicy Pink. HEX triplet: E3, 1F and A5. RGB value is (227,31,165). Sum of RGB (Red+Green+Blue) = 227+31+165=423 (56% of max value = 765). Red value is 227 (89.06% from 255 or 53.66% from 423); Green value is 31 (12.5% from 255 or 7.33% from 423); Blue value is 165 (64.84% from 255 or 39.01% from 423); Max value from RGB is 227 - color contains mainly: red. Hex color #E31FA5 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E31FA5 is #1CE05A. Grayscale: #686868. Windows color (decimal): -1892443 or 10821603. OLE color: 10821603.
HSL color Cylindrical-coordinate representation of color #E31FA5: hue angle of 318.98º 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 #E31FA5 is Cyan = 0, Magento = 0.86, Yellow = 0.27 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 31 | 165 | - |
| CMYK | 0 | 0.86 | 0.27 | 0.11 |
| HSL | 318.98º | 0.78% | 0.51% | - |
| HSV(B) | 318.98º | 0.86% | 0.89% | - |
| XYZ | 38.96 | 20.03 | 37.41 | - |
| YUV | 104.88 | 161.93 | 215.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 31 | 165 | 0 | 0.86 | 0.27 | 0.11 | 318.98 | 0.78 | 0.51 |
| Hex | E3 | 1F | A5 | 0 | 56 | 1B | B | 13F | 4E | 33 |
| Octal | 343 | 37 | 245 | 0 | 126 | 33 | 13 | 477 | 116 | 63 |
| Binary | 11100011 | 11111 | 10100101 | 0 | 1010110 | 11011 | 1011 | 100111111 | 1001110 | 110011 |
Color Harmonies of #E31FA5
Complementary color
Monochromatic Colors of #E31FA5
Black with #E31FA5
Text Example
Text Example
White with #E31FA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E31FA5; }
p { color: rgb(227,31,165); }
H1.HeaderClassName
{
color: #E31FA5;
}
.AnyTagClassName
{
color: #E31FA5;
}
</style>
background-color css
<style>
a { background-color: #E31FA5; }
a { background-color: rgb(227,31,165); }
div.DivClassName
{
background-color: #E31FA5;
}
.BgClassName
{
background-color: #E31FA5;
}
</style>
border-color css
<style>
span { border-color: #E31FA5; }
span { border-color: rgb(227,31,165); }
td.TdClassName
{
border-color: #E31FA5;
}
.TagClassName
{
border-color: #E31FA5;
}
</style>