Shades of Spicy Pink #E218AA
Tints of Spicy Pink #E218AA
RGB
CMYK
RGB Variations
Color information
#E218AA (or 0xE218AA) is known color: Spicy Pink. HEX triplet: E2, 18 and AA. RGB value is (226,24,170). Sum of RGB (Red+Green+Blue) = 226+24+170=420 (55% of max value = 765). Red value is 226 (88.67% from 255 or 53.81% from 420); Green value is 24 (9.77% from 255 or 5.71% from 420); Blue value is 170 (66.80% from 255 or 40.48% from 420); Max value from RGB is 226 - color contains mainly: red. Hex color #E218AA is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E218AA is #1DE755. Grayscale: #646464. Windows color (decimal): -1959766 or 11147490. OLE color: 11147490.
HSL color Cylindrical-coordinate representation of color #E218AA: hue angle of 316.63º degrees, saturation: 0.81, 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 #E218AA is Cyan = 0, Magento = 0.89, Yellow = 0.25 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 24 | 170 | - |
| CMYK | 0 | 0.89 | 0.25 | 0.11 |
| HSL | 316.63º | 0.81% | 0.49% | - |
| HSV(B) | 316.63º | 0.89% | 0.89% | - |
| XYZ | 38.95 | 19.72 | 39.78 | - |
| YUV | 101.04 | 166.92 | 217.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 24 | 170 | 0 | 0.89 | 0.25 | 0.11 | 316.63 | 0.81 | 0.49 |
| Hex | E2 | 18 | AA | 0 | 59 | 19 | B | 13D | 51 | 31 |
| Octal | 342 | 30 | 252 | 0 | 131 | 31 | 13 | 475 | 121 | 61 |
| Binary | 11100010 | 11000 | 10101010 | 0 | 1011001 | 11001 | 1011 | 100111101 | 1010001 | 110001 |
Color Harmonies of #E218AA
Complementary color
Monochromatic Colors of #E218AA
Black with #E218AA
Text Example
Text Example
White with #E218AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E218AA; }
p { color: rgb(226,24,170); }
H1.HeaderClassName
{
color: #E218AA;
}
.AnyTagClassName
{
color: #E218AA;
}
</style>
background-color css
<style>
a { background-color: #E218AA; }
a { background-color: rgb(226,24,170); }
div.DivClassName
{
background-color: #E218AA;
}
.BgClassName
{
background-color: #E218AA;
}
</style>
border-color css
<style>
span { border-color: #E218AA; }
span { border-color: rgb(226,24,170); }
td.TdClassName
{
border-color: #E218AA;
}
.TagClassName
{
border-color: #E218AA;
}
</style>