Shades of Spicy Pink #E21FAF
Tints of Spicy Pink #E21FAF
RGB
CMYK
RGB Variations
Color information
#E21FAF (or 0xE21FAF) is known color: Spicy Pink. HEX triplet: E2, 1F and AF. RGB value is (226,31,175). Sum of RGB (Red+Green+Blue) = 226+31+175=432 (57% of max value = 765). Red value is 226 (88.67% from 255 or 52.31% from 432); Green value is 31 (12.5% from 255 or 7.18% from 432); Blue value is 175 (68.75% from 255 or 40.51% from 432); Max value from RGB is 226 - color contains mainly: red. Hex color #E21FAF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E21FAF is #1DE050. Grayscale: #696969. Windows color (decimal): -1957969 or 11476962. OLE color: 11476962.
HSL color Cylindrical-coordinate representation of color #E21FAF: hue angle of 315.69º 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 #E21FAF is Cyan = 0, Magento = 0.86, Yellow = 0.23 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 31 | 175 | - |
| CMYK | 0 | 0.86 | 0.23 | 0.11 |
| HSL | 315.69º | 0.77% | 0.5% | - |
| HSV(B) | 315.69º | 0.86% | 0.89% | - |
| XYZ | 39.59 | 20.24 | 42.38 | - |
| YUV | 105.72 | 167.1 | 213.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 31 | 175 | 0 | 0.86 | 0.23 | 0.11 | 315.69 | 0.77 | 0.5 |
| Hex | E2 | 1F | AF | 0 | 56 | 17 | B | 13C | 4D | 32 |
| Octal | 342 | 37 | 257 | 0 | 126 | 27 | 13 | 474 | 115 | 62 |
| Binary | 11100010 | 11111 | 10101111 | 0 | 1010110 | 10111 | 1011 | 100111100 | 1001101 | 110010 |
Color Harmonies of #E21FAF
Complementary color
Monochromatic Colors of #E21FAF
Black with #E21FAF
Text Example
Text Example
White with #E21FAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E21FAF; }
p { color: rgb(226,31,175); }
H1.HeaderClassName
{
color: #E21FAF;
}
.AnyTagClassName
{
color: #E21FAF;
}
</style>
background-color css
<style>
a { background-color: #E21FAF; }
a { background-color: rgb(226,31,175); }
div.DivClassName
{
background-color: #E21FAF;
}
.BgClassName
{
background-color: #E21FAF;
}
</style>
border-color css
<style>
span { border-color: #E21FAF; }
span { border-color: rgb(226,31,175); }
td.TdClassName
{
border-color: #E21FAF;
}
.TagClassName
{
border-color: #E21FAF;
}
</style>