Shades of Spicy Pink #EC20B6
Tints of Spicy Pink #EC20B6
RGB
CMYK
RGB Variations
Color information
#EC20B6 (or 0xEC20B6) is known color: Spicy Pink. HEX triplet: EC, 20 and B6. RGB value is (236,32,182). Sum of RGB (Red+Green+Blue) = 236+32+182=450 (59% of max value = 765). Red value is 236 (92.58% from 255 or 52.44% from 450); Green value is 32 (12.89% from 255 or 7.11% from 450); Blue value is 182 (71.48% from 255 or 40.44% from 450); Max value from RGB is 236 - color contains mainly: red. Hex color #EC20B6 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EC20B6 is #13DF49. Grayscale: #6D6D6D. Windows color (decimal): -1302346 or 11935980. OLE color: 11935980.
HSL color Cylindrical-coordinate representation of color #EC20B6: hue angle of 315.88º 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 #EC20B6 is Cyan = 0, Magento = 0.86, Yellow = 0.23 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 32 | 182 | - |
| CMYK | 0 | 0.86 | 0.23 | 0.07 |
| HSL | 315.88º | 0.84% | 0.53% | - |
| HSV(B) | 315.88º | 0.86% | 0.93% | - |
| XYZ | 43.55 | 22.24 | 46.25 | - |
| YUV | 110.1 | 168.59 | 217.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 32 | 182 | 0 | 0.86 | 0.23 | 0.07 | 315.88 | 0.84 | 0.53 |
| Hex | EC | 20 | B6 | 0 | 56 | 17 | 7 | 13C | 54 | 35 |
| Octal | 354 | 40 | 266 | 0 | 126 | 27 | 7 | 474 | 124 | 65 |
| Binary | 11101100 | 100000 | 10110110 | 0 | 1010110 | 10111 | 111 | 100111100 | 1010100 | 110101 |
Color Harmonies of #EC20B6
Complementary color
Monochromatic Colors of #EC20B6
Black with #EC20B6
Text Example
Text Example
White with #EC20B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC20B6; }
p { color: rgb(236,32,182); }
H1.HeaderClassName
{
color: #EC20B6;
}
.AnyTagClassName
{
color: #EC20B6;
}
</style>
background-color css
<style>
a { background-color: #EC20B6; }
a { background-color: rgb(236,32,182); }
div.DivClassName
{
background-color: #EC20B6;
}
.BgClassName
{
background-color: #EC20B6;
}
</style>
border-color css
<style>
span { border-color: #EC20B6; }
span { border-color: rgb(236,32,182); }
td.TdClassName
{
border-color: #EC20B6;
}
.TagClassName
{
border-color: #EC20B6;
}
</style>