Shades of Spicy Pink #E019A7
Tints of Spicy Pink #E019A7
RGB
CMYK
RGB Variations
Color information
#E019A7 (or 0xE019A7) is known color: Spicy Pink. HEX triplet: E0, 19 and A7. RGB value is (224,25,167). Sum of RGB (Red+Green+Blue) = 224+25+167=416 (55% of max value = 765). Red value is 224 (87.89% from 255 or 53.85% from 416); Green value is 25 (10.16% from 255 or 6.01% from 416); Blue value is 167 (65.62% from 255 or 40.14% from 416); Max value from RGB is 224 - color contains mainly: red. Hex color #E019A7 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E019A7 is #1FE658. Grayscale: #646464. Windows color (decimal): -2090585 or 10951136. OLE color: 10951136.
HSL color Cylindrical-coordinate representation of color #E019A7: hue angle of 317.19º 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 #E019A7 is Cyan = 0, Magento = 0.89, Yellow = 0.25 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 25 | 167 | - |
| CMYK | 0 | 0.89 | 0.25 | 0.12 |
| HSL | 317.19º | 0.8% | 0.49% | - |
| HSV(B) | 317.19º | 0.89% | 0.88% | - |
| XYZ | 38.06 | 19.33 | 38.28 | - |
| YUV | 100.69 | 165.43 | 215.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 25 | 167 | 0 | 0.89 | 0.25 | 0.12 | 317.19 | 0.8 | 0.49 |
| Hex | E0 | 19 | A7 | 0 | 59 | 19 | C | 13D | 50 | 31 |
| Octal | 340 | 31 | 247 | 0 | 131 | 31 | 14 | 475 | 120 | 61 |
| Binary | 11100000 | 11001 | 10100111 | 0 | 1011001 | 11001 | 1100 | 100111101 | 1010000 | 110001 |
Color Harmonies of #E019A7
Complementary color
Monochromatic Colors of #E019A7
Black with #E019A7
Text Example
Text Example
White with #E019A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E019A7; }
p { color: rgb(224,25,167); }
H1.HeaderClassName
{
color: #E019A7;
}
.AnyTagClassName
{
color: #E019A7;
}
</style>
background-color css
<style>
a { background-color: #E019A7; }
a { background-color: rgb(224,25,167); }
div.DivClassName
{
background-color: #E019A7;
}
.BgClassName
{
background-color: #E019A7;
}
</style>
border-color css
<style>
span { border-color: #E019A7; }
span { border-color: rgb(224,25,167); }
td.TdClassName
{
border-color: #E019A7;
}
.TagClassName
{
border-color: #E019A7;
}
</style>