Shades of Spicy Pink #EC20AB
Tints of Spicy Pink #EC20AB
RGB
CMYK
RGB Variations
Color information
#EC20AB (or 0xEC20AB) is known color: Spicy Pink. HEX triplet: EC, 20 and AB. RGB value is (236,32,171). Sum of RGB (Red+Green+Blue) = 236+32+171=439 (58% of max value = 765). Red value is 236 (92.58% from 255 or 53.76% from 439); Green value is 32 (12.89% from 255 or 7.29% from 439); Blue value is 171 (67.19% from 255 or 38.95% from 439); Max value from RGB is 236 - color contains mainly: red. Hex color #EC20AB is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC20AB is #13DF54. Grayscale: #6C6C6C. Windows color (decimal): -1302357 or 11215084. OLE color: 11215084.
HSL color Cylindrical-coordinate representation of color #EC20AB: hue angle of 319.12º 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 #EC20AB is Cyan = 0, Magento = 0.86, Yellow = 0.28 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 32 | 171 | - |
| CMYK | 0 | 0.86 | 0.28 | 0.07 |
| HSL | 319.12º | 0.84% | 0.53% | - |
| HSV(B) | 319.12º | 0.86% | 0.93% | - |
| XYZ | 42.46 | 21.81 | 40.5 | - |
| YUV | 108.84 | 163.09 | 218.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 32 | 171 | 0 | 0.86 | 0.28 | 0.07 | 319.12 | 0.84 | 0.53 |
| Hex | EC | 20 | AB | 0 | 56 | 1C | 7 | 13F | 54 | 35 |
| Octal | 354 | 40 | 253 | 0 | 126 | 34 | 7 | 477 | 124 | 65 |
| Binary | 11101100 | 100000 | 10101011 | 0 | 1010110 | 11100 | 111 | 100111111 | 1010100 | 110101 |
Color Harmonies of #EC20AB
Complementary color
Monochromatic Colors of #EC20AB
Black with #EC20AB
Text Example
Text Example
White with #EC20AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC20AB; }
p { color: rgb(236,32,171); }
H1.HeaderClassName
{
color: #EC20AB;
}
.AnyTagClassName
{
color: #EC20AB;
}
</style>
background-color css
<style>
a { background-color: #EC20AB; }
a { background-color: rgb(236,32,171); }
div.DivClassName
{
background-color: #EC20AB;
}
.BgClassName
{
background-color: #EC20AB;
}
</style>
border-color css
<style>
span { border-color: #EC20AB; }
span { border-color: rgb(236,32,171); }
td.TdClassName
{
border-color: #EC20AB;
}
.TagClassName
{
border-color: #EC20AB;
}
</style>