Shades of Spicy Pink #E219AF
Tints of Spicy Pink #E219AF
RGB
CMYK
RGB Variations
Color information
#E219AF (or 0xE219AF) is known color: Spicy Pink. HEX triplet: E2, 19 and AF. RGB value is (226,25,175). Sum of RGB (Red+Green+Blue) = 226+25+175=426 (56% of max value = 765). Red value is 226 (88.67% from 255 or 53.05% from 426); Green value is 25 (10.16% from 255 or 5.87% from 426); Blue value is 175 (68.75% from 255 or 41.08% from 426); Max value from RGB is 226 - color contains mainly: red. Hex color #E219AF is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E219AF is #1DE650. Grayscale: #656565. Windows color (decimal): -1959505 or 11475426. OLE color: 11475426.
HSL color Cylindrical-coordinate representation of color #E219AF: hue angle of 315.22º 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 #E219AF is Cyan = 0, Magento = 0.89, Yellow = 0.23 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 25 | 175 | - |
| CMYK | 0 | 0.89 | 0.23 | 0.11 |
| HSL | 315.22º | 0.8% | 0.49% | - |
| HSV(B) | 315.22º | 0.89% | 0.89% | - |
| XYZ | 39.45 | 19.96 | 42.33 | - |
| YUV | 102.2 | 169.09 | 216.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 25 | 175 | 0 | 0.89 | 0.23 | 0.11 | 315.22 | 0.8 | 0.49 |
| Hex | E2 | 19 | AF | 0 | 59 | 17 | B | 13B | 50 | 31 |
| Octal | 342 | 31 | 257 | 0 | 131 | 27 | 13 | 473 | 120 | 61 |
| Binary | 11100010 | 11001 | 10101111 | 0 | 1011001 | 10111 | 1011 | 100111011 | 1010000 | 110001 |
Color Harmonies of #E219AF
Complementary color
Monochromatic Colors of #E219AF
Black with #E219AF
Text Example
Text Example
White with #E219AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E219AF; }
p { color: rgb(226,25,175); }
H1.HeaderClassName
{
color: #E219AF;
}
.AnyTagClassName
{
color: #E219AF;
}
</style>
background-color css
<style>
a { background-color: #E219AF; }
a { background-color: rgb(226,25,175); }
div.DivClassName
{
background-color: #E219AF;
}
.BgClassName
{
background-color: #E219AF;
}
</style>
border-color css
<style>
span { border-color: #E219AF; }
span { border-color: rgb(226,25,175); }
td.TdClassName
{
border-color: #E219AF;
}
.TagClassName
{
border-color: #E219AF;
}
</style>