Shades of Spicy Pink #E31FAC
Tints of Spicy Pink #E31FAC
RGB
CMYK
RGB Variations
Color information
#E31FAC (or 0xE31FAC) is known color: Spicy Pink. HEX triplet: E3, 1F and AC. RGB value is (227,31,172). Sum of RGB (Red+Green+Blue) = 227+31+172=430 (56% of max value = 765). Red value is 227 (89.06% from 255 or 52.79% from 430); Green value is 31 (12.5% from 255 or 7.21% from 430); Blue value is 172 (67.58% from 255 or 40% from 430); Max value from RGB is 227 - color contains mainly: red. Hex color #E31FAC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E31FAC is #1CE053. Grayscale: #696969. Windows color (decimal): -1892436 or 11280355. OLE color: 11280355.
HSL color Cylindrical-coordinate representation of color #E31FAC: hue angle of 316.84º 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 #E31FAC is Cyan = 0, Magento = 0.86, Yellow = 0.24 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 31 | 172 | - |
| CMYK | 0 | 0.86 | 0.24 | 0.11 |
| HSL | 316.84º | 0.78% | 0.51% | - |
| HSV(B) | 316.84º | 0.86% | 0.89% | - |
| XYZ | 39.61 | 20.29 | 40.86 | - |
| YUV | 105.68 | 165.43 | 214.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 31 | 172 | 0 | 0.86 | 0.24 | 0.11 | 316.84 | 0.78 | 0.51 |
| Hex | E3 | 1F | AC | 0 | 56 | 18 | B | 13D | 4E | 33 |
| Octal | 343 | 37 | 254 | 0 | 126 | 30 | 13 | 475 | 116 | 63 |
| Binary | 11100011 | 11111 | 10101100 | 0 | 1010110 | 11000 | 1011 | 100111101 | 1001110 | 110011 |
Color Harmonies of #E31FAC
Complementary color
Monochromatic Colors of #E31FAC
Black with #E31FAC
Text Example
Text Example
White with #E31FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E31FAC; }
p { color: rgb(227,31,172); }
H1.HeaderClassName
{
color: #E31FAC;
}
.AnyTagClassName
{
color: #E31FAC;
}
</style>
background-color css
<style>
a { background-color: #E31FAC; }
a { background-color: rgb(227,31,172); }
div.DivClassName
{
background-color: #E31FAC;
}
.BgClassName
{
background-color: #E31FAC;
}
</style>
border-color css
<style>
span { border-color: #E31FAC; }
span { border-color: rgb(227,31,172); }
td.TdClassName
{
border-color: #E31FAC;
}
.TagClassName
{
border-color: #E31FAC;
}
</style>