Shades of Spicy Pink #EC1DA3
Tints of Spicy Pink #EC1DA3
RGB
CMYK
RGB Variations
Color information
#EC1DA3 (or 0xEC1DA3) is known color: Spicy Pink. HEX triplet: EC, 1D and A3. RGB value is (236,29,163). Sum of RGB (Red+Green+Blue) = 236+29+163=428 (56% of max value = 765). Red value is 236 (92.58% from 255 or 55.14% from 428); Green value is 29 (11.72% from 255 or 6.78% from 428); Blue value is 163 (64.06% from 255 or 38.08% from 428); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1DA3 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC1DA3 is #13E25C. Grayscale: #696969. Windows color (decimal): -1303133 or 10690028. OLE color: 10690028.
HSL color Cylindrical-coordinate representation of color #EC1DA3: hue angle of 321.16º 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 #EC1DA3 is Cyan = 0, Magento = 0.88, Yellow = 0.31 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 29 | 163 | - |
| CMYK | 0 | 0.88 | 0.31 | 0.07 |
| HSL | 321.16º | 0.84% | 0.52% | - |
| HSV(B) | 321.16º | 0.88% | 0.93% | - |
| XYZ | 41.64 | 21.36 | 36.58 | - |
| YUV | 106.17 | 160.08 | 220.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 29 | 163 | 0 | 0.88 | 0.31 | 0.07 | 321.16 | 0.84 | 0.52 |
| Hex | EC | 1D | A3 | 0 | 58 | 1F | 7 | 141 | 54 | 34 |
| Octal | 354 | 35 | 243 | 0 | 130 | 37 | 7 | 501 | 124 | 64 |
| Binary | 11101100 | 11101 | 10100011 | 0 | 1011000 | 11111 | 111 | 101000001 | 1010100 | 110100 |
Color Harmonies of #EC1DA3
Complementary color
Monochromatic Colors of #EC1DA3
Black with #EC1DA3
Text Example
Text Example
White with #EC1DA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC1DA3; }
p { color: rgb(236,29,163); }
H1.HeaderClassName
{
color: #EC1DA3;
}
.AnyTagClassName
{
color: #EC1DA3;
}
</style>
background-color css
<style>
a { background-color: #EC1DA3; }
a { background-color: rgb(236,29,163); }
div.DivClassName
{
background-color: #EC1DA3;
}
.BgClassName
{
background-color: #EC1DA3;
}
</style>
border-color css
<style>
span { border-color: #EC1DA3; }
span { border-color: rgb(236,29,163); }
td.TdClassName
{
border-color: #EC1DA3;
}
.TagClassName
{
border-color: #EC1DA3;
}
</style>