Shades of Spicy Pink #E123AC
Tints of Spicy Pink #E123AC
RGB
CMYK
RGB Variations
Color information
#E123AC (or 0xE123AC) is known color: Spicy Pink. HEX triplet: E1, 23 and AC. RGB value is (225,35,172). Sum of RGB (Red+Green+Blue) = 225+35+172=432 (57% of max value = 765). Red value is 225 (88.28% from 255 or 52.08% from 432); Green value is 35 (14.06% from 255 or 8.10% from 432); Blue value is 172 (67.58% from 255 or 39.81% from 432); Max value from RGB is 225 - color contains mainly: red. Hex color #E123AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E123AC is #1EDC53. Grayscale: #6B6B6B. Windows color (decimal): -2022484 or 11281377. OLE color: 11281377.
HSL color Cylindrical-coordinate representation of color #E123AC: hue angle of 316.74º 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 #E123AC is Cyan = 0, Magento = 0.84, Yellow = 0.24 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 35 | 172 | - |
| CMYK | 0 | 0.84 | 0.24 | 0.12 |
| HSL | 316.74º | 0.76% | 0.51% | - |
| HSV(B) | 316.74º | 0.84% | 0.88% | - |
| XYZ | 39.1 | 20.19 | 40.87 | - |
| YUV | 107.43 | 164.45 | 211.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 35 | 172 | 0 | 0.84 | 0.24 | 0.12 | 316.74 | 0.76 | 0.51 |
| Hex | E1 | 23 | AC | 0 | 54 | 18 | C | 13D | 4C | 33 |
| Octal | 341 | 43 | 254 | 0 | 124 | 30 | 14 | 475 | 114 | 63 |
| Binary | 11100001 | 100011 | 10101100 | 0 | 1010100 | 11000 | 1100 | 100111101 | 1001100 | 110011 |
Color Harmonies of #E123AC
Complementary color
Monochromatic Colors of #E123AC
Black with #E123AC
Text Example
Text Example
White with #E123AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E123AC; }
p { color: rgb(225,35,172); }
H1.HeaderClassName
{
color: #E123AC;
}
.AnyTagClassName
{
color: #E123AC;
}
</style>
background-color css
<style>
a { background-color: #E123AC; }
a { background-color: rgb(225,35,172); }
div.DivClassName
{
background-color: #E123AC;
}
.BgClassName
{
background-color: #E123AC;
}
</style>
border-color css
<style>
span { border-color: #E123AC; }
span { border-color: rgb(225,35,172); }
td.TdClassName
{
border-color: #E123AC;
}
.TagClassName
{
border-color: #E123AC;
}
</style>