Shades of Spicy Pink #E01FB1
Tints of Spicy Pink #E01FB1
RGB
CMYK
RGB Variations
Color information
#E01FB1 (or 0xE01FB1) is known color: Spicy Pink. HEX triplet: E0, 1F and B1. RGB value is (224,31,177). Sum of RGB (Red+Green+Blue) = 224+31+177=432 (57% of max value = 765). Red value is 224 (87.89% from 255 or 51.85% from 432); Green value is 31 (12.5% from 255 or 7.18% from 432); Blue value is 177 (69.53% from 255 or 40.97% from 432); Max value from RGB is 224 - color contains mainly: red. Hex color #E01FB1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E01FB1 is #1FE04E. Grayscale: #686868. Windows color (decimal): -2089039 or 11608032. OLE color: 11608032.
HSL color Cylindrical-coordinate representation of color #E01FB1: hue angle of 314.61º 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 #E01FB1 is Cyan = 0, Magento = 0.86, Yellow = 0.21 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 31 | 177 | - |
| CMYK | 0 | 0.86 | 0.21 | 0.12 |
| HSL | 314.61º | 0.76% | 0.5% | - |
| HSV(B) | 314.61º | 0.86% | 0.88% | - |
| XYZ | 39.17 | 20 | 43.39 | - |
| YUV | 105.35 | 168.44 | 212.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 31 | 177 | 0 | 0.86 | 0.21 | 0.12 | 314.61 | 0.76 | 0.5 |
| Hex | E0 | 1F | B1 | 0 | 56 | 15 | C | 13B | 4C | 32 |
| Octal | 340 | 37 | 261 | 0 | 126 | 25 | 14 | 473 | 114 | 62 |
| Binary | 11100000 | 11111 | 10110001 | 0 | 1010110 | 10101 | 1100 | 100111011 | 1001100 | 110010 |
Color Harmonies of #E01FB1
Complementary color
Monochromatic Colors of #E01FB1
Black with #E01FB1
Text Example
Text Example
White with #E01FB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E01FB1; }
p { color: rgb(224,31,177); }
H1.HeaderClassName
{
color: #E01FB1;
}
.AnyTagClassName
{
color: #E01FB1;
}
</style>
background-color css
<style>
a { background-color: #E01FB1; }
a { background-color: rgb(224,31,177); }
div.DivClassName
{
background-color: #E01FB1;
}
.BgClassName
{
background-color: #E01FB1;
}
</style>
border-color css
<style>
span { border-color: #E01FB1; }
span { border-color: rgb(224,31,177); }
td.TdClassName
{
border-color: #E01FB1;
}
.TagClassName
{
border-color: #E01FB1;
}
</style>