Shades of Spicy Pink #E317AC
Tints of Spicy Pink #E317AC
RGB
CMYK
RGB Variations
Color information
#E317AC (or 0xE317AC) is known color: Spicy Pink. HEX triplet: E3, 17 and AC. RGB value is (227,23,172). Sum of RGB (Red+Green+Blue) = 227+23+172=422 (55% of max value = 765). Red value is 227 (89.06% from 255 or 53.79% from 422); Green value is 23 (9.38% from 255 or 5.45% from 422); Blue value is 172 (67.58% from 255 or 40.76% from 422); Max value from RGB is 227 - color contains mainly: red. Hex color #E317AC is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E317AC is #1CE853. Grayscale: #646464. Windows color (decimal): -1894484 or 11278307. OLE color: 11278307.
HSL color Cylindrical-coordinate representation of color #E317AC: hue angle of 316.18º degrees, saturation: 0.82, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E317AC is Cyan = 0, Magento = 0.90, Yellow = 0.24 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 23 | 172 | - |
| CMYK | 0 | 0.90 | 0.24 | 0.11 |
| HSL | 316.18º | 0.82% | 0.49% | - |
| HSV(B) | 316.18º | 0.9% | 0.89% | - |
| XYZ | 39.43 | 19.92 | 40.8 | - |
| YUV | 100.98 | 168.09 | 217.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 23 | 172 | 0 | 0.90 | 0.24 | 0.11 | 316.18 | 0.82 | 0.49 |
| Hex | E3 | 17 | AC | 0 | 5A | 18 | B | 13C | 52 | 31 |
| Octal | 343 | 27 | 254 | 0 | 132 | 30 | 13 | 474 | 122 | 61 |
| Binary | 11100011 | 10111 | 10101100 | 0 | 1011010 | 11000 | 1011 | 100111100 | 1010010 | 110001 |
Color Harmonies of #E317AC
Complementary color
Monochromatic Colors of #E317AC
Black with #E317AC
Text Example
Text Example
White with #E317AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E317AC; }
p { color: rgb(227,23,172); }
H1.HeaderClassName
{
color: #E317AC;
}
.AnyTagClassName
{
color: #E317AC;
}
</style>
background-color css
<style>
a { background-color: #E317AC; }
a { background-color: rgb(227,23,172); }
div.DivClassName
{
background-color: #E317AC;
}
.BgClassName
{
background-color: #E317AC;
}
</style>
border-color css
<style>
span { border-color: #E317AC; }
span { border-color: rgb(227,23,172); }
td.TdClassName
{
border-color: #E317AC;
}
.TagClassName
{
border-color: #E317AC;
}
</style>