Shades of Spicy Pink #E120AB
Tints of Spicy Pink #E120AB
RGB
CMYK
RGB Variations
Color information
#E120AB (or 0xE120AB) is known color: Spicy Pink. HEX triplet: E1, 20 and AB. RGB value is (225,32,171). Sum of RGB (Red+Green+Blue) = 225+32+171=428 (56% of max value = 765). Red value is 225 (88.28% from 255 or 52.57% from 428); Green value is 32 (12.89% from 255 or 7.48% from 428); Blue value is 171 (67.19% from 255 or 39.95% from 428); Max value from RGB is 225 - color contains mainly: red. Hex color #E120AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E120AB is #1EDF54. Grayscale: #696969. Windows color (decimal): -2023253 or 11215073. OLE color: 11215073.
HSL color Cylindrical-coordinate representation of color #E120AB: hue angle of 316.79º 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 #E120AB is Cyan = 0, Magento = 0.86, Yellow = 0.24 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 32 | 171 | - |
| CMYK | 0 | 0.86 | 0.24 | 0.12 |
| HSL | 316.79º | 0.76% | 0.5% | - |
| HSV(B) | 316.79º | 0.86% | 0.88% | - |
| XYZ | 38.92 | 19.98 | 40.33 | - |
| YUV | 105.55 | 164.94 | 213.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 32 | 171 | 0 | 0.86 | 0.24 | 0.12 | 316.79 | 0.76 | 0.5 |
| Hex | E1 | 20 | AB | 0 | 56 | 18 | C | 13D | 4C | 32 |
| Octal | 341 | 40 | 253 | 0 | 126 | 30 | 14 | 475 | 114 | 62 |
| Binary | 11100001 | 100000 | 10101011 | 0 | 1010110 | 11000 | 1100 | 100111101 | 1001100 | 110010 |
Color Harmonies of #E120AB
Complementary color
Monochromatic Colors of #E120AB
Black with #E120AB
Text Example
Text Example
White with #E120AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E120AB; }
p { color: rgb(225,32,171); }
H1.HeaderClassName
{
color: #E120AB;
}
.AnyTagClassName
{
color: #E120AB;
}
</style>
background-color css
<style>
a { background-color: #E120AB; }
a { background-color: rgb(225,32,171); }
div.DivClassName
{
background-color: #E120AB;
}
.BgClassName
{
background-color: #E120AB;
}
</style>
border-color css
<style>
span { border-color: #E120AB; }
span { border-color: rgb(225,32,171); }
td.TdClassName
{
border-color: #E120AB;
}
.TagClassName
{
border-color: #E120AB;
}
</style>