Shades of Spicy Pink #EC1DA7
Tints of Spicy Pink #EC1DA7
RGB
CMYK
RGB Variations
Color information
#EC1DA7 (or 0xEC1DA7) is known color: Spicy Pink. HEX triplet: EC, 1D and A7. RGB value is (236,29,167). Sum of RGB (Red+Green+Blue) = 236+29+167=432 (57% of max value = 765). Red value is 236 (92.58% from 255 or 54.63% from 432); Green value is 29 (11.72% from 255 or 6.71% from 432); Blue value is 167 (65.62% from 255 or 38.66% from 432); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1DA7 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC1DA7 is #13E258. Grayscale: #6A6A6A. Windows color (decimal): -1303129 or 10952172. OLE color: 10952172.
HSL color Cylindrical-coordinate representation of color #EC1DA7: hue angle of 320º 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 #EC1DA7 is Cyan = 0, Magento = 0.88, Yellow = 0.29 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 29 | 167 | - |
| CMYK | 0 | 0.88 | 0.29 | 0.07 |
| HSL | 320º | 0.84% | 0.52% | - |
| HSV(B) | 320º | 0.88% | 0.93% | - |
| XYZ | 42.01 | 21.5 | 38.5 | - |
| YUV | 106.63 | 162.08 | 220.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 29 | 167 | 0 | 0.88 | 0.29 | 0.07 | 320 | 0.84 | 0.52 |
| Hex | EC | 1D | A7 | 0 | 58 | 1D | 7 | 140 | 54 | 34 |
| Octal | 354 | 35 | 247 | 0 | 130 | 35 | 7 | 500 | 124 | 64 |
| Binary | 11101100 | 11101 | 10100111 | 0 | 1011000 | 11101 | 111 | 101000000 | 1010100 | 110100 |
Color Harmonies of #EC1DA7
Complementary color
Monochromatic Colors of #EC1DA7
Black with #EC1DA7
Text Example
Text Example
White with #EC1DA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC1DA7; }
p { color: rgb(236,29,167); }
H1.HeaderClassName
{
color: #EC1DA7;
}
.AnyTagClassName
{
color: #EC1DA7;
}
</style>
background-color css
<style>
a { background-color: #EC1DA7; }
a { background-color: rgb(236,29,167); }
div.DivClassName
{
background-color: #EC1DA7;
}
.BgClassName
{
background-color: #EC1DA7;
}
</style>
border-color css
<style>
span { border-color: #EC1DA7; }
span { border-color: rgb(236,29,167); }
td.TdClassName
{
border-color: #EC1DA7;
}
.TagClassName
{
border-color: #EC1DA7;
}
</style>