Shades of Spicy Pink #E020B2
Tints of Spicy Pink #E020B2
RGB
CMYK
RGB Variations
Color information
#E020B2 (or 0xE020B2) is known color: Spicy Pink. HEX triplet: E0, 20 and B2. RGB value is (224,32,178). Sum of RGB (Red+Green+Blue) = 224+32+178=434 (57% of max value = 765). Red value is 224 (87.89% from 255 or 51.61% from 434); Green value is 32 (12.89% from 255 or 7.37% from 434); Blue value is 178 (69.92% from 255 or 41.01% from 434); Max value from RGB is 224 - color contains mainly: red. Hex color #E020B2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E020B2 is #1FDF4D. Grayscale: #696969. Windows color (decimal): -2088782 or 11673824. OLE color: 11673824.
HSL color Cylindrical-coordinate representation of color #E020B2: hue angle of 314.38º 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 #E020B2 is Cyan = 0, Magento = 0.86, Yellow = 0.21 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 32 | 178 | - |
| CMYK | 0 | 0.86 | 0.21 | 0.12 |
| HSL | 314.38º | 0.76% | 0.5% | - |
| HSV(B) | 314.38º | 0.86% | 0.88% | - |
| XYZ | 39.29 | 20.09 | 43.93 | - |
| YUV | 106.05 | 168.61 | 212.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 32 | 178 | 0 | 0.86 | 0.21 | 0.12 | 314.38 | 0.76 | 0.5 |
| Hex | E0 | 20 | B2 | 0 | 56 | 15 | C | 13A | 4C | 32 |
| Octal | 340 | 40 | 262 | 0 | 126 | 25 | 14 | 472 | 114 | 62 |
| Binary | 11100000 | 100000 | 10110010 | 0 | 1010110 | 10101 | 1100 | 100111010 | 1001100 | 110010 |
Color Harmonies of #E020B2
Complementary color
Monochromatic Colors of #E020B2
Black with #E020B2
Text Example
Text Example
White with #E020B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E020B2; }
p { color: rgb(224,32,178); }
H1.HeaderClassName
{
color: #E020B2;
}
.AnyTagClassName
{
color: #E020B2;
}
</style>
background-color css
<style>
a { background-color: #E020B2; }
a { background-color: rgb(224,32,178); }
div.DivClassName
{
background-color: #E020B2;
}
.BgClassName
{
background-color: #E020B2;
}
</style>
border-color css
<style>
span { border-color: #E020B2; }
span { border-color: rgb(224,32,178); }
td.TdClassName
{
border-color: #E020B2;
}
.TagClassName
{
border-color: #E020B2;
}
</style>