Shades of Spicy Pink #E01FB2
Tints of Spicy Pink #E01FB2
RGB
CMYK
RGB Variations
Color information
#E01FB2 (or 0xE01FB2) is known color: Spicy Pink. HEX triplet: E0, 1F and B2. RGB value is (224,31,178). Sum of RGB (Red+Green+Blue) = 224+31+178=433 (57% of max value = 765). Red value is 224 (87.89% from 255 or 51.73% from 433); Green value is 31 (12.5% from 255 or 7.16% from 433); Blue value is 178 (69.92% from 255 or 41.11% from 433); Max value from RGB is 224 - color contains mainly: red. Hex color #E01FB2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E01FB2 is #1FE04D. Grayscale: #696969. Windows color (decimal): -2089038 or 11673568. OLE color: 11673568.
HSL color Cylindrical-coordinate representation of color #E01FB2: hue angle of 314.3º 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 #E01FB2 is Cyan = 0, Magento = 0.86, Yellow = 0.21 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 31 | 178 | - |
| CMYK | 0 | 0.86 | 0.21 | 0.12 |
| HSL | 314.3º | 0.76% | 0.5% | - |
| HSV(B) | 314.3º | 0.86% | 0.88% | - |
| XYZ | 39.27 | 20.04 | 43.92 | - |
| YUV | 105.47 | 168.94 | 212.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 31 | 178 | 0 | 0.86 | 0.21 | 0.12 | 314.3 | 0.76 | 0.5 |
| Hex | E0 | 1F | B2 | 0 | 56 | 15 | C | 13A | 4C | 32 |
| Octal | 340 | 37 | 262 | 0 | 126 | 25 | 14 | 472 | 114 | 62 |
| Binary | 11100000 | 11111 | 10110010 | 0 | 1010110 | 10101 | 1100 | 100111010 | 1001100 | 110010 |
Color Harmonies of #E01FB2
Complementary color
Monochromatic Colors of #E01FB2
Black with #E01FB2
Text Example
Text Example
White with #E01FB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E01FB2; }
p { color: rgb(224,31,178); }
H1.HeaderClassName
{
color: #E01FB2;
}
.AnyTagClassName
{
color: #E01FB2;
}
</style>
background-color css
<style>
a { background-color: #E01FB2; }
a { background-color: rgb(224,31,178); }
div.DivClassName
{
background-color: #E01FB2;
}
.BgClassName
{
background-color: #E01FB2;
}
</style>
border-color css
<style>
span { border-color: #E01FB2; }
span { border-color: rgb(224,31,178); }
td.TdClassName
{
border-color: #E01FB2;
}
.TagClassName
{
border-color: #E01FB2;
}
</style>