Shades of Spicy Pink #E01FA8
Tints of Spicy Pink #E01FA8
RGB
CMYK
RGB Variations
Color information
#E01FA8 (or 0xE01FA8) is known color: Spicy Pink. HEX triplet: E0, 1F and A8. RGB value is (224,31,168). Sum of RGB (Red+Green+Blue) = 224+31+168=423 (56% of max value = 765). Red value is 224 (87.89% from 255 or 52.96% from 423); Green value is 31 (12.5% from 255 or 7.33% from 423); Blue value is 168 (66.02% from 255 or 39.72% from 423); Max value from RGB is 224 - color contains mainly: red. Hex color #E01FA8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E01FA8 is #1FE057. Grayscale: #676767. Windows color (decimal): -2089048 or 11018208. OLE color: 11018208.
HSL color Cylindrical-coordinate representation of color #E01FA8: hue angle of 317.41º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E01FA8 is Cyan = 0, Magento = 0.86, Yellow = 0.25 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 31 | 168 | - |
| CMYK | 0 | 0.86 | 0.25 | 0.12 |
| HSL | 317.41º | 0.76% | 0.5% | - |
| HSV(B) | 317.41º | 0.86% | 0.88% | - |
| XYZ | 38.3 | 19.65 | 38.82 | - |
| YUV | 104.33 | 163.94 | 213.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 31 | 168 | 0 | 0.86 | 0.25 | 0.12 | 317.41 | 0.76 | 0.5 |
| Hex | E0 | 1F | A8 | 0 | 56 | 19 | C | 13D | 4C | 32 |
| Octal | 340 | 37 | 250 | 0 | 126 | 31 | 14 | 475 | 114 | 62 |
| Binary | 11100000 | 11111 | 10101000 | 0 | 1010110 | 11001 | 1100 | 100111101 | 1001100 | 110010 |
Color Harmonies of #E01FA8
Complementary color
Monochromatic Colors of #E01FA8
Black with #E01FA8
Text Example
Text Example
White with #E01FA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E01FA8; }
p { color: rgb(224,31,168); }
H1.HeaderClassName
{
color: #E01FA8;
}
.AnyTagClassName
{
color: #E01FA8;
}
</style>
background-color css
<style>
a { background-color: #E01FA8; }
a { background-color: rgb(224,31,168); }
div.DivClassName
{
background-color: #E01FA8;
}
.BgClassName
{
background-color: #E01FA8;
}
</style>
border-color css
<style>
span { border-color: #E01FA8; }
span { border-color: rgb(224,31,168); }
td.TdClassName
{
border-color: #E01FA8;
}
.TagClassName
{
border-color: #E01FA8;
}
</style>