Shades of Spicy Pink #EC19AC
Tints of Spicy Pink #EC19AC
RGB
CMYK
RGB Variations
Color information
#EC19AC (or 0xEC19AC) is known color: Spicy Pink. HEX triplet: EC, 19 and AC. RGB value is (236,25,172). Sum of RGB (Red+Green+Blue) = 236+25+172=433 (57% of max value = 765). Red value is 236 (92.58% from 255 or 54.50% from 433); Green value is 25 (10.16% from 255 or 5.77% from 433); Blue value is 172 (67.58% from 255 or 39.72% from 433); Max value from RGB is 236 - color contains mainly: red. Hex color #EC19AC is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EC19AC is #13E653. Grayscale: #686868. Windows color (decimal): -1304148 or 11278828. OLE color: 11278828.
HSL color Cylindrical-coordinate representation of color #EC19AC: hue angle of 318.2º 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 #EC19AC is Cyan = 0, Magento = 0.89, Yellow = 0.27 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 25 | 172 | - |
| CMYK | 0 | 0.89 | 0.27 | 0.07 |
| HSL | 318.2º | 0.85% | 0.51% | - |
| HSV(B) | 318.2º | 0.89% | 0.93% | - |
| XYZ | 42.39 | 21.51 | 40.95 | - |
| YUV | 104.85 | 165.9 | 221.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 25 | 172 | 0 | 0.89 | 0.27 | 0.07 | 318.2 | 0.85 | 0.51 |
| Hex | EC | 19 | AC | 0 | 59 | 1B | 7 | 13E | 55 | 33 |
| Octal | 354 | 31 | 254 | 0 | 131 | 33 | 7 | 476 | 125 | 63 |
| Binary | 11101100 | 11001 | 10101100 | 0 | 1011001 | 11011 | 111 | 100111110 | 1010101 | 110011 |
Color Harmonies of #EC19AC
Complementary color
Monochromatic Colors of #EC19AC
Black with #EC19AC
Text Example
Text Example
White with #EC19AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC19AC; }
p { color: rgb(236,25,172); }
H1.HeaderClassName
{
color: #EC19AC;
}
.AnyTagClassName
{
color: #EC19AC;
}
</style>
background-color css
<style>
a { background-color: #EC19AC; }
a { background-color: rgb(236,25,172); }
div.DivClassName
{
background-color: #EC19AC;
}
.BgClassName
{
background-color: #EC19AC;
}
</style>
border-color css
<style>
span { border-color: #EC19AC; }
span { border-color: rgb(236,25,172); }
td.TdClassName
{
border-color: #EC19AC;
}
.TagClassName
{
border-color: #EC19AC;
}
</style>