Shades of Spicy Pink #EC1DAB
Tints of Spicy Pink #EC1DAB
RGB
CMYK
RGB Variations
Color information
#EC1DAB (or 0xEC1DAB) is known color: Spicy Pink. HEX triplet: EC, 1D and AB. RGB value is (236,29,171). Sum of RGB (Red+Green+Blue) = 236+29+171=436 (57% of max value = 765). Red value is 236 (92.58% from 255 or 54.13% from 436); Green value is 29 (11.72% from 255 or 6.65% from 436); Blue value is 171 (67.19% from 255 or 39.22% from 436); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1DAB is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC1DAB is #13E254. Grayscale: #6A6A6A. Windows color (decimal): -1303125 or 11214316. OLE color: 11214316.
HSL color Cylindrical-coordinate representation of color #EC1DAB: hue angle of 318.84º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #EC1DAB is Cyan = 0, Magento = 0.88, Yellow = 0.28 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 29 | 171 | - |
| CMYK | 0 | 0.88 | 0.28 | 0.07 |
| HSL | 318.84º | 0.84% | 0.52% | - |
| HSV(B) | 318.84º | 0.88% | 0.93% | - |
| XYZ | 42.38 | 21.65 | 40.47 | - |
| YUV | 107.08 | 164.08 | 219.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 29 | 171 | 0 | 0.88 | 0.28 | 0.07 | 318.84 | 0.84 | 0.52 |
| Hex | EC | 1D | AB | 0 | 58 | 1C | 7 | 13F | 54 | 34 |
| Octal | 354 | 35 | 253 | 0 | 130 | 34 | 7 | 477 | 124 | 64 |
| Binary | 11101100 | 11101 | 10101011 | 0 | 1011000 | 11100 | 111 | 100111111 | 1010100 | 110100 |
Color Harmonies of #EC1DAB
Complementary color
Monochromatic Colors of #EC1DAB
Black with #EC1DAB
Text Example
Text Example
White with #EC1DAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC1DAB; }
p { color: rgb(236,29,171); }
H1.HeaderClassName
{
color: #EC1DAB;
}
.AnyTagClassName
{
color: #EC1DAB;
}
</style>
background-color css
<style>
a { background-color: #EC1DAB; }
a { background-color: rgb(236,29,171); }
div.DivClassName
{
background-color: #EC1DAB;
}
.BgClassName
{
background-color: #EC1DAB;
}
</style>
border-color css
<style>
span { border-color: #EC1DAB; }
span { border-color: rgb(236,29,171); }
td.TdClassName
{
border-color: #EC1DAB;
}
.TagClassName
{
border-color: #EC1DAB;
}
</style>