Shades of Spicy Pink #E515AC
Tints of Spicy Pink #E515AC
RGB
CMYK
RGB Variations
Color information
#E515AC (or 0xE515AC) is known color: Spicy Pink. HEX triplet: E5, 15 and AC. RGB value is (229,21,172). Sum of RGB (Red+Green+Blue) = 229+21+172=422 (55% of max value = 765). Red value is 229 (89.84% from 255 or 54.27% from 422); Green value is 21 (8.59% from 255 or 4.98% from 422); Blue value is 172 (67.58% from 255 or 40.76% from 422); Max value from RGB is 229 - color contains mainly: red. Hex color #E515AC is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E515AC is #1AEA53. Grayscale: #646464. Windows color (decimal): -1763924 or 11277797. OLE color: 11277797.
HSL color Cylindrical-coordinate representation of color #E515AC: hue angle of 316.44º degrees, saturation: 0.83, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E515AC is Cyan = 0, Magento = 0.91, Yellow = 0.25 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 21 | 172 | - |
| CMYK | 0 | 0.91 | 0.25 | 0.10 |
| HSL | 316.44º | 0.83% | 0.49% | - |
| HSV(B) | 316.44º | 0.91% | 0.9% | - |
| XYZ | 40.03 | 20.17 | 40.81 | - |
| YUV | 100.41 | 168.41 | 219.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 21 | 172 | 0 | 0.91 | 0.25 | 0.10 | 316.44 | 0.83 | 0.49 |
| Hex | E5 | 15 | AC | 0 | 5B | 19 | A | 13C | 53 | 31 |
| Octal | 345 | 25 | 254 | 0 | 133 | 31 | 12 | 474 | 123 | 61 |
| Binary | 11100101 | 10101 | 10101100 | 0 | 1011011 | 11001 | 1010 | 100111100 | 1010011 | 110001 |
Color Harmonies of #E515AC
Complementary color
Monochromatic Colors of #E515AC
Black with #E515AC
Text Example
Text Example
White with #E515AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E515AC; }
p { color: rgb(229,21,172); }
H1.HeaderClassName
{
color: #E515AC;
}
.AnyTagClassName
{
color: #E515AC;
}
</style>
background-color css
<style>
a { background-color: #E515AC; }
a { background-color: rgb(229,21,172); }
div.DivClassName
{
background-color: #E515AC;
}
.BgClassName
{
background-color: #E515AC;
}
</style>
border-color css
<style>
span { border-color: #E515AC; }
span { border-color: rgb(229,21,172); }
td.TdClassName
{
border-color: #E515AC;
}
.TagClassName
{
border-color: #E515AC;
}
</style>