Shades of Spicy Pink #EC1CA9
Tints of Spicy Pink #EC1CA9
RGB
CMYK
RGB Variations
Color information
#EC1CA9 (or 0xEC1CA9) is known color: Spicy Pink. HEX triplet: EC, 1C and A9. RGB value is (236,28,169). Sum of RGB (Red+Green+Blue) = 236+28+169=433 (57% of max value = 765). Red value is 236 (92.58% from 255 or 54.50% from 433); Green value is 28 (11.33% from 255 or 6.47% from 433); Blue value is 169 (66.41% from 255 or 39.03% from 433); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1CA9 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC1CA9 is #13E356. Grayscale: #696969. Windows color (decimal): -1303383 or 11082988. OLE color: 11082988.
HSL color Cylindrical-coordinate representation of color #EC1CA9: hue angle of 319.33º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #EC1CA9 is Cyan = 0, Magento = 0.88, Yellow = 0.28 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 28 | 169 | - |
| CMYK | 0 | 0.88 | 0.28 | 0.07 |
| HSL | 319.33º | 0.85% | 0.52% | - |
| HSV(B) | 319.33º | 0.88% | 0.93% | - |
| XYZ | 42.17 | 21.53 | 39.47 | - |
| YUV | 106.27 | 163.41 | 220.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 28 | 169 | 0 | 0.88 | 0.28 | 0.07 | 319.33 | 0.85 | 0.52 |
| Hex | EC | 1C | A9 | 0 | 58 | 1C | 7 | 13F | 55 | 34 |
| Octal | 354 | 34 | 251 | 0 | 130 | 34 | 7 | 477 | 125 | 64 |
| Binary | 11101100 | 11100 | 10101001 | 0 | 1011000 | 11100 | 111 | 100111111 | 1010101 | 110100 |
Color Harmonies of #EC1CA9
Complementary color
Monochromatic Colors of #EC1CA9
Black with #EC1CA9
Text Example
Text Example
White with #EC1CA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC1CA9; }
p { color: rgb(236,28,169); }
H1.HeaderClassName
{
color: #EC1CA9;
}
.AnyTagClassName
{
color: #EC1CA9;
}
</style>
background-color css
<style>
a { background-color: #EC1CA9; }
a { background-color: rgb(236,28,169); }
div.DivClassName
{
background-color: #EC1CA9;
}
.BgClassName
{
background-color: #EC1CA9;
}
</style>
border-color css
<style>
span { border-color: #EC1CA9; }
span { border-color: rgb(236,28,169); }
td.TdClassName
{
border-color: #EC1CA9;
}
.TagClassName
{
border-color: #EC1CA9;
}
</style>