Shades of Spicy Pink #EC1BAC
Tints of Spicy Pink #EC1BAC
RGB
CMYK
RGB Variations
Color information
#EC1BAC (or 0xEC1BAC) is known color: Spicy Pink. HEX triplet: EC, 1B and AC. RGB value is (236,27,172). Sum of RGB (Red+Green+Blue) = 236+27+172=435 (57% of max value = 765). Red value is 236 (92.58% from 255 or 54.25% from 435); Green value is 27 (10.94% from 255 or 6.21% from 435); Blue value is 172 (67.58% from 255 or 39.54% from 435); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1BAC is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC1BAC is #13E453. Grayscale: #696969. Windows color (decimal): -1303636 or 11279340. OLE color: 11279340.
HSL color Cylindrical-coordinate representation of color #EC1BAC: hue angle of 318.37º 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 #EC1BAC is Cyan = 0, Magento = 0.89, Yellow = 0.27 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 27 | 172 | - |
| CMYK | 0 | 0.89 | 0.27 | 0.07 |
| HSL | 318.37º | 0.85% | 0.52% | - |
| HSV(B) | 318.37º | 0.89% | 0.93% | - |
| XYZ | 42.43 | 21.6 | 40.96 | - |
| YUV | 106.02 | 165.24 | 220.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 27 | 172 | 0 | 0.89 | 0.27 | 0.07 | 318.37 | 0.85 | 0.52 |
| Hex | EC | 1B | AC | 0 | 59 | 1B | 7 | 13E | 55 | 34 |
| Octal | 354 | 33 | 254 | 0 | 131 | 33 | 7 | 476 | 125 | 64 |
| Binary | 11101100 | 11011 | 10101100 | 0 | 1011001 | 11011 | 111 | 100111110 | 1010101 | 110100 |
Color Harmonies of #EC1BAC
Complementary color
Monochromatic Colors of #EC1BAC
Black with #EC1BAC
Text Example
Text Example
White with #EC1BAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC1BAC; }
p { color: rgb(236,27,172); }
H1.HeaderClassName
{
color: #EC1BAC;
}
.AnyTagClassName
{
color: #EC1BAC;
}
</style>
background-color css
<style>
a { background-color: #EC1BAC; }
a { background-color: rgb(236,27,172); }
div.DivClassName
{
background-color: #EC1BAC;
}
.BgClassName
{
background-color: #EC1BAC;
}
</style>
border-color css
<style>
span { border-color: #EC1BAC; }
span { border-color: rgb(236,27,172); }
td.TdClassName
{
border-color: #EC1BAC;
}
.TagClassName
{
border-color: #EC1BAC;
}
</style>