Shades of Spicy Pink #E01FB0
Tints of Spicy Pink #E01FB0
RGB
CMYK
RGB Variations
Color information
#E01FB0 (or 0xE01FB0) is known color: Spicy Pink. HEX triplet: E0, 1F and B0. RGB value is (224,31,176). Sum of RGB (Red+Green+Blue) = 224+31+176=431 (57% of max value = 765). Red value is 224 (87.89% from 255 or 51.97% from 431); Green value is 31 (12.5% from 255 or 7.19% from 431); Blue value is 176 (69.14% from 255 or 40.84% from 431); Max value from RGB is 224 - color contains mainly: red. Hex color #E01FB0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E01FB0 is #1FE04F. Grayscale: #686868. Windows color (decimal): -2089040 or 11542496. OLE color: 11542496.
HSL color Cylindrical-coordinate representation of color #E01FB0: hue angle of 314.92º 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 #E01FB0 is Cyan = 0, Magento = 0.86, Yellow = 0.21 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 31 | 176 | - |
| CMYK | 0 | 0.86 | 0.21 | 0.12 |
| HSL | 314.92º | 0.76% | 0.5% | - |
| HSV(B) | 314.92º | 0.86% | 0.88% | - |
| XYZ | 39.07 | 19.96 | 42.87 | - |
| YUV | 105.24 | 167.94 | 212.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 31 | 176 | 0 | 0.86 | 0.21 | 0.12 | 314.92 | 0.76 | 0.5 |
| Hex | E0 | 1F | B0 | 0 | 56 | 15 | C | 13B | 4C | 32 |
| Octal | 340 | 37 | 260 | 0 | 126 | 25 | 14 | 473 | 114 | 62 |
| Binary | 11100000 | 11111 | 10110000 | 0 | 1010110 | 10101 | 1100 | 100111011 | 1001100 | 110010 |
Color Harmonies of #E01FB0
Complementary color
Monochromatic Colors of #E01FB0
Black with #E01FB0
Text Example
Text Example
White with #E01FB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E01FB0; }
p { color: rgb(224,31,176); }
H1.HeaderClassName
{
color: #E01FB0;
}
.AnyTagClassName
{
color: #E01FB0;
}
</style>
background-color css
<style>
a { background-color: #E01FB0; }
a { background-color: rgb(224,31,176); }
div.DivClassName
{
background-color: #E01FB0;
}
.BgClassName
{
background-color: #E01FB0;
}
</style>
border-color css
<style>
span { border-color: #E01FB0; }
span { border-color: rgb(224,31,176); }
td.TdClassName
{
border-color: #E01FB0;
}
.TagClassName
{
border-color: #E01FB0;
}
</style>