Shades of Spicy Pink #E120A6
Tints of Spicy Pink #E120A6
RGB
CMYK
RGB Variations
Color information
#E120A6 (or 0xE120A6) is known color: Spicy Pink. HEX triplet: E1, 20 and A6. RGB value is (225,32,166). Sum of RGB (Red+Green+Blue) = 225+32+166=423 (56% of max value = 765). Red value is 225 (88.28% from 255 or 53.19% from 423); Green value is 32 (12.89% from 255 or 7.57% from 423); Blue value is 166 (65.23% from 255 or 39.24% from 423); Max value from RGB is 225 - color contains mainly: red. Hex color #E120A6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E120A6 is #1EDF59. Grayscale: #686868. Windows color (decimal): -2023258 or 10887393. OLE color: 10887393.
HSL color Cylindrical-coordinate representation of color #E120A6: hue angle of 318.34º 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 #E120A6 is Cyan = 0, Magento = 0.86, Yellow = 0.26 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 32 | 166 | - |
| CMYK | 0 | 0.86 | 0.26 | 0.12 |
| HSL | 318.34º | 0.76% | 0.5% | - |
| HSV(B) | 318.34º | 0.86% | 0.88% | - |
| XYZ | 38.45 | 19.79 | 37.87 | - |
| YUV | 104.98 | 162.44 | 213.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 32 | 166 | 0 | 0.86 | 0.26 | 0.12 | 318.34 | 0.76 | 0.5 |
| Hex | E1 | 20 | A6 | 0 | 56 | 1A | C | 13E | 4C | 32 |
| Octal | 341 | 40 | 246 | 0 | 126 | 32 | 14 | 476 | 114 | 62 |
| Binary | 11100001 | 100000 | 10100110 | 0 | 1010110 | 11010 | 1100 | 100111110 | 1001100 | 110010 |
Color Harmonies of #E120A6
Complementary color
Monochromatic Colors of #E120A6
Black with #E120A6
Text Example
Text Example
White with #E120A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E120A6; }
p { color: rgb(225,32,166); }
H1.HeaderClassName
{
color: #E120A6;
}
.AnyTagClassName
{
color: #E120A6;
}
</style>
background-color css
<style>
a { background-color: #E120A6; }
a { background-color: rgb(225,32,166); }
div.DivClassName
{
background-color: #E120A6;
}
.BgClassName
{
background-color: #E120A6;
}
</style>
border-color css
<style>
span { border-color: #E120A6; }
span { border-color: rgb(225,32,166); }
td.TdClassName
{
border-color: #E120A6;
}
.TagClassName
{
border-color: #E120A6;
}
</style>