Shades of Spicy Pink #E520AC
Tints of Spicy Pink #E520AC
RGB
CMYK
RGB Variations
Color information
#E520AC (or 0xE520AC) is known color: Spicy Pink. HEX triplet: E5, 20 and AC. RGB value is (229,32,172). Sum of RGB (Red+Green+Blue) = 229+32+172=433 (57% of max value = 765). Red value is 229 (89.84% from 255 or 52.89% from 433); Green value is 32 (12.89% from 255 or 7.39% from 433); Blue value is 172 (67.58% from 255 or 39.72% from 433); Max value from RGB is 229 - color contains mainly: red. Hex color #E520AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E520AC is #1ADF53. Grayscale: #6A6A6A. Windows color (decimal): -1761108 or 11280613. OLE color: 11280613.
HSL color Cylindrical-coordinate representation of color #E520AC: hue angle of 317.36º 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 #E520AC is Cyan = 0, Magento = 0.86, Yellow = 0.25 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 32 | 172 | - |
| CMYK | 0 | 0.86 | 0.25 | 0.10 |
| HSL | 317.36º | 0.79% | 0.51% | - |
| HSV(B) | 317.36º | 0.86% | 0.9% | - |
| XYZ | 40.28 | 20.67 | 40.9 | - |
| YUV | 106.86 | 164.77 | 215.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 32 | 172 | 0 | 0.86 | 0.25 | 0.10 | 317.36 | 0.79 | 0.51 |
| Hex | E5 | 20 | AC | 0 | 56 | 19 | A | 13D | 4F | 33 |
| Octal | 345 | 40 | 254 | 0 | 126 | 31 | 12 | 475 | 117 | 63 |
| Binary | 11100101 | 100000 | 10101100 | 0 | 1010110 | 11001 | 1010 | 100111101 | 1001111 | 110011 |
Color Harmonies of #E520AC
Complementary color
Monochromatic Colors of #E520AC
Black with #E520AC
Text Example
Text Example
White with #E520AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E520AC; }
p { color: rgb(229,32,172); }
H1.HeaderClassName
{
color: #E520AC;
}
.AnyTagClassName
{
color: #E520AC;
}
</style>
background-color css
<style>
a { background-color: #E520AC; }
a { background-color: rgb(229,32,172); }
div.DivClassName
{
background-color: #E520AC;
}
.BgClassName
{
background-color: #E520AC;
}
</style>
border-color css
<style>
span { border-color: #E520AC; }
span { border-color: rgb(229,32,172); }
td.TdClassName
{
border-color: #E520AC;
}
.TagClassName
{
border-color: #E520AC;
}
</style>