Shades of Spicy Pink #E515AD
Tints of Spicy Pink #E515AD
RGB
CMYK
RGB Variations
Color information
#E515AD (or 0xE515AD) is known color: Spicy Pink. HEX triplet: E5, 15 and AD. RGB value is (229,21,173). Sum of RGB (Red+Green+Blue) = 229+21+173=423 (56% of max value = 765). Red value is 229 (89.84% from 255 or 54.14% from 423); Green value is 21 (8.59% from 255 or 4.96% from 423); Blue value is 173 (67.97% from 255 or 40.90% from 423); Max value from RGB is 229 - color contains mainly: red. Hex color #E515AD is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E515AD is #1AEA52. Grayscale: #646464. Windows color (decimal): -1763923 or 11343333. OLE color: 11343333.
HSL color Cylindrical-coordinate representation of color #E515AD: hue angle of 316.15º 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 #E515AD is Cyan = 0, Magento = 0.91, Yellow = 0.24 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 21 | 173 | - |
| CMYK | 0 | 0.91 | 0.24 | 0.10 |
| HSL | 316.15º | 0.83% | 0.49% | - |
| HSV(B) | 316.15º | 0.91% | 0.9% | - |
| XYZ | 40.12 | 20.21 | 41.32 | - |
| YUV | 100.52 | 168.91 | 219.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 21 | 173 | 0 | 0.91 | 0.24 | 0.10 | 316.15 | 0.83 | 0.49 |
| Hex | E5 | 15 | AD | 0 | 5B | 18 | A | 13C | 53 | 31 |
| Octal | 345 | 25 | 255 | 0 | 133 | 30 | 12 | 474 | 123 | 61 |
| Binary | 11100101 | 10101 | 10101101 | 0 | 1011011 | 11000 | 1010 | 100111100 | 1010011 | 110001 |
Color Harmonies of #E515AD
Complementary color
Monochromatic Colors of #E515AD
Black with #E515AD
Text Example
Text Example
White with #E515AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E515AD; }
p { color: rgb(229,21,173); }
H1.HeaderClassName
{
color: #E515AD;
}
.AnyTagClassName
{
color: #E515AD;
}
</style>
background-color css
<style>
a { background-color: #E515AD; }
a { background-color: rgb(229,21,173); }
div.DivClassName
{
background-color: #E515AD;
}
.BgClassName
{
background-color: #E515AD;
}
</style>
border-color css
<style>
span { border-color: #E515AD; }
span { border-color: rgb(229,21,173); }
td.TdClassName
{
border-color: #E515AD;
}
.TagClassName
{
border-color: #E515AD;
}
</style>