Shades of Spicy Pink #EC1DAC
Tints of Spicy Pink #EC1DAC
RGB
CMYK
RGB Variations
Color information
#EC1DAC (or 0xEC1DAC) is known color: Spicy Pink. HEX triplet: EC, 1D and AC. RGB value is (236,29,172). Sum of RGB (Red+Green+Blue) = 236+29+172=437 (57% of max value = 765). Red value is 236 (92.58% from 255 or 54.00% from 437); Green value is 29 (11.72% from 255 or 6.64% from 437); Blue value is 172 (67.58% from 255 or 39.36% from 437); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1DAC is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC1DAC is #13E253. Grayscale: #6A6A6A. Windows color (decimal): -1303124 or 11279852. OLE color: 11279852.
HSL color Cylindrical-coordinate representation of color #EC1DAC: hue angle of 318.55º 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 #EC1DAC is Cyan = 0, Magento = 0.88, Yellow = 0.27 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 29 | 172 | - |
| CMYK | 0 | 0.88 | 0.27 | 0.07 |
| HSL | 318.55º | 0.84% | 0.52% | - |
| HSV(B) | 318.55º | 0.88% | 0.93% | - |
| XYZ | 42.48 | 21.69 | 40.98 | - |
| YUV | 107.2 | 164.58 | 219.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 29 | 172 | 0 | 0.88 | 0.27 | 0.07 | 318.55 | 0.84 | 0.52 |
| Hex | EC | 1D | AC | 0 | 58 | 1B | 7 | 13F | 54 | 34 |
| Octal | 354 | 35 | 254 | 0 | 130 | 33 | 7 | 477 | 124 | 64 |
| Binary | 11101100 | 11101 | 10101100 | 0 | 1011000 | 11011 | 111 | 100111111 | 1010100 | 110100 |
Color Harmonies of #EC1DAC
Complementary color
Monochromatic Colors of #EC1DAC
Black with #EC1DAC
Text Example
Text Example
White with #EC1DAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC1DAC; }
p { color: rgb(236,29,172); }
H1.HeaderClassName
{
color: #EC1DAC;
}
.AnyTagClassName
{
color: #EC1DAC;
}
</style>
background-color css
<style>
a { background-color: #EC1DAC; }
a { background-color: rgb(236,29,172); }
div.DivClassName
{
background-color: #EC1DAC;
}
.BgClassName
{
background-color: #EC1DAC;
}
</style>
border-color css
<style>
span { border-color: #EC1DAC; }
span { border-color: rgb(236,29,172); }
td.TdClassName
{
border-color: #EC1DAC;
}
.TagClassName
{
border-color: #EC1DAC;
}
</style>