Shades of Spicy Pink #E319AC
Tints of Spicy Pink #E319AC
RGB
CMYK
RGB Variations
Color information
#E319AC (or 0xE319AC) is known color: Spicy Pink. HEX triplet: E3, 19 and AC. RGB value is (227,25,172). Sum of RGB (Red+Green+Blue) = 227+25+172=424 (56% of max value = 765). Red value is 227 (89.06% from 255 or 53.54% from 424); Green value is 25 (10.16% from 255 or 5.90% from 424); Blue value is 172 (67.58% from 255 or 40.57% from 424); Max value from RGB is 227 - color contains mainly: red. Hex color #E319AC is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E319AC is #1CE653. Grayscale: #656565. Windows color (decimal): -1893972 or 11278819. OLE color: 11278819.
HSL color Cylindrical-coordinate representation of color #E319AC: hue angle of 316.34º degrees, saturation: 0.8, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E319AC is Cyan = 0, Magento = 0.89, Yellow = 0.24 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 25 | 172 | - |
| CMYK | 0 | 0.89 | 0.24 | 0.11 |
| HSL | 316.34º | 0.8% | 0.49% | - |
| HSV(B) | 316.34º | 0.89% | 0.89% | - |
| XYZ | 39.47 | 20 | 40.81 | - |
| YUV | 102.16 | 167.42 | 217.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 25 | 172 | 0 | 0.89 | 0.24 | 0.11 | 316.34 | 0.8 | 0.49 |
| Hex | E3 | 19 | AC | 0 | 59 | 18 | B | 13C | 50 | 31 |
| Octal | 343 | 31 | 254 | 0 | 131 | 30 | 13 | 474 | 120 | 61 |
| Binary | 11100011 | 11001 | 10101100 | 0 | 1011001 | 11000 | 1011 | 100111100 | 1010000 | 110001 |
Color Harmonies of #E319AC
Complementary color
Monochromatic Colors of #E319AC
Black with #E319AC
Text Example
Text Example
White with #E319AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E319AC; }
p { color: rgb(227,25,172); }
H1.HeaderClassName
{
color: #E319AC;
}
.AnyTagClassName
{
color: #E319AC;
}
</style>
background-color css
<style>
a { background-color: #E319AC; }
a { background-color: rgb(227,25,172); }
div.DivClassName
{
background-color: #E319AC;
}
.BgClassName
{
background-color: #E319AC;
}
</style>
border-color css
<style>
span { border-color: #E319AC; }
span { border-color: rgb(227,25,172); }
td.TdClassName
{
border-color: #E319AC;
}
.TagClassName
{
border-color: #E319AC;
}
</style>