Shades of Spicy Pink #EC1BAB
Tints of Spicy Pink #EC1BAB
RGB
CMYK
RGB Variations
Color information
#EC1BAB (or 0xEC1BAB) is known color: Spicy Pink. HEX triplet: EC, 1B and AB. RGB value is (236,27,171). Sum of RGB (Red+Green+Blue) = 236+27+171=434 (57% of max value = 765). Red value is 236 (92.58% from 255 or 54.38% from 434); Green value is 27 (10.94% from 255 or 6.22% from 434); Blue value is 171 (67.19% from 255 or 39.40% from 434); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1BAB is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC1BAB is #13E454. Grayscale: #696969. Windows color (decimal): -1303637 or 11213804. OLE color: 11213804.
HSL color Cylindrical-coordinate representation of color #EC1BAB: hue angle of 318.66º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #EC1BAB is Cyan = 0, Magento = 0.89, Yellow = 0.28 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 27 | 171 | - |
| CMYK | 0 | 0.89 | 0.28 | 0.07 |
| HSL | 318.66º | 0.85% | 0.52% | - |
| HSV(B) | 318.66º | 0.89% | 0.93% | - |
| XYZ | 42.33 | 21.56 | 40.46 | - |
| YUV | 105.91 | 164.74 | 220.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 27 | 171 | 0 | 0.89 | 0.28 | 0.07 | 318.66 | 0.85 | 0.52 |
| Hex | EC | 1B | AB | 0 | 59 | 1C | 7 | 13F | 55 | 34 |
| Octal | 354 | 33 | 253 | 0 | 131 | 34 | 7 | 477 | 125 | 64 |
| Binary | 11101100 | 11011 | 10101011 | 0 | 1011001 | 11100 | 111 | 100111111 | 1010101 | 110100 |
Color Harmonies of #EC1BAB
Complementary color
Monochromatic Colors of #EC1BAB
Black with #EC1BAB
Text Example
Text Example
White with #EC1BAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC1BAB; }
p { color: rgb(236,27,171); }
H1.HeaderClassName
{
color: #EC1BAB;
}
.AnyTagClassName
{
color: #EC1BAB;
}
</style>
background-color css
<style>
a { background-color: #EC1BAB; }
a { background-color: rgb(236,27,171); }
div.DivClassName
{
background-color: #EC1BAB;
}
.BgClassName
{
background-color: #EC1BAB;
}
</style>
border-color css
<style>
span { border-color: #EC1BAB; }
span { border-color: rgb(236,27,171); }
td.TdClassName
{
border-color: #EC1BAB;
}
.TagClassName
{
border-color: #EC1BAB;
}
</style>