Shades of Spicy Pink #EC19AA
Tints of Spicy Pink #EC19AA
RGB
CMYK
RGB Variations
Color information
#EC19AA (or 0xEC19AA) is known color: Spicy Pink. HEX triplet: EC, 19 and AA. RGB value is (236,25,170). Sum of RGB (Red+Green+Blue) = 236+25+170=431 (57% of max value = 765). Red value is 236 (92.58% from 255 or 54.76% from 431); Green value is 25 (10.16% from 255 or 5.80% from 431); Blue value is 170 (66.80% from 255 or 39.44% from 431); Max value from RGB is 236 - color contains mainly: red. Hex color #EC19AA is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EC19AA is #13E655. Grayscale: #686868. Windows color (decimal): -1304150 or 11147756. OLE color: 11147756.
HSL color Cylindrical-coordinate representation of color #EC19AA: hue angle of 318.77º 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 #EC19AA is Cyan = 0, Magento = 0.89, Yellow = 0.28 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 25 | 170 | - |
| CMYK | 0 | 0.89 | 0.28 | 0.07 |
| HSL | 318.77º | 0.85% | 0.51% | - |
| HSV(B) | 318.77º | 0.89% | 0.93% | - |
| XYZ | 42.2 | 21.43 | 39.94 | - |
| YUV | 104.62 | 164.9 | 221.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 25 | 170 | 0 | 0.89 | 0.28 | 0.07 | 318.77 | 0.85 | 0.51 |
| Hex | EC | 19 | AA | 0 | 59 | 1C | 7 | 13F | 55 | 33 |
| Octal | 354 | 31 | 252 | 0 | 131 | 34 | 7 | 477 | 125 | 63 |
| Binary | 11101100 | 11001 | 10101010 | 0 | 1011001 | 11100 | 111 | 100111111 | 1010101 | 110011 |
Color Harmonies of #EC19AA
Complementary color
Monochromatic Colors of #EC19AA
Black with #EC19AA
Text Example
Text Example
White with #EC19AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC19AA; }
p { color: rgb(236,25,170); }
H1.HeaderClassName
{
color: #EC19AA;
}
.AnyTagClassName
{
color: #EC19AA;
}
</style>
background-color css
<style>
a { background-color: #EC19AA; }
a { background-color: rgb(236,25,170); }
div.DivClassName
{
background-color: #EC19AA;
}
.BgClassName
{
background-color: #EC19AA;
}
</style>
border-color css
<style>
span { border-color: #EC19AA; }
span { border-color: rgb(236,25,170); }
td.TdClassName
{
border-color: #EC19AA;
}
.TagClassName
{
border-color: #EC19AA;
}
</style>