Shades of Spicy Pink #E121AB
Tints of Spicy Pink #E121AB
RGB
CMYK
RGB Variations
Color information
#E121AB (or 0xE121AB) is known color: Spicy Pink. HEX triplet: E1, 21 and AB. RGB value is (225,33,171). Sum of RGB (Red+Green+Blue) = 225+33+171=429 (56% of max value = 765). Red value is 225 (88.28% from 255 or 52.45% from 429); Green value is 33 (13.28% from 255 or 7.69% from 429); Blue value is 171 (67.19% from 255 or 39.86% from 429); Max value from RGB is 225 - color contains mainly: red. Hex color #E121AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E121AB is #1EDE54. Grayscale: #696969. Windows color (decimal): -2022997 or 11215329. OLE color: 11215329.
HSL color Cylindrical-coordinate representation of color #E121AB: hue angle of 316.88º degrees, saturation: 0.76, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #E121AB is Cyan = 0, Magento = 0.85, Yellow = 0.24 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 33 | 171 | - |
| CMYK | 0 | 0.85 | 0.24 | 0.12 |
| HSL | 316.88º | 0.76% | 0.51% | - |
| HSV(B) | 316.88º | 0.85% | 0.88% | - |
| XYZ | 38.95 | 20.04 | 40.34 | - |
| YUV | 106.14 | 164.61 | 212.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 33 | 171 | 0 | 0.85 | 0.24 | 0.12 | 316.88 | 0.76 | 0.51 |
| Hex | E1 | 21 | AB | 0 | 55 | 18 | C | 13D | 4C | 33 |
| Octal | 341 | 41 | 253 | 0 | 125 | 30 | 14 | 475 | 114 | 63 |
| Binary | 11100001 | 100001 | 10101011 | 0 | 1010101 | 11000 | 1100 | 100111101 | 1001100 | 110011 |
Color Harmonies of #E121AB
Complementary color
Monochromatic Colors of #E121AB
Black with #E121AB
Text Example
Text Example
White with #E121AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E121AB; }
p { color: rgb(225,33,171); }
H1.HeaderClassName
{
color: #E121AB;
}
.AnyTagClassName
{
color: #E121AB;
}
</style>
background-color css
<style>
a { background-color: #E121AB; }
a { background-color: rgb(225,33,171); }
div.DivClassName
{
background-color: #E121AB;
}
.BgClassName
{
background-color: #E121AB;
}
</style>
border-color css
<style>
span { border-color: #E121AB; }
span { border-color: rgb(225,33,171); }
td.TdClassName
{
border-color: #E121AB;
}
.TagClassName
{
border-color: #E121AB;
}
</style>