Shades of Spicy Pink #E520AE
Tints of Spicy Pink #E520AE
RGB
CMYK
RGB Variations
Color information
#E520AE (or 0xE520AE) is known color: Spicy Pink. HEX triplet: E5, 20 and AE. RGB value is (229,32,174). Sum of RGB (Red+Green+Blue) = 229+32+174=435 (57% of max value = 765). Red value is 229 (89.84% from 255 or 52.64% from 435); Green value is 32 (12.89% from 255 or 7.36% from 435); Blue value is 174 (68.36% from 255 or 40% from 435); Max value from RGB is 229 - color contains mainly: red. Hex color #E520AE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E520AE is #1ADF51. Grayscale: #6A6A6A. Windows color (decimal): -1761106 or 11411685. OLE color: 11411685.
HSL color Cylindrical-coordinate representation of color #E520AE: hue angle of 316.75º 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 #E520AE is Cyan = 0, Magento = 0.86, Yellow = 0.24 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 32 | 174 | - |
| CMYK | 0 | 0.86 | 0.24 | 0.10 |
| HSL | 316.75º | 0.79% | 0.51% | - |
| HSV(B) | 316.75º | 0.86% | 0.9% | - |
| XYZ | 40.47 | 20.75 | 41.92 | - |
| YUV | 107.09 | 165.77 | 214.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 32 | 174 | 0 | 0.86 | 0.24 | 0.10 | 316.75 | 0.79 | 0.51 |
| Hex | E5 | 20 | AE | 0 | 56 | 18 | A | 13D | 4F | 33 |
| Octal | 345 | 40 | 256 | 0 | 126 | 30 | 12 | 475 | 117 | 63 |
| Binary | 11100101 | 100000 | 10101110 | 0 | 1010110 | 11000 | 1010 | 100111101 | 1001111 | 110011 |
Color Harmonies of #E520AE
Complementary color
Monochromatic Colors of #E520AE
Black with #E520AE
Text Example
Text Example
White with #E520AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E520AE; }
p { color: rgb(229,32,174); }
H1.HeaderClassName
{
color: #E520AE;
}
.AnyTagClassName
{
color: #E520AE;
}
</style>
background-color css
<style>
a { background-color: #E520AE; }
a { background-color: rgb(229,32,174); }
div.DivClassName
{
background-color: #E520AE;
}
.BgClassName
{
background-color: #E520AE;
}
</style>
border-color css
<style>
span { border-color: #E520AE; }
span { border-color: rgb(229,32,174); }
td.TdClassName
{
border-color: #E520AE;
}
.TagClassName
{
border-color: #E520AE;
}
</style>