Shades of Spicy Pink #EC21AC
Tints of Spicy Pink #EC21AC
RGB
CMYK
RGB Variations
Color information
#EC21AC (or 0xEC21AC) is known color: Spicy Pink. HEX triplet: EC, 21 and AC. RGB value is (236,33,172). Sum of RGB (Red+Green+Blue) = 236+33+172=441 (58% of max value = 765). Red value is 236 (92.58% from 255 or 53.51% from 441); Green value is 33 (13.28% from 255 or 7.48% from 441); Blue value is 172 (67.58% from 255 or 39.00% from 441); Max value from RGB is 236 - color contains mainly: red. Hex color #EC21AC is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC21AC is #13DE53. Grayscale: #6D6D6D. Windows color (decimal): -1302100 or 11280876. OLE color: 11280876.
HSL color Cylindrical-coordinate representation of color #EC21AC: hue angle of 318.92º 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 #EC21AC is Cyan = 0, Magento = 0.86, Yellow = 0.27 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 33 | 172 | - |
| CMYK | 0 | 0.86 | 0.27 | 0.07 |
| HSL | 318.92º | 0.84% | 0.53% | - |
| HSV(B) | 318.92º | 0.86% | 0.93% | - |
| XYZ | 42.58 | 21.9 | 41.01 | - |
| YUV | 109.54 | 163.25 | 218.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 33 | 172 | 0 | 0.86 | 0.27 | 0.07 | 318.92 | 0.84 | 0.53 |
| Hex | EC | 21 | AC | 0 | 56 | 1B | 7 | 13F | 54 | 35 |
| Octal | 354 | 41 | 254 | 0 | 126 | 33 | 7 | 477 | 124 | 65 |
| Binary | 11101100 | 100001 | 10101100 | 0 | 1010110 | 11011 | 111 | 100111111 | 1010100 | 110101 |
Color Harmonies of #EC21AC
Complementary color
Monochromatic Colors of #EC21AC
Black with #EC21AC
Text Example
Text Example
White with #EC21AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC21AC; }
p { color: rgb(236,33,172); }
H1.HeaderClassName
{
color: #EC21AC;
}
.AnyTagClassName
{
color: #EC21AC;
}
</style>
background-color css
<style>
a { background-color: #EC21AC; }
a { background-color: rgb(236,33,172); }
div.DivClassName
{
background-color: #EC21AC;
}
.BgClassName
{
background-color: #EC21AC;
}
</style>
border-color css
<style>
span { border-color: #EC21AC; }
span { border-color: rgb(236,33,172); }
td.TdClassName
{
border-color: #EC21AC;
}
.TagClassName
{
border-color: #EC21AC;
}
</style>