Shades of Spicy Pink #E21FA6
Tints of Spicy Pink #E21FA6
RGB
CMYK
RGB Variations
Color information
#E21FA6 (or 0xE21FA6) is known color: Spicy Pink. HEX triplet: E2, 1F and A6. RGB value is (226,31,166). Sum of RGB (Red+Green+Blue) = 226+31+166=423 (56% of max value = 765). Red value is 226 (88.67% from 255 or 53.43% from 423); Green value is 31 (12.5% from 255 or 7.33% from 423); Blue value is 166 (65.23% from 255 or 39.24% from 423); Max value from RGB is 226 - color contains mainly: red. Hex color #E21FA6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E21FA6 is #1DE059. Grayscale: #686868. Windows color (decimal): -1957978 or 10887138. OLE color: 10887138.
HSL color Cylindrical-coordinate representation of color #E21FA6: hue angle of 318.46º 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 #E21FA6 is Cyan = 0, Magento = 0.86, Yellow = 0.27 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 31 | 166 | - |
| CMYK | 0 | 0.86 | 0.27 | 0.11 |
| HSL | 318.46º | 0.77% | 0.5% | - |
| HSV(B) | 318.46º | 0.86% | 0.89% | - |
| XYZ | 38.74 | 19.9 | 37.88 | - |
| YUV | 104.7 | 162.6 | 214.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 31 | 166 | 0 | 0.86 | 0.27 | 0.11 | 318.46 | 0.77 | 0.5 |
| Hex | E2 | 1F | A6 | 0 | 56 | 1B | B | 13E | 4D | 32 |
| Octal | 342 | 37 | 246 | 0 | 126 | 33 | 13 | 476 | 115 | 62 |
| Binary | 11100010 | 11111 | 10100110 | 0 | 1010110 | 11011 | 1011 | 100111110 | 1001101 | 110010 |
Color Harmonies of #E21FA6
Complementary color
Monochromatic Colors of #E21FA6
Black with #E21FA6
Text Example
Text Example
White with #E21FA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E21FA6; }
p { color: rgb(226,31,166); }
H1.HeaderClassName
{
color: #E21FA6;
}
.AnyTagClassName
{
color: #E21FA6;
}
</style>
background-color css
<style>
a { background-color: #E21FA6; }
a { background-color: rgb(226,31,166); }
div.DivClassName
{
background-color: #E21FA6;
}
.BgClassName
{
background-color: #E21FA6;
}
</style>
border-color css
<style>
span { border-color: #E21FA6; }
span { border-color: rgb(226,31,166); }
td.TdClassName
{
border-color: #E21FA6;
}
.TagClassName
{
border-color: #E21FA6;
}
</style>