Shades of Spicy Pink #E120AC
Tints of Spicy Pink #E120AC
RGB
CMYK
RGB Variations
Color information
#E120AC (or 0xE120AC) is known color: Spicy Pink. HEX triplet: E1, 20 and AC. RGB value is (225,32,172). Sum of RGB (Red+Green+Blue) = 225+32+172=429 (56% of max value = 765). Red value is 225 (88.28% from 255 or 52.45% from 429); Green value is 32 (12.89% from 255 or 7.46% from 429); Blue value is 172 (67.58% from 255 or 40.09% from 429); Max value from RGB is 225 - color contains mainly: red. Hex color #E120AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E120AC is #1EDF53. Grayscale: #696969. Windows color (decimal): -2023252 or 11280609. OLE color: 11280609.
HSL color Cylindrical-coordinate representation of color #E120AC: hue angle of 316.48º 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 #E120AC is Cyan = 0, Magento = 0.86, Yellow = 0.24 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 32 | 172 | - |
| CMYK | 0 | 0.86 | 0.24 | 0.12 |
| HSL | 316.48º | 0.76% | 0.5% | - |
| HSV(B) | 316.48º | 0.86% | 0.88% | - |
| XYZ | 39.01 | 20.02 | 40.84 | - |
| YUV | 105.67 | 165.44 | 213.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 32 | 172 | 0 | 0.86 | 0.24 | 0.12 | 316.48 | 0.76 | 0.5 |
| Hex | E1 | 20 | AC | 0 | 56 | 18 | C | 13C | 4C | 32 |
| Octal | 341 | 40 | 254 | 0 | 126 | 30 | 14 | 474 | 114 | 62 |
| Binary | 11100001 | 100000 | 10101100 | 0 | 1010110 | 11000 | 1100 | 100111100 | 1001100 | 110010 |
Color Harmonies of #E120AC
Complementary color
Monochromatic Colors of #E120AC
Black with #E120AC
Text Example
Text Example
White with #E120AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E120AC; }
p { color: rgb(225,32,172); }
H1.HeaderClassName
{
color: #E120AC;
}
.AnyTagClassName
{
color: #E120AC;
}
</style>
background-color css
<style>
a { background-color: #E120AC; }
a { background-color: rgb(225,32,172); }
div.DivClassName
{
background-color: #E120AC;
}
.BgClassName
{
background-color: #E120AC;
}
</style>
border-color css
<style>
span { border-color: #E120AC; }
span { border-color: rgb(225,32,172); }
td.TdClassName
{
border-color: #E120AC;
}
.TagClassName
{
border-color: #E120AC;
}
</style>