Shades of Spicy Pink #E219A6
Tints of Spicy Pink #E219A6
RGB
CMYK
RGB Variations
Color information
#E219A6 (or 0xE219A6) is known color: Spicy Pink. HEX triplet: E2, 19 and A6. RGB value is (226,25,166). Sum of RGB (Red+Green+Blue) = 226+25+166=417 (55% of max value = 765). Red value is 226 (88.67% from 255 or 54.20% from 417); Green value is 25 (10.16% from 255 or 6.00% from 417); Blue value is 166 (65.23% from 255 or 39.81% from 417); Max value from RGB is 226 - color contains mainly: red. Hex color #E219A6 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E219A6 is #1DE659. Grayscale: #646464. Windows color (decimal): -1959514 or 10885602. OLE color: 10885602.
HSL color Cylindrical-coordinate representation of color #E219A6: hue angle of 317.91º 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 #E219A6 is Cyan = 0, Magento = 0.89, Yellow = 0.27 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 25 | 166 | - |
| CMYK | 0 | 0.89 | 0.27 | 0.11 |
| HSL | 317.91º | 0.8% | 0.49% | - |
| HSV(B) | 317.91º | 0.89% | 0.89% | - |
| XYZ | 38.59 | 19.62 | 37.83 | - |
| YUV | 101.17 | 164.59 | 217.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 25 | 166 | 0 | 0.89 | 0.27 | 0.11 | 317.91 | 0.8 | 0.49 |
| Hex | E2 | 19 | A6 | 0 | 59 | 1B | B | 13E | 50 | 31 |
| Octal | 342 | 31 | 246 | 0 | 131 | 33 | 13 | 476 | 120 | 61 |
| Binary | 11100010 | 11001 | 10100110 | 0 | 1011001 | 11011 | 1011 | 100111110 | 1010000 | 110001 |
Color Harmonies of #E219A6
Complementary color
Monochromatic Colors of #E219A6
Black with #E219A6
Text Example
Text Example
White with #E219A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E219A6; }
p { color: rgb(226,25,166); }
H1.HeaderClassName
{
color: #E219A6;
}
.AnyTagClassName
{
color: #E219A6;
}
</style>
background-color css
<style>
a { background-color: #E219A6; }
a { background-color: rgb(226,25,166); }
div.DivClassName
{
background-color: #E219A6;
}
.BgClassName
{
background-color: #E219A6;
}
</style>
border-color css
<style>
span { border-color: #E219A6; }
span { border-color: rgb(226,25,166); }
td.TdClassName
{
border-color: #E219A6;
}
.TagClassName
{
border-color: #E219A6;
}
</style>