Shades of Spicy Pink #E219AC
Tints of Spicy Pink #E219AC
RGB
CMYK
RGB Variations
Color information
#E219AC (or 0xE219AC) is known color: Spicy Pink. HEX triplet: E2, 19 and AC. RGB value is (226,25,172). Sum of RGB (Red+Green+Blue) = 226+25+172=423 (56% of max value = 765). Red value is 226 (88.67% from 255 or 53.43% from 423); Green value is 25 (10.16% from 255 or 5.91% from 423); Blue value is 172 (67.58% from 255 or 40.66% from 423); Max value from RGB is 226 - color contains mainly: red. Hex color #E219AC is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E219AC is #1DE653. Grayscale: #656565. Windows color (decimal): -1959508 or 11278818. OLE color: 11278818.
HSL color Cylindrical-coordinate representation of color #E219AC: hue angle of 316.12º degrees, saturation: 0.8, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E219AC is Cyan = 0, Magento = 0.89, Yellow = 0.24 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 25 | 172 | - |
| CMYK | 0 | 0.89 | 0.24 | 0.11 |
| HSL | 316.12º | 0.8% | 0.49% | - |
| HSV(B) | 316.12º | 0.89% | 0.89% | - |
| XYZ | 39.16 | 19.84 | 40.8 | - |
| YUV | 101.86 | 167.59 | 216.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 25 | 172 | 0 | 0.89 | 0.24 | 0.11 | 316.12 | 0.8 | 0.49 |
| Hex | E2 | 19 | AC | 0 | 59 | 18 | B | 13C | 50 | 31 |
| Octal | 342 | 31 | 254 | 0 | 131 | 30 | 13 | 474 | 120 | 61 |
| Binary | 11100010 | 11001 | 10101100 | 0 | 1011001 | 11000 | 1011 | 100111100 | 1010000 | 110001 |
Color Harmonies of #E219AC
Complementary color
Monochromatic Colors of #E219AC
Black with #E219AC
Text Example
Text Example
White with #E219AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E219AC; }
p { color: rgb(226,25,172); }
H1.HeaderClassName
{
color: #E219AC;
}
.AnyTagClassName
{
color: #E219AC;
}
</style>
background-color css
<style>
a { background-color: #E219AC; }
a { background-color: rgb(226,25,172); }
div.DivClassName
{
background-color: #E219AC;
}
.BgClassName
{
background-color: #E219AC;
}
</style>
border-color css
<style>
span { border-color: #E219AC; }
span { border-color: rgb(226,25,172); }
td.TdClassName
{
border-color: #E219AC;
}
.TagClassName
{
border-color: #E219AC;
}
</style>