Shades of Spicy Pink #EC19A0
Tints of Spicy Pink #EC19A0
RGB
CMYK
RGB Variations
Color information
#EC19A0 (or 0xEC19A0) is known color: Spicy Pink. HEX triplet: EC, 19 and A0. RGB value is (236,25,160). Sum of RGB (Red+Green+Blue) = 236+25+160=421 (55% of max value = 765). Red value is 236 (92.58% from 255 or 56.06% from 421); Green value is 25 (10.16% from 255 or 5.94% from 421); Blue value is 160 (62.89% from 255 or 38.00% from 421); Max value from RGB is 236 - color contains mainly: red. Hex color #EC19A0 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EC19A0 is #13E65F. Grayscale: #676767. Windows color (decimal): -1304160 or 10492396. OLE color: 10492396.
HSL color Cylindrical-coordinate representation of color #EC19A0: hue angle of 321.61º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #EC19A0 is Cyan = 0, Magento = 0.89, Yellow = 0.32 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 25 | 160 | - |
| CMYK | 0 | 0.89 | 0.32 | 0.07 |
| HSL | 321.61º | 0.85% | 0.51% | - |
| HSV(B) | 321.61º | 0.89% | 0.93% | - |
| XYZ | 41.28 | 21.07 | 35.15 | - |
| YUV | 103.48 | 159.9 | 222.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 25 | 160 | 0 | 0.89 | 0.32 | 0.07 | 321.61 | 0.85 | 0.51 |
| Hex | EC | 19 | A0 | 0 | 59 | 20 | 7 | 142 | 55 | 33 |
| Octal | 354 | 31 | 240 | 0 | 131 | 40 | 7 | 502 | 125 | 63 |
| Binary | 11101100 | 11001 | 10100000 | 0 | 1011001 | 100000 | 111 | 101000010 | 1010101 | 110011 |
Color Harmonies of #EC19A0
Complementary color
Monochromatic Colors of #EC19A0
Black with #EC19A0
Text Example
Text Example
White with #EC19A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC19A0; }
p { color: rgb(236,25,160); }
H1.HeaderClassName
{
color: #EC19A0;
}
.AnyTagClassName
{
color: #EC19A0;
}
</style>
background-color css
<style>
a { background-color: #EC19A0; }
a { background-color: rgb(236,25,160); }
div.DivClassName
{
background-color: #EC19A0;
}
.BgClassName
{
background-color: #EC19A0;
}
</style>
border-color css
<style>
span { border-color: #EC19A0; }
span { border-color: rgb(236,25,160); }
td.TdClassName
{
border-color: #EC19A0;
}
.TagClassName
{
border-color: #EC19A0;
}
</style>