Shades of Spicy Pink #E521A7
Tints of Spicy Pink #E521A7
RGB
CMYK
RGB Variations
Color information
#E521A7 (or 0xE521A7) is known color: Spicy Pink. HEX triplet: E5, 21 and A7. RGB value is (229,33,167). Sum of RGB (Red+Green+Blue) = 229+33+167=429 (56% of max value = 765). Red value is 229 (89.84% from 255 or 53.38% from 429); Green value is 33 (13.28% from 255 or 7.69% from 429); Blue value is 167 (65.62% from 255 or 38.93% from 429); Max value from RGB is 229 - color contains mainly: red. Hex color #E521A7 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E521A7 is #1ADE58. Grayscale: #6A6A6A. Windows color (decimal): -1760857 or 10953189. OLE color: 10953189.
HSL color Cylindrical-coordinate representation of color #E521A7: hue angle of 318.98º 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 #E521A7 is Cyan = 0, Magento = 0.86, Yellow = 0.27 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 33 | 167 | - |
| CMYK | 0 | 0.86 | 0.27 | 0.10 |
| HSL | 318.98º | 0.79% | 0.51% | - |
| HSV(B) | 318.98º | 0.86% | 0.9% | - |
| XYZ | 39.83 | 20.54 | 38.42 | - |
| YUV | 106.88 | 161.93 | 215.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 33 | 167 | 0 | 0.86 | 0.27 | 0.10 | 318.98 | 0.79 | 0.51 |
| Hex | E5 | 21 | A7 | 0 | 56 | 1B | A | 13F | 4F | 33 |
| Octal | 345 | 41 | 247 | 0 | 126 | 33 | 12 | 477 | 117 | 63 |
| Binary | 11100101 | 100001 | 10100111 | 0 | 1010110 | 11011 | 1010 | 100111111 | 1001111 | 110011 |
Color Harmonies of #E521A7
Complementary color
Monochromatic Colors of #E521A7
Black with #E521A7
Text Example
Text Example
White with #E521A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E521A7; }
p { color: rgb(229,33,167); }
H1.HeaderClassName
{
color: #E521A7;
}
.AnyTagClassName
{
color: #E521A7;
}
</style>
background-color css
<style>
a { background-color: #E521A7; }
a { background-color: rgb(229,33,167); }
div.DivClassName
{
background-color: #E521A7;
}
.BgClassName
{
background-color: #E521A7;
}
</style>
border-color css
<style>
span { border-color: #E521A7; }
span { border-color: rgb(229,33,167); }
td.TdClassName
{
border-color: #E521A7;
}
.TagClassName
{
border-color: #E521A7;
}
</style>