Shades of Spicy Pink #E521A6
Tints of Spicy Pink #E521A6
RGB
CMYK
RGB Variations
Color information
#E521A6 (or 0xE521A6) is known color: Spicy Pink. HEX triplet: E5, 21 and A6. RGB value is (229,33,166). Sum of RGB (Red+Green+Blue) = 229+33+166=428 (56% of max value = 765). Red value is 229 (89.84% from 255 or 53.50% from 428); Green value is 33 (13.28% from 255 or 7.71% from 428); Blue value is 166 (65.23% from 255 or 38.79% from 428); Max value from RGB is 229 - color contains mainly: red. Hex color #E521A6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E521A6 is #1ADE59. Grayscale: #6A6A6A. Windows color (decimal): -1760858 or 10887653. OLE color: 10887653.
HSL color Cylindrical-coordinate representation of color #E521A6: hue angle of 319.29º 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 #E521A6 is Cyan = 0, Magento = 0.86, Yellow = 0.28 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 33 | 166 | - |
| CMYK | 0 | 0.86 | 0.28 | 0.10 |
| HSL | 319.29º | 0.79% | 0.51% | - |
| HSV(B) | 319.29º | 0.86% | 0.9% | - |
| XYZ | 39.74 | 20.5 | 37.94 | - |
| YUV | 106.77 | 161.43 | 215.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 33 | 166 | 0 | 0.86 | 0.28 | 0.10 | 319.29 | 0.79 | 0.51 |
| Hex | E5 | 21 | A6 | 0 | 56 | 1C | A | 13F | 4F | 33 |
| Octal | 345 | 41 | 246 | 0 | 126 | 34 | 12 | 477 | 117 | 63 |
| Binary | 11100101 | 100001 | 10100110 | 0 | 1010110 | 11100 | 1010 | 100111111 | 1001111 | 110011 |
Color Harmonies of #E521A6
Complementary color
Monochromatic Colors of #E521A6
Black with #E521A6
Text Example
Text Example
White with #E521A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E521A6; }
p { color: rgb(229,33,166); }
H1.HeaderClassName
{
color: #E521A6;
}
.AnyTagClassName
{
color: #E521A6;
}
</style>
background-color css
<style>
a { background-color: #E521A6; }
a { background-color: rgb(229,33,166); }
div.DivClassName
{
background-color: #E521A6;
}
.BgClassName
{
background-color: #E521A6;
}
</style>
border-color css
<style>
span { border-color: #E521A6; }
span { border-color: rgb(229,33,166); }
td.TdClassName
{
border-color: #E521A6;
}
.TagClassName
{
border-color: #E521A6;
}
</style>