Shades of Spicy Pink #E521AF
Tints of Spicy Pink #E521AF
RGB
CMYK
RGB Variations
Color information
#E521AF (or 0xE521AF) is known color: Spicy Pink. HEX triplet: E5, 21 and AF. RGB value is (229,33,175). Sum of RGB (Red+Green+Blue) = 229+33+175=437 (57% of max value = 765). Red value is 229 (89.84% from 255 or 52.40% from 437); Green value is 33 (13.28% from 255 or 7.55% from 437); Blue value is 175 (68.75% from 255 or 40.05% from 437); Max value from RGB is 229 - color contains mainly: red. Hex color #E521AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E521AF is #1ADE50. Grayscale: #6B6B6B. Windows color (decimal): -1760849 or 11477477. OLE color: 11477477.
HSL color Cylindrical-coordinate representation of color #E521AF: hue angle of 316.53º 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 #E521AF is Cyan = 0, Magento = 0.86, Yellow = 0.24 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 33 | 175 | - |
| CMYK | 0 | 0.86 | 0.24 | 0.10 |
| HSL | 316.53º | 0.79% | 0.51% | - |
| HSV(B) | 316.53º | 0.86% | 0.9% | - |
| XYZ | 40.59 | 20.84 | 42.44 | - |
| YUV | 107.79 | 165.93 | 214.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 33 | 175 | 0 | 0.86 | 0.24 | 0.10 | 316.53 | 0.79 | 0.51 |
| Hex | E5 | 21 | AF | 0 | 56 | 18 | A | 13D | 4F | 33 |
| Octal | 345 | 41 | 257 | 0 | 126 | 30 | 12 | 475 | 117 | 63 |
| Binary | 11100101 | 100001 | 10101111 | 0 | 1010110 | 11000 | 1010 | 100111101 | 1001111 | 110011 |
Color Harmonies of #E521AF
Complementary color
Monochromatic Colors of #E521AF
Black with #E521AF
Text Example
Text Example
White with #E521AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E521AF; }
p { color: rgb(229,33,175); }
H1.HeaderClassName
{
color: #E521AF;
}
.AnyTagClassName
{
color: #E521AF;
}
</style>
background-color css
<style>
a { background-color: #E521AF; }
a { background-color: rgb(229,33,175); }
div.DivClassName
{
background-color: #E521AF;
}
.BgClassName
{
background-color: #E521AF;
}
</style>
border-color css
<style>
span { border-color: #E521AF; }
span { border-color: rgb(229,33,175); }
td.TdClassName
{
border-color: #E521AF;
}
.TagClassName
{
border-color: #E521AF;
}
</style>