Shades of Spicy Pink #E21FA8
Tints of Spicy Pink #E21FA8
RGB
CMYK
RGB Variations
Color information
#E21FA8 (or 0xE21FA8) is known color: Spicy Pink. HEX triplet: E2, 1F and A8. RGB value is (226,31,168). Sum of RGB (Red+Green+Blue) = 226+31+168=425 (56% of max value = 765). Red value is 226 (88.67% from 255 or 53.18% from 425); Green value is 31 (12.5% from 255 or 7.29% from 425); Blue value is 168 (66.02% from 255 or 39.53% from 425); Max value from RGB is 226 - color contains mainly: red. Hex color #E21FA8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E21FA8 is #1DE057. Grayscale: #686868. Windows color (decimal): -1957976 or 11018210. OLE color: 11018210.
HSL color Cylindrical-coordinate representation of color #E21FA8: hue angle of 317.85º degrees, saturation: 0.77, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E21FA8 is Cyan = 0, Magento = 0.86, Yellow = 0.26 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 31 | 168 | - |
| CMYK | 0 | 0.86 | 0.26 | 0.11 |
| HSL | 317.85º | 0.77% | 0.5% | - |
| HSV(B) | 317.85º | 0.86% | 0.89% | - |
| XYZ | 38.92 | 19.98 | 38.85 | - |
| YUV | 104.92 | 163.6 | 214.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 31 | 168 | 0 | 0.86 | 0.26 | 0.11 | 317.85 | 0.77 | 0.5 |
| Hex | E2 | 1F | A8 | 0 | 56 | 1A | B | 13E | 4D | 32 |
| Octal | 342 | 37 | 250 | 0 | 126 | 32 | 13 | 476 | 115 | 62 |
| Binary | 11100010 | 11111 | 10101000 | 0 | 1010110 | 11010 | 1011 | 100111110 | 1001101 | 110010 |
Color Harmonies of #E21FA8
Complementary color
Monochromatic Colors of #E21FA8
Black with #E21FA8
Text Example
Text Example
White with #E21FA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E21FA8; }
p { color: rgb(226,31,168); }
H1.HeaderClassName
{
color: #E21FA8;
}
.AnyTagClassName
{
color: #E21FA8;
}
</style>
background-color css
<style>
a { background-color: #E21FA8; }
a { background-color: rgb(226,31,168); }
div.DivClassName
{
background-color: #E21FA8;
}
.BgClassName
{
background-color: #E21FA8;
}
</style>
border-color css
<style>
span { border-color: #E21FA8; }
span { border-color: rgb(226,31,168); }
td.TdClassName
{
border-color: #E21FA8;
}
.TagClassName
{
border-color: #E21FA8;
}
</style>