Shades of Spicy Pink #EC20AD
Tints of Spicy Pink #EC20AD
RGB
CMYK
RGB Variations
Color information
#EC20AD (or 0xEC20AD) is known color: Spicy Pink. HEX triplet: EC, 20 and AD. RGB value is (236,32,173). Sum of RGB (Red+Green+Blue) = 236+32+173=441 (58% of max value = 765). Red value is 236 (92.58% from 255 or 53.51% from 441); Green value is 32 (12.89% from 255 or 7.26% from 441); Blue value is 173 (67.97% from 255 or 39.23% from 441); Max value from RGB is 236 - color contains mainly: red. Hex color #EC20AD is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC20AD is #13DF52. Grayscale: #6C6C6C. Windows color (decimal): -1302355 or 11346156. OLE color: 11346156.
HSL color Cylindrical-coordinate representation of color #EC20AD: hue angle of 318.53º 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 #EC20AD is Cyan = 0, Magento = 0.86, Yellow = 0.27 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 32 | 173 | - |
| CMYK | 0 | 0.86 | 0.27 | 0.07 |
| HSL | 318.53º | 0.84% | 0.53% | - |
| HSV(B) | 318.53º | 0.86% | 0.93% | - |
| XYZ | 42.65 | 21.88 | 41.51 | - |
| YUV | 109.07 | 164.09 | 218.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 32 | 173 | 0 | 0.86 | 0.27 | 0.07 | 318.53 | 0.84 | 0.53 |
| Hex | EC | 20 | AD | 0 | 56 | 1B | 7 | 13F | 54 | 35 |
| Octal | 354 | 40 | 255 | 0 | 126 | 33 | 7 | 477 | 124 | 65 |
| Binary | 11101100 | 100000 | 10101101 | 0 | 1010110 | 11011 | 111 | 100111111 | 1010100 | 110101 |
Color Harmonies of #EC20AD
Complementary color
Monochromatic Colors of #EC20AD
Black with #EC20AD
Text Example
Text Example
White with #EC20AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC20AD; }
p { color: rgb(236,32,173); }
H1.HeaderClassName
{
color: #EC20AD;
}
.AnyTagClassName
{
color: #EC20AD;
}
</style>
background-color css
<style>
a { background-color: #EC20AD; }
a { background-color: rgb(236,32,173); }
div.DivClassName
{
background-color: #EC20AD;
}
.BgClassName
{
background-color: #EC20AD;
}
</style>
border-color css
<style>
span { border-color: #EC20AD; }
span { border-color: rgb(236,32,173); }
td.TdClassName
{
border-color: #EC20AD;
}
.TagClassName
{
border-color: #EC20AD;
}
</style>