Shades of Spicy Pink #EC20B0
Tints of Spicy Pink #EC20B0
RGB
CMYK
RGB Variations
Color information
#EC20B0 (or 0xEC20B0) is known color: Spicy Pink. HEX triplet: EC, 20 and B0. RGB value is (236,32,176). Sum of RGB (Red+Green+Blue) = 236+32+176=444 (58% of max value = 765). Red value is 236 (92.58% from 255 or 53.15% from 444); Green value is 32 (12.89% from 255 or 7.21% from 444); Blue value is 176 (69.14% from 255 or 39.64% from 444); Max value from RGB is 236 - color contains mainly: red. Hex color #EC20B0 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC20B0 is #13DF4F. Grayscale: #6D6D6D. Windows color (decimal): -1302352 or 11542764. OLE color: 11542764.
HSL color Cylindrical-coordinate representation of color #EC20B0: hue angle of 317.65º 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 #EC20B0 is Cyan = 0, Magento = 0.86, Yellow = 0.25 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 32 | 176 | - |
| CMYK | 0 | 0.86 | 0.25 | 0.07 |
| HSL | 317.65º | 0.84% | 0.53% | - |
| HSV(B) | 317.65º | 0.86% | 0.93% | - |
| XYZ | 42.95 | 22 | 43.06 | - |
| YUV | 109.41 | 165.59 | 218.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 32 | 176 | 0 | 0.86 | 0.25 | 0.07 | 317.65 | 0.84 | 0.53 |
| Hex | EC | 20 | B0 | 0 | 56 | 19 | 7 | 13E | 54 | 35 |
| Octal | 354 | 40 | 260 | 0 | 126 | 31 | 7 | 476 | 124 | 65 |
| Binary | 11101100 | 100000 | 10110000 | 0 | 1010110 | 11001 | 111 | 100111110 | 1010100 | 110101 |
Color Harmonies of #EC20B0
Complementary color
Monochromatic Colors of #EC20B0
Black with #EC20B0
Text Example
Text Example
White with #EC20B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC20B0; }
p { color: rgb(236,32,176); }
H1.HeaderClassName
{
color: #EC20B0;
}
.AnyTagClassName
{
color: #EC20B0;
}
</style>
background-color css
<style>
a { background-color: #EC20B0; }
a { background-color: rgb(236,32,176); }
div.DivClassName
{
background-color: #EC20B0;
}
.BgClassName
{
background-color: #EC20B0;
}
</style>
border-color css
<style>
span { border-color: #EC20B0; }
span { border-color: rgb(236,32,176); }
td.TdClassName
{
border-color: #EC20B0;
}
.TagClassName
{
border-color: #EC20B0;
}
</style>