Shades of Spicy Pink #E120AF
Tints of Spicy Pink #E120AF
RGB
CMYK
RGB Variations
Color information
#E120AF (or 0xE120AF) is known color: Spicy Pink. HEX triplet: E1, 20 and AF. RGB value is (225,32,175). Sum of RGB (Red+Green+Blue) = 225+32+175=432 (57% of max value = 765). Red value is 225 (88.28% from 255 or 52.08% from 432); Green value is 32 (12.89% from 255 or 7.41% from 432); Blue value is 175 (68.75% from 255 or 40.51% from 432); Max value from RGB is 225 - color contains mainly: red. Hex color #E120AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E120AF is #1EDF50. Grayscale: #696969. Windows color (decimal): -2023249 or 11477217. OLE color: 11477217.
HSL color Cylindrical-coordinate representation of color #E120AF: hue angle of 315.54º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E120AF is Cyan = 0, Magento = 0.86, Yellow = 0.22 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 32 | 175 | - |
| CMYK | 0 | 0.86 | 0.22 | 0.12 |
| HSL | 315.54º | 0.76% | 0.5% | - |
| HSV(B) | 315.54º | 0.86% | 0.88% | - |
| XYZ | 39.31 | 20.14 | 42.37 | - |
| YUV | 106.01 | 166.94 | 212.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 32 | 175 | 0 | 0.86 | 0.22 | 0.12 | 315.54 | 0.76 | 0.5 |
| Hex | E1 | 20 | AF | 0 | 56 | 16 | C | 13C | 4C | 32 |
| Octal | 341 | 40 | 257 | 0 | 126 | 26 | 14 | 474 | 114 | 62 |
| Binary | 11100001 | 100000 | 10101111 | 0 | 1010110 | 10110 | 1100 | 100111100 | 1001100 | 110010 |
Color Harmonies of #E120AF
Complementary color
Monochromatic Colors of #E120AF
Black with #E120AF
Text Example
Text Example
White with #E120AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E120AF; }
p { color: rgb(225,32,175); }
H1.HeaderClassName
{
color: #E120AF;
}
.AnyTagClassName
{
color: #E120AF;
}
</style>
background-color css
<style>
a { background-color: #E120AF; }
a { background-color: rgb(225,32,175); }
div.DivClassName
{
background-color: #E120AF;
}
.BgClassName
{
background-color: #E120AF;
}
</style>
border-color css
<style>
span { border-color: #E120AF; }
span { border-color: rgb(225,32,175); }
td.TdClassName
{
border-color: #E120AF;
}
.TagClassName
{
border-color: #E120AF;
}
</style>