Shades of Spicy Pink #E517AC
Tints of Spicy Pink #E517AC
RGB
CMYK
RGB Variations
Color information
#E517AC (or 0xE517AC) is known color: Spicy Pink. HEX triplet: E5, 17 and AC. RGB value is (229,23,172). Sum of RGB (Red+Green+Blue) = 229+23+172=424 (56% of max value = 765). Red value is 229 (89.84% from 255 or 54.01% from 424); Green value is 23 (9.38% from 255 or 5.42% from 424); Blue value is 172 (67.58% from 255 or 40.57% from 424); Max value from RGB is 229 - color contains mainly: red. Hex color #E517AC is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E517AC is #1AE853. Grayscale: #656565. Windows color (decimal): -1763412 or 11278309. OLE color: 11278309.
HSL color Cylindrical-coordinate representation of color #E517AC: hue angle of 316.6º degrees, saturation: 0.82, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E517AC is Cyan = 0, Magento = 0.90, Yellow = 0.25 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 23 | 172 | - |
| CMYK | 0 | 0.90 | 0.25 | 0.10 |
| HSL | 316.6º | 0.82% | 0.49% | - |
| HSV(B) | 316.6º | 0.9% | 0.9% | - |
| XYZ | 40.07 | 20.25 | 40.83 | - |
| YUV | 101.58 | 167.75 | 218.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 23 | 172 | 0 | 0.90 | 0.25 | 0.10 | 316.6 | 0.82 | 0.49 |
| Hex | E5 | 17 | AC | 0 | 5A | 19 | A | 13D | 52 | 31 |
| Octal | 345 | 27 | 254 | 0 | 132 | 31 | 12 | 475 | 122 | 61 |
| Binary | 11100101 | 10111 | 10101100 | 0 | 1011010 | 11001 | 1010 | 100111101 | 1010010 | 110001 |
Color Harmonies of #E517AC
Complementary color
Monochromatic Colors of #E517AC
Black with #E517AC
Text Example
Text Example
White with #E517AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E517AC; }
p { color: rgb(229,23,172); }
H1.HeaderClassName
{
color: #E517AC;
}
.AnyTagClassName
{
color: #E517AC;
}
</style>
background-color css
<style>
a { background-color: #E517AC; }
a { background-color: rgb(229,23,172); }
div.DivClassName
{
background-color: #E517AC;
}
.BgClassName
{
background-color: #E517AC;
}
</style>
border-color css
<style>
span { border-color: #E517AC; }
span { border-color: rgb(229,23,172); }
td.TdClassName
{
border-color: #E517AC;
}
.TagClassName
{
border-color: #E517AC;
}
</style>