Shades of Spicy Pink #E218AF
Tints of Spicy Pink #E218AF
RGB
CMYK
RGB Variations
Color information
#E218AF (or 0xE218AF) is known color: Spicy Pink. HEX triplet: E2, 18 and AF. RGB value is (226,24,175). Sum of RGB (Red+Green+Blue) = 226+24+175=425 (56% of max value = 765). Red value is 226 (88.67% from 255 or 53.18% from 425); Green value is 24 (9.77% from 255 or 5.65% from 425); Blue value is 175 (68.75% from 255 or 41.18% from 425); Max value from RGB is 226 - color contains mainly: red. Hex color #E218AF is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E218AF is #1DE750. Grayscale: #656565. Windows color (decimal): -1959761 or 11475170. OLE color: 11475170.
HSL color Cylindrical-coordinate representation of color #E218AF: hue angle of 315.15º 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 #E218AF is Cyan = 0, Magento = 0.89, Yellow = 0.23 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 24 | 175 | - |
| CMYK | 0 | 0.89 | 0.23 | 0.11 |
| HSL | 315.15º | 0.81% | 0.49% | - |
| HSV(B) | 315.15º | 0.89% | 0.89% | - |
| XYZ | 39.43 | 19.92 | 42.32 | - |
| YUV | 101.61 | 169.42 | 216.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 24 | 175 | 0 | 0.89 | 0.23 | 0.11 | 315.15 | 0.81 | 0.49 |
| Hex | E2 | 18 | AF | 0 | 59 | 17 | B | 13B | 51 | 31 |
| Octal | 342 | 30 | 257 | 0 | 131 | 27 | 13 | 473 | 121 | 61 |
| Binary | 11100010 | 11000 | 10101111 | 0 | 1011001 | 10111 | 1011 | 100111011 | 1010001 | 110001 |
Color Harmonies of #E218AF
Complementary color
Monochromatic Colors of #E218AF
Black with #E218AF
Text Example
Text Example
White with #E218AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E218AF; }
p { color: rgb(226,24,175); }
H1.HeaderClassName
{
color: #E218AF;
}
.AnyTagClassName
{
color: #E218AF;
}
</style>
background-color css
<style>
a { background-color: #E218AF; }
a { background-color: rgb(226,24,175); }
div.DivClassName
{
background-color: #E218AF;
}
.BgClassName
{
background-color: #E218AF;
}
</style>
border-color css
<style>
span { border-color: #E218AF; }
span { border-color: rgb(226,24,175); }
td.TdClassName
{
border-color: #E218AF;
}
.TagClassName
{
border-color: #E218AF;
}
</style>