Shades of Spicy Pink #E521AC
Tints of Spicy Pink #E521AC
RGB
CMYK
RGB Variations
Color information
#E521AC (or 0xE521AC) is known color: Spicy Pink. HEX triplet: E5, 21 and AC. RGB value is (229,33,172). Sum of RGB (Red+Green+Blue) = 229+33+172=434 (57% of max value = 765). Red value is 229 (89.84% from 255 or 52.76% from 434); Green value is 33 (13.28% from 255 or 7.60% from 434); Blue value is 172 (67.58% from 255 or 39.63% from 434); Max value from RGB is 229 - color contains mainly: red. Hex color #E521AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E521AC is #1ADE53. Grayscale: #6B6B6B. Windows color (decimal): -1760852 or 11280869. OLE color: 11280869.
HSL color Cylindrical-coordinate representation of color #E521AC: hue angle of 317.45º 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 #E521AC is Cyan = 0, Magento = 0.86, Yellow = 0.25 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 33 | 172 | - |
| CMYK | 0 | 0.86 | 0.25 | 0.10 |
| HSL | 317.45º | 0.79% | 0.51% | - |
| HSV(B) | 317.45º | 0.86% | 0.9% | - |
| XYZ | 40.3 | 20.72 | 40.91 | - |
| YUV | 107.45 | 164.43 | 214.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 33 | 172 | 0 | 0.86 | 0.25 | 0.10 | 317.45 | 0.79 | 0.51 |
| Hex | E5 | 21 | AC | 0 | 56 | 19 | A | 13D | 4F | 33 |
| Octal | 345 | 41 | 254 | 0 | 126 | 31 | 12 | 475 | 117 | 63 |
| Binary | 11100101 | 100001 | 10101100 | 0 | 1010110 | 11001 | 1010 | 100111101 | 1001111 | 110011 |
Color Harmonies of #E521AC
Complementary color
Monochromatic Colors of #E521AC
Black with #E521AC
Text Example
Text Example
White with #E521AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E521AC; }
p { color: rgb(229,33,172); }
H1.HeaderClassName
{
color: #E521AC;
}
.AnyTagClassName
{
color: #E521AC;
}
</style>
background-color css
<style>
a { background-color: #E521AC; }
a { background-color: rgb(229,33,172); }
div.DivClassName
{
background-color: #E521AC;
}
.BgClassName
{
background-color: #E521AC;
}
</style>
border-color css
<style>
span { border-color: #E521AC; }
span { border-color: rgb(229,33,172); }
td.TdClassName
{
border-color: #E521AC;
}
.TagClassName
{
border-color: #E521AC;
}
</style>