Shades of Spicy Pink #E218A8
Tints of Spicy Pink #E218A8
RGB
CMYK
RGB Variations
Color information
#E218A8 (or 0xE218A8) is known color: Spicy Pink. HEX triplet: E2, 18 and A8. RGB value is (226,24,168). Sum of RGB (Red+Green+Blue) = 226+24+168=418 (55% of max value = 765). Red value is 226 (88.67% from 255 or 54.07% from 418); Green value is 24 (9.77% from 255 or 5.74% from 418); Blue value is 168 (66.02% from 255 or 40.19% from 418); Max value from RGB is 226 - color contains mainly: red. Hex color #E218A8 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E218A8 is #1DE757. Grayscale: #646464. Windows color (decimal): -1959768 or 11016418. OLE color: 11016418.
HSL color Cylindrical-coordinate representation of color #E218A8: hue angle of 317.23º 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 #E218A8 is Cyan = 0, Magento = 0.89, Yellow = 0.26 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 24 | 168 | - |
| CMYK | 0 | 0.89 | 0.26 | 0.11 |
| HSL | 317.23º | 0.81% | 0.49% | - |
| HSV(B) | 317.23º | 0.89% | 0.89% | - |
| XYZ | 38.76 | 19.65 | 38.8 | - |
| YUV | 100.81 | 165.92 | 217.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 24 | 168 | 0 | 0.89 | 0.26 | 0.11 | 317.23 | 0.81 | 0.49 |
| Hex | E2 | 18 | A8 | 0 | 59 | 1A | B | 13D | 51 | 31 |
| Octal | 342 | 30 | 250 | 0 | 131 | 32 | 13 | 475 | 121 | 61 |
| Binary | 11100010 | 11000 | 10101000 | 0 | 1011001 | 11010 | 1011 | 100111101 | 1010001 | 110001 |
Color Harmonies of #E218A8
Complementary color
Monochromatic Colors of #E218A8
Black with #E218A8
Text Example
Text Example
White with #E218A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E218A8; }
p { color: rgb(226,24,168); }
H1.HeaderClassName
{
color: #E218A8;
}
.AnyTagClassName
{
color: #E218A8;
}
</style>
background-color css
<style>
a { background-color: #E218A8; }
a { background-color: rgb(226,24,168); }
div.DivClassName
{
background-color: #E218A8;
}
.BgClassName
{
background-color: #E218A8;
}
</style>
border-color css
<style>
span { border-color: #E218A8; }
span { border-color: rgb(226,24,168); }
td.TdClassName
{
border-color: #E218A8;
}
.TagClassName
{
border-color: #E218A8;
}
</style>