Shades of Spicy Pink #EC1AA1
Tints of Spicy Pink #EC1AA1
RGB
CMYK
RGB Variations
Color information
#EC1AA1 (or 0xEC1AA1) is known color: Spicy Pink. HEX triplet: EC, 1A and A1. RGB value is (236,26,161). Sum of RGB (Red+Green+Blue) = 236+26+161=423 (56% of max value = 765). Red value is 236 (92.58% from 255 or 55.79% from 423); Green value is 26 (10.55% from 255 or 6.15% from 423); Blue value is 161 (63.28% from 255 or 38.06% from 423); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1AA1 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC1AA1 is #13E55E. Grayscale: #676767. Windows color (decimal): -1303903 or 10558188. OLE color: 10558188.
HSL color Cylindrical-coordinate representation of color #EC1AA1: hue angle of 321.43º 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 #EC1AA1 is Cyan = 0, Magento = 0.89, Yellow = 0.32 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 26 | 161 | - |
| CMYK | 0 | 0.89 | 0.32 | 0.07 |
| HSL | 321.43º | 0.85% | 0.51% | - |
| HSV(B) | 321.43º | 0.89% | 0.93% | - |
| XYZ | 41.39 | 21.14 | 35.62 | - |
| YUV | 104.18 | 160.07 | 222.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 26 | 161 | 0 | 0.89 | 0.32 | 0.07 | 321.43 | 0.85 | 0.51 |
| Hex | EC | 1A | A1 | 0 | 59 | 20 | 7 | 141 | 55 | 33 |
| Octal | 354 | 32 | 241 | 0 | 131 | 40 | 7 | 501 | 125 | 63 |
| Binary | 11101100 | 11010 | 10100001 | 0 | 1011001 | 100000 | 111 | 101000001 | 1010101 | 110011 |
Color Harmonies of #EC1AA1
Complementary color
Monochromatic Colors of #EC1AA1
Black with #EC1AA1
Text Example
Text Example
White with #EC1AA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC1AA1; }
p { color: rgb(236,26,161); }
H1.HeaderClassName
{
color: #EC1AA1;
}
.AnyTagClassName
{
color: #EC1AA1;
}
</style>
background-color css
<style>
a { background-color: #EC1AA1; }
a { background-color: rgb(236,26,161); }
div.DivClassName
{
background-color: #EC1AA1;
}
.BgClassName
{
background-color: #EC1AA1;
}
</style>
border-color css
<style>
span { border-color: #EC1AA1; }
span { border-color: rgb(236,26,161); }
td.TdClassName
{
border-color: #EC1AA1;
}
.TagClassName
{
border-color: #EC1AA1;
}
</style>