Shades of Spicy Pink #E521AD
Tints of Spicy Pink #E521AD
RGB
CMYK
RGB Variations
Color information
#E521AD (or 0xE521AD) is known color: Spicy Pink. HEX triplet: E5, 21 and AD. RGB value is (229,33,173). Sum of RGB (Red+Green+Blue) = 229+33+173=435 (57% of max value = 765). Red value is 229 (89.84% from 255 or 52.64% from 435); Green value is 33 (13.28% from 255 or 7.59% from 435); Blue value is 173 (67.97% from 255 or 39.77% from 435); Max value from RGB is 229 - color contains mainly: red. Hex color #E521AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E521AD is #1ADE52. Grayscale: #6B6B6B. Windows color (decimal): -1760851 or 11346405. OLE color: 11346405.
HSL color Cylindrical-coordinate representation of color #E521AD: hue angle of 317.14º degrees, saturation: 0.79, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E521AD is Cyan = 0, Magento = 0.86, Yellow = 0.24 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 33 | 173 | - |
| CMYK | 0 | 0.86 | 0.24 | 0.10 |
| HSL | 317.14º | 0.79% | 0.51% | - |
| HSV(B) | 317.14º | 0.86% | 0.9% | - |
| XYZ | 40.4 | 20.76 | 41.41 | - |
| YUV | 107.56 | 164.93 | 214.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 33 | 173 | 0 | 0.86 | 0.24 | 0.10 | 317.14 | 0.79 | 0.51 |
| Hex | E5 | 21 | AD | 0 | 56 | 18 | A | 13D | 4F | 33 |
| Octal | 345 | 41 | 255 | 0 | 126 | 30 | 12 | 475 | 117 | 63 |
| Binary | 11100101 | 100001 | 10101101 | 0 | 1010110 | 11000 | 1010 | 100111101 | 1001111 | 110011 |
Color Harmonies of #E521AD
Complementary color
Monochromatic Colors of #E521AD
Black with #E521AD
Text Example
Text Example
White with #E521AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E521AD; }
p { color: rgb(229,33,173); }
H1.HeaderClassName
{
color: #E521AD;
}
.AnyTagClassName
{
color: #E521AD;
}
</style>
background-color css
<style>
a { background-color: #E521AD; }
a { background-color: rgb(229,33,173); }
div.DivClassName
{
background-color: #E521AD;
}
.BgClassName
{
background-color: #E521AD;
}
</style>
border-color css
<style>
span { border-color: #E521AD; }
span { border-color: rgb(229,33,173); }
td.TdClassName
{
border-color: #E521AD;
}
.TagClassName
{
border-color: #E521AD;
}
</style>