Shades of Spicy Pink #E123AB
Tints of Spicy Pink #E123AB
RGB
CMYK
RGB Variations
Color information
#E123AB (or 0xE123AB) is known color: Spicy Pink. HEX triplet: E1, 23 and AB. RGB value is (225,35,171). Sum of RGB (Red+Green+Blue) = 225+35+171=431 (57% of max value = 765). Red value is 225 (88.28% from 255 or 52.20% from 431); Green value is 35 (14.06% from 255 or 8.12% from 431); Blue value is 171 (67.19% from 255 or 39.68% from 431); Max value from RGB is 225 - color contains mainly: red. Hex color #E123AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E123AB is #1EDC54. Grayscale: #6A6A6A. Windows color (decimal): -2022485 or 11215841. OLE color: 11215841.
HSL color Cylindrical-coordinate representation of color #E123AB: hue angle of 317.05º degrees, saturation: 0.76, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #E123AB is Cyan = 0, Magento = 0.84, Yellow = 0.24 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 35 | 171 | - |
| CMYK | 0 | 0.84 | 0.24 | 0.12 |
| HSL | 317.05º | 0.76% | 0.51% | - |
| HSV(B) | 317.05º | 0.84% | 0.88% | - |
| XYZ | 39 | 20.15 | 40.36 | - |
| YUV | 107.31 | 163.95 | 211.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 35 | 171 | 0 | 0.84 | 0.24 | 0.12 | 317.05 | 0.76 | 0.51 |
| Hex | E1 | 23 | AB | 0 | 54 | 18 | C | 13D | 4C | 33 |
| Octal | 341 | 43 | 253 | 0 | 124 | 30 | 14 | 475 | 114 | 63 |
| Binary | 11100001 | 100011 | 10101011 | 0 | 1010100 | 11000 | 1100 | 100111101 | 1001100 | 110011 |
Color Harmonies of #E123AB
Complementary color
Monochromatic Colors of #E123AB
Black with #E123AB
Text Example
Text Example
White with #E123AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E123AB; }
p { color: rgb(225,35,171); }
H1.HeaderClassName
{
color: #E123AB;
}
.AnyTagClassName
{
color: #E123AB;
}
</style>
background-color css
<style>
a { background-color: #E123AB; }
a { background-color: rgb(225,35,171); }
div.DivClassName
{
background-color: #E123AB;
}
.BgClassName
{
background-color: #E123AB;
}
</style>
border-color css
<style>
span { border-color: #E123AB; }
span { border-color: rgb(225,35,171); }
td.TdClassName
{
border-color: #E123AB;
}
.TagClassName
{
border-color: #E123AB;
}
</style>