Shades of Spicy Pink #EC20B8
Tints of Spicy Pink #EC20B8
RGB
CMYK
RGB Variations
Color information
#EC20B8 (or 0xEC20B8) is known color: Spicy Pink. HEX triplet: EC, 20 and B8. RGB value is (236,32,184). Sum of RGB (Red+Green+Blue) = 236+32+184=452 (59% of max value = 765). Red value is 236 (92.58% from 255 or 52.21% from 452); Green value is 32 (12.89% from 255 or 7.08% from 452); Blue value is 184 (72.27% from 255 or 40.71% from 452); Max value from RGB is 236 - color contains mainly: red. Hex color #EC20B8 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EC20B8 is #13DF47. Grayscale: #6D6D6D. Windows color (decimal): -1302344 or 12067052. OLE color: 12067052.
HSL color Cylindrical-coordinate representation of color #EC20B8: hue angle of 315.29º 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 #EC20B8 is Cyan = 0, Magento = 0.86, Yellow = 0.22 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 32 | 184 | - |
| CMYK | 0 | 0.86 | 0.22 | 0.07 |
| HSL | 315.29º | 0.84% | 0.53% | - |
| HSV(B) | 315.29º | 0.86% | 0.93% | - |
| XYZ | 43.76 | 22.33 | 47.35 | - |
| YUV | 110.32 | 169.59 | 217.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 32 | 184 | 0 | 0.86 | 0.22 | 0.07 | 315.29 | 0.84 | 0.53 |
| Hex | EC | 20 | B8 | 0 | 56 | 16 | 7 | 13B | 54 | 35 |
| Octal | 354 | 40 | 270 | 0 | 126 | 26 | 7 | 473 | 124 | 65 |
| Binary | 11101100 | 100000 | 10111000 | 0 | 1010110 | 10110 | 111 | 100111011 | 1010100 | 110101 |
Color Harmonies of #EC20B8
Complementary color
Monochromatic Colors of #EC20B8
Black with #EC20B8
Text Example
Text Example
White with #EC20B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC20B8; }
p { color: rgb(236,32,184); }
H1.HeaderClassName
{
color: #EC20B8;
}
.AnyTagClassName
{
color: #EC20B8;
}
</style>
background-color css
<style>
a { background-color: #EC20B8; }
a { background-color: rgb(236,32,184); }
div.DivClassName
{
background-color: #EC20B8;
}
.BgClassName
{
background-color: #EC20B8;
}
</style>
border-color css
<style>
span { border-color: #EC20B8; }
span { border-color: rgb(236,32,184); }
td.TdClassName
{
border-color: #EC20B8;
}
.TagClassName
{
border-color: #EC20B8;
}
</style>