Shades of Spicy Pink #EC21AB
Tints of Spicy Pink #EC21AB
RGB
CMYK
RGB Variations
Color information
#EC21AB (or 0xEC21AB) is known color: Spicy Pink. HEX triplet: EC, 21 and AB. RGB value is (236,33,171). Sum of RGB (Red+Green+Blue) = 236+33+171=440 (58% of max value = 765). Red value is 236 (92.58% from 255 or 53.64% from 440); Green value is 33 (13.28% from 255 or 7.5% from 440); Blue value is 171 (67.19% from 255 or 38.86% from 440); Max value from RGB is 236 - color contains mainly: red. Hex color #EC21AB is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC21AB is #13DE54. Grayscale: #6D6D6D. Windows color (decimal): -1302101 or 11215340. OLE color: 11215340.
HSL color Cylindrical-coordinate representation of color #EC21AB: hue angle of 319.21º 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 #EC21AB is Cyan = 0, Magento = 0.86, Yellow = 0.28 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 33 | 171 | - |
| CMYK | 0 | 0.86 | 0.28 | 0.07 |
| HSL | 319.21º | 0.84% | 0.53% | - |
| HSV(B) | 319.21º | 0.86% | 0.93% | - |
| XYZ | 42.49 | 21.86 | 40.51 | - |
| YUV | 109.43 | 162.75 | 218.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 33 | 171 | 0 | 0.86 | 0.28 | 0.07 | 319.21 | 0.84 | 0.53 |
| Hex | EC | 21 | AB | 0 | 56 | 1C | 7 | 13F | 54 | 35 |
| Octal | 354 | 41 | 253 | 0 | 126 | 34 | 7 | 477 | 124 | 65 |
| Binary | 11101100 | 100001 | 10101011 | 0 | 1010110 | 11100 | 111 | 100111111 | 1010100 | 110101 |
Color Harmonies of #EC21AB
Complementary color
Monochromatic Colors of #EC21AB
Black with #EC21AB
Text Example
Text Example
White with #EC21AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC21AB; }
p { color: rgb(236,33,171); }
H1.HeaderClassName
{
color: #EC21AB;
}
.AnyTagClassName
{
color: #EC21AB;
}
</style>
background-color css
<style>
a { background-color: #EC21AB; }
a { background-color: rgb(236,33,171); }
div.DivClassName
{
background-color: #EC21AB;
}
.BgClassName
{
background-color: #EC21AB;
}
</style>
border-color css
<style>
span { border-color: #EC21AB; }
span { border-color: rgb(236,33,171); }
td.TdClassName
{
border-color: #EC21AB;
}
.TagClassName
{
border-color: #EC21AB;
}
</style>