Shades of Spicy Pink #EC1AAA
Tints of Spicy Pink #EC1AAA
RGB
CMYK
RGB Variations
Color information
#EC1AAA (or 0xEC1AAA) is known color: Spicy Pink. HEX triplet: EC, 1A and AA. RGB value is (236,26,170). Sum of RGB (Red+Green+Blue) = 236+26+170=432 (57% of max value = 765). Red value is 236 (92.58% from 255 or 54.63% from 432); Green value is 26 (10.55% from 255 or 6.02% from 432); Blue value is 170 (66.80% from 255 or 39.35% from 432); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1AAA is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC1AAA is #13E555. Grayscale: #686868. Windows color (decimal): -1303894 or 11148012. OLE color: 11148012.
HSL color Cylindrical-coordinate representation of color #EC1AAA: hue angle of 318.86º 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 #EC1AAA is Cyan = 0, Magento = 0.89, Yellow = 0.28 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 26 | 170 | - |
| CMYK | 0 | 0.89 | 0.28 | 0.07 |
| HSL | 318.86º | 0.85% | 0.51% | - |
| HSV(B) | 318.86º | 0.89% | 0.93% | - |
| XYZ | 42.22 | 21.47 | 39.95 | - |
| YUV | 105.21 | 164.57 | 221.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 26 | 170 | 0 | 0.89 | 0.28 | 0.07 | 318.86 | 0.85 | 0.51 |
| Hex | EC | 1A | AA | 0 | 59 | 1C | 7 | 13F | 55 | 33 |
| Octal | 354 | 32 | 252 | 0 | 131 | 34 | 7 | 477 | 125 | 63 |
| Binary | 11101100 | 11010 | 10101010 | 0 | 1011001 | 11100 | 111 | 100111111 | 1010101 | 110011 |
Color Harmonies of #EC1AAA
Complementary color
Monochromatic Colors of #EC1AAA
Black with #EC1AAA
Text Example
Text Example
White with #EC1AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC1AAA; }
p { color: rgb(236,26,170); }
H1.HeaderClassName
{
color: #EC1AAA;
}
.AnyTagClassName
{
color: #EC1AAA;
}
</style>
background-color css
<style>
a { background-color: #EC1AAA; }
a { background-color: rgb(236,26,170); }
div.DivClassName
{
background-color: #EC1AAA;
}
.BgClassName
{
background-color: #EC1AAA;
}
</style>
border-color css
<style>
span { border-color: #EC1AAA; }
span { border-color: rgb(236,26,170); }
td.TdClassName
{
border-color: #EC1AAA;
}
.TagClassName
{
border-color: #EC1AAA;
}
</style>