Shades of Spicy Pink #EC28BA
Tints of Spicy Pink #EC28BA
RGB
CMYK
RGB Variations
Color information
#EC28BA (or 0xEC28BA) is known color: Spicy Pink. HEX triplet: EC, 28 and BA. RGB value is (236,40,186). Sum of RGB (Red+Green+Blue) = 236+40+186=462 (61% of max value = 765). Red value is 236 (92.58% from 255 or 51.08% from 462); Green value is 40 (16.02% from 255 or 8.66% from 462); Blue value is 186 (73.05% from 255 or 40.26% from 462); Max value from RGB is 236 - color contains mainly: red. Hex color #EC28BA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EC28BA is #13D745. Grayscale: #727272. Windows color (decimal): -1300294 or 12200172. OLE color: 12200172.
HSL color Cylindrical-coordinate representation of color #EC28BA: hue angle of 315.31º degrees, saturation: 0.84, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #EC28BA is Cyan = 0, Magento = 0.83, Yellow = 0.21 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 40 | 186 | - |
| CMYK | 0 | 0.83 | 0.21 | 0.07 |
| HSL | 315.31º | 0.84% | 0.54% | - |
| HSV(B) | 315.31º | 0.83% | 0.93% | - |
| XYZ | 44.21 | 22.9 | 48.54 | - |
| YUV | 115.25 | 167.93 | 214.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 40 | 186 | 0 | 0.83 | 0.21 | 0.07 | 315.31 | 0.84 | 0.54 |
| Hex | EC | 28 | BA | 0 | 53 | 15 | 7 | 13B | 54 | 36 |
| Octal | 354 | 50 | 272 | 0 | 123 | 25 | 7 | 473 | 124 | 66 |
| Binary | 11101100 | 101000 | 10111010 | 0 | 1010011 | 10101 | 111 | 100111011 | 1010100 | 110110 |
Color Harmonies of #EC28BA
Complementary color
Monochromatic Colors of #EC28BA
Black with #EC28BA
Text Example
Text Example
White with #EC28BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC28BA; }
p { color: rgb(236,40,186); }
H1.HeaderClassName
{
color: #EC28BA;
}
.AnyTagClassName
{
color: #EC28BA;
}
</style>
background-color css
<style>
a { background-color: #EC28BA; }
a { background-color: rgb(236,40,186); }
div.DivClassName
{
background-color: #EC28BA;
}
.BgClassName
{
background-color: #EC28BA;
}
</style>
border-color css
<style>
span { border-color: #EC28BA; }
span { border-color: rgb(236,40,186); }
td.TdClassName
{
border-color: #EC28BA;
}
.TagClassName
{
border-color: #EC28BA;
}
</style>