Shades of Spicy Pink #E128AC
Tints of Spicy Pink #E128AC
RGB
CMYK
RGB Variations
Color information
#E128AC (or 0xE128AC) is known color: Spicy Pink. HEX triplet: E1, 28 and AC. RGB value is (225,40,172). Sum of RGB (Red+Green+Blue) = 225+40+172=437 (57% of max value = 765). Red value is 225 (88.28% from 255 or 51.49% from 437); Green value is 40 (16.02% from 255 or 9.15% from 437); Blue value is 172 (67.58% from 255 or 39.36% from 437); Max value from RGB is 225 - color contains mainly: red. Hex color #E128AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E128AC is #1ED753. Grayscale: #6E6E6E. Windows color (decimal): -2021204 or 11282657. OLE color: 11282657.
HSL color Cylindrical-coordinate representation of color #E128AC: hue angle of 317.19º degrees, saturation: 0.76, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E128AC is Cyan = 0, Magento = 0.82, Yellow = 0.24 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 40 | 172 | - |
| CMYK | 0 | 0.82 | 0.24 | 0.12 |
| HSL | 317.19º | 0.76% | 0.52% | - |
| HSV(B) | 317.19º | 0.82% | 0.88% | - |
| XYZ | 39.26 | 20.5 | 40.92 | - |
| YUV | 110.36 | 162.79 | 209.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 40 | 172 | 0 | 0.82 | 0.24 | 0.12 | 317.19 | 0.76 | 0.52 |
| Hex | E1 | 28 | AC | 0 | 52 | 18 | C | 13D | 4C | 34 |
| Octal | 341 | 50 | 254 | 0 | 122 | 30 | 14 | 475 | 114 | 64 |
| Binary | 11100001 | 101000 | 10101100 | 0 | 1010010 | 11000 | 1100 | 100111101 | 1001100 | 110100 |
Color Harmonies of #E128AC
Complementary color
Monochromatic Colors of #E128AC
Black with #E128AC
Text Example
Text Example
White with #E128AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E128AC; }
p { color: rgb(225,40,172); }
H1.HeaderClassName
{
color: #E128AC;
}
.AnyTagClassName
{
color: #E128AC;
}
</style>
background-color css
<style>
a { background-color: #E128AC; }
a { background-color: rgb(225,40,172); }
div.DivClassName
{
background-color: #E128AC;
}
.BgClassName
{
background-color: #E128AC;
}
</style>
border-color css
<style>
span { border-color: #E128AC; }
span { border-color: rgb(225,40,172); }
td.TdClassName
{
border-color: #E128AC;
}
.TagClassName
{
border-color: #E128AC;
}
</style>