Shades of Spicy Pink #E529AD
Tints of Spicy Pink #E529AD
RGB
CMYK
RGB Variations
Color information
#E529AD (or 0xE529AD) is known color: Spicy Pink. HEX triplet: E5, 29 and AD. RGB value is (229,41,173). Sum of RGB (Red+Green+Blue) = 229+41+173=443 (58% of max value = 765). Red value is 229 (89.84% from 255 or 51.69% from 443); Green value is 41 (16.41% from 255 or 9.26% from 443); Blue value is 173 (67.97% from 255 or 39.05% from 443); Max value from RGB is 229 - color contains mainly: red. Hex color #E529AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E529AD is #1AD652. Grayscale: #6F6F6F. Windows color (decimal): -1758803 or 11348453. OLE color: 11348453.
HSL color Cylindrical-coordinate representation of color #E529AD: hue angle of 317.87º degrees, saturation: 0.78, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E529AD is Cyan = 0, Magento = 0.82, Yellow = 0.24 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 41 | 173 | - |
| CMYK | 0 | 0.82 | 0.24 | 0.10 |
| HSL | 317.87º | 0.78% | 0.53% | - |
| HSV(B) | 317.87º | 0.82% | 0.9% | - |
| XYZ | 40.65 | 21.26 | 41.5 | - |
| YUV | 112.26 | 162.28 | 211.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 41 | 173 | 0 | 0.82 | 0.24 | 0.10 | 317.87 | 0.78 | 0.53 |
| Hex | E5 | 29 | AD | 0 | 52 | 18 | A | 13E | 4E | 35 |
| Octal | 345 | 51 | 255 | 0 | 122 | 30 | 12 | 476 | 116 | 65 |
| Binary | 11100101 | 101001 | 10101101 | 0 | 1010010 | 11000 | 1010 | 100111110 | 1001110 | 110101 |
Color Harmonies of #E529AD
Complementary color
Monochromatic Colors of #E529AD
Black with #E529AD
Text Example
Text Example
White with #E529AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E529AD; }
p { color: rgb(229,41,173); }
H1.HeaderClassName
{
color: #E529AD;
}
.AnyTagClassName
{
color: #E529AD;
}
</style>
background-color css
<style>
a { background-color: #E529AD; }
a { background-color: rgb(229,41,173); }
div.DivClassName
{
background-color: #E529AD;
}
.BgClassName
{
background-color: #E529AD;
}
</style>
border-color css
<style>
span { border-color: #E529AD; }
span { border-color: rgb(229,41,173); }
td.TdClassName
{
border-color: #E529AD;
}
.TagClassName
{
border-color: #E529AD;
}
</style>