Shades of Spicy Pink #E219A9
Tints of Spicy Pink #E219A9
RGB
CMYK
RGB Variations
Color information
#E219A9 (or 0xE219A9) is known color: Spicy Pink. HEX triplet: E2, 19 and A9. RGB value is (226,25,169). Sum of RGB (Red+Green+Blue) = 226+25+169=420 (55% of max value = 765). Red value is 226 (88.67% from 255 or 53.81% from 420); Green value is 25 (10.16% from 255 or 5.95% from 420); Blue value is 169 (66.41% from 255 or 40.24% from 420); Max value from RGB is 226 - color contains mainly: red. Hex color #E219A9 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E219A9 is #1DE656. Grayscale: #656565. Windows color (decimal): -1959511 or 11082210. OLE color: 11082210.
HSL color Cylindrical-coordinate representation of color #E219A9: hue angle of 317.01º 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 #E219A9 is Cyan = 0, Magento = 0.89, Yellow = 0.25 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 25 | 169 | - |
| CMYK | 0 | 0.89 | 0.25 | 0.11 |
| HSL | 317.01º | 0.8% | 0.49% | - |
| HSV(B) | 317.01º | 0.89% | 0.89% | - |
| XYZ | 38.87 | 19.73 | 39.3 | - |
| YUV | 101.52 | 166.09 | 216.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 25 | 169 | 0 | 0.89 | 0.25 | 0.11 | 317.01 | 0.8 | 0.49 |
| Hex | E2 | 19 | A9 | 0 | 59 | 19 | B | 13D | 50 | 31 |
| Octal | 342 | 31 | 251 | 0 | 131 | 31 | 13 | 475 | 120 | 61 |
| Binary | 11100010 | 11001 | 10101001 | 0 | 1011001 | 11001 | 1011 | 100111101 | 1010000 | 110001 |
Color Harmonies of #E219A9
Complementary color
Monochromatic Colors of #E219A9
Black with #E219A9
Text Example
Text Example
White with #E219A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E219A9; }
p { color: rgb(226,25,169); }
H1.HeaderClassName
{
color: #E219A9;
}
.AnyTagClassName
{
color: #E219A9;
}
</style>
background-color css
<style>
a { background-color: #E219A9; }
a { background-color: rgb(226,25,169); }
div.DivClassName
{
background-color: #E219A9;
}
.BgClassName
{
background-color: #E219A9;
}
</style>
border-color css
<style>
span { border-color: #E219A9; }
span { border-color: rgb(226,25,169); }
td.TdClassName
{
border-color: #E219A9;
}
.TagClassName
{
border-color: #E219A9;
}
</style>