Shades of Spicy Pink #EC21AA
Tints of Spicy Pink #EC21AA
RGB
CMYK
RGB Variations
Color information
#EC21AA (or 0xEC21AA) is known color: Spicy Pink. HEX triplet: EC, 21 and AA. RGB value is (236,33,170). Sum of RGB (Red+Green+Blue) = 236+33+170=439 (58% of max value = 765). Red value is 236 (92.58% from 255 or 53.76% from 439); Green value is 33 (13.28% from 255 or 7.52% from 439); Blue value is 170 (66.80% from 255 or 38.72% from 439); Max value from RGB is 236 - color contains mainly: red. Hex color #EC21AA is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC21AA is #13DE55. Grayscale: #6C6C6C. Windows color (decimal): -1302102 or 11149804. OLE color: 11149804.
HSL color Cylindrical-coordinate representation of color #EC21AA: hue angle of 319.51º degrees, saturation: 0.84, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #EC21AA is Cyan = 0, Magento = 0.86, Yellow = 0.28 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 33 | 170 | - |
| CMYK | 0 | 0.86 | 0.28 | 0.07 |
| HSL | 319.51º | 0.84% | 0.53% | - |
| HSV(B) | 319.51º | 0.86% | 0.93% | - |
| XYZ | 42.39 | 21.82 | 40.01 | - |
| YUV | 109.32 | 162.25 | 218.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 33 | 170 | 0 | 0.86 | 0.28 | 0.07 | 319.51 | 0.84 | 0.53 |
| Hex | EC | 21 | AA | 0 | 56 | 1C | 7 | 140 | 54 | 35 |
| Octal | 354 | 41 | 252 | 0 | 126 | 34 | 7 | 500 | 124 | 65 |
| Binary | 11101100 | 100001 | 10101010 | 0 | 1010110 | 11100 | 111 | 101000000 | 1010100 | 110101 |
Color Harmonies of #EC21AA
Complementary color
Monochromatic Colors of #EC21AA
Black with #EC21AA
Text Example
Text Example
White with #EC21AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC21AA; }
p { color: rgb(236,33,170); }
H1.HeaderClassName
{
color: #EC21AA;
}
.AnyTagClassName
{
color: #EC21AA;
}
</style>
background-color css
<style>
a { background-color: #EC21AA; }
a { background-color: rgb(236,33,170); }
div.DivClassName
{
background-color: #EC21AA;
}
.BgClassName
{
background-color: #EC21AA;
}
</style>
border-color css
<style>
span { border-color: #EC21AA; }
span { border-color: rgb(236,33,170); }
td.TdClassName
{
border-color: #EC21AA;
}
.TagClassName
{
border-color: #EC21AA;
}
</style>