Shades of Spicy Pink #E019B0
Tints of Spicy Pink #E019B0
RGB
CMYK
RGB Variations
Color information
#E019B0 (or 0xE019B0) is known color: Spicy Pink. HEX triplet: E0, 19 and B0. RGB value is (224,25,176). Sum of RGB (Red+Green+Blue) = 224+25+176=425 (56% of max value = 765). Red value is 224 (87.89% from 255 or 52.71% from 425); Green value is 25 (10.16% from 255 or 5.88% from 425); Blue value is 176 (69.14% from 255 or 41.41% from 425); Max value from RGB is 224 - color contains mainly: red. Hex color #E019B0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E019B0 is #1FE64F. Grayscale: #656565. Windows color (decimal): -2090576 or 11540960. OLE color: 11540960.
HSL color Cylindrical-coordinate representation of color #E019B0: hue angle of 314.47º degrees, saturation: 0.8, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E019B0 is Cyan = 0, Magento = 0.89, Yellow = 0.21 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 25 | 176 | - |
| CMYK | 0 | 0.89 | 0.21 | 0.12 |
| HSL | 314.47º | 0.8% | 0.49% | - |
| HSV(B) | 314.47º | 0.89% | 0.88% | - |
| XYZ | 38.92 | 19.68 | 42.82 | - |
| YUV | 101.72 | 169.93 | 215.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 25 | 176 | 0 | 0.89 | 0.21 | 0.12 | 314.47 | 0.8 | 0.49 |
| Hex | E0 | 19 | B0 | 0 | 59 | 15 | C | 13A | 50 | 31 |
| Octal | 340 | 31 | 260 | 0 | 131 | 25 | 14 | 472 | 120 | 61 |
| Binary | 11100000 | 11001 | 10110000 | 0 | 1011001 | 10101 | 1100 | 100111010 | 1010000 | 110001 |
Color Harmonies of #E019B0
Complementary color
Monochromatic Colors of #E019B0
Black with #E019B0
Text Example
Text Example
White with #E019B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E019B0; }
p { color: rgb(224,25,176); }
H1.HeaderClassName
{
color: #E019B0;
}
.AnyTagClassName
{
color: #E019B0;
}
</style>
background-color css
<style>
a { background-color: #E019B0; }
a { background-color: rgb(224,25,176); }
div.DivClassName
{
background-color: #E019B0;
}
.BgClassName
{
background-color: #E019B0;
}
</style>
border-color css
<style>
span { border-color: #E019B0; }
span { border-color: rgb(224,25,176); }
td.TdClassName
{
border-color: #E019B0;
}
.TagClassName
{
border-color: #E019B0;
}
</style>