Shades of Spicy Pink #E520AF
Tints of Spicy Pink #E520AF
RGB
CMYK
RGB Variations
Color information
#E520AF (or 0xE520AF) is known color: Spicy Pink. HEX triplet: E5, 20 and AF. RGB value is (229,32,175). Sum of RGB (Red+Green+Blue) = 229+32+175=436 (57% of max value = 765). Red value is 229 (89.84% from 255 or 52.52% from 436); Green value is 32 (12.89% from 255 or 7.34% from 436); Blue value is 175 (68.75% from 255 or 40.14% from 436); Max value from RGB is 229 - color contains mainly: red. Hex color #E520AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E520AF is #1ADF50. Grayscale: #6A6A6A. Windows color (decimal): -1761105 or 11477221. OLE color: 11477221.
HSL color Cylindrical-coordinate representation of color #E520AF: hue angle of 316.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 #E520AF is Cyan = 0, Magento = 0.86, Yellow = 0.24 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 32 | 175 | - |
| CMYK | 0 | 0.86 | 0.24 | 0.10 |
| HSL | 316.45º | 0.79% | 0.51% | - |
| HSV(B) | 316.45º | 0.86% | 0.9% | - |
| XYZ | 40.57 | 20.79 | 42.43 | - |
| YUV | 107.21 | 166.27 | 214.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 32 | 175 | 0 | 0.86 | 0.24 | 0.10 | 316.45 | 0.79 | 0.51 |
| Hex | E5 | 20 | AF | 0 | 56 | 18 | A | 13C | 4F | 33 |
| Octal | 345 | 40 | 257 | 0 | 126 | 30 | 12 | 474 | 117 | 63 |
| Binary | 11100101 | 100000 | 10101111 | 0 | 1010110 | 11000 | 1010 | 100111100 | 1001111 | 110011 |
Color Harmonies of #E520AF
Complementary color
Monochromatic Colors of #E520AF
Black with #E520AF
Text Example
Text Example
White with #E520AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E520AF; }
p { color: rgb(229,32,175); }
H1.HeaderClassName
{
color: #E520AF;
}
.AnyTagClassName
{
color: #E520AF;
}
</style>
background-color css
<style>
a { background-color: #E520AF; }
a { background-color: rgb(229,32,175); }
div.DivClassName
{
background-color: #E520AF;
}
.BgClassName
{
background-color: #E520AF;
}
</style>
border-color css
<style>
span { border-color: #E520AF; }
span { border-color: rgb(229,32,175); }
td.TdClassName
{
border-color: #E520AF;
}
.TagClassName
{
border-color: #E520AF;
}
</style>