Shades of Spicy Pink #EC1DB2
Tints of Spicy Pink #EC1DB2
RGB
CMYK
RGB Variations
Color information
#EC1DB2 (or 0xEC1DB2) is known color: Spicy Pink. HEX triplet: EC, 1D and B2. RGB value is (236,29,178). Sum of RGB (Red+Green+Blue) = 236+29+178=443 (58% of max value = 765). Red value is 236 (92.58% from 255 or 53.27% from 443); Green value is 29 (11.72% from 255 or 6.55% from 443); Blue value is 178 (69.92% from 255 or 40.18% from 443); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1DB2 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC1DB2 is #13E24D. Grayscale: #6B6B6B. Windows color (decimal): -1303118 or 11673068. OLE color: 11673068.
HSL color Cylindrical-coordinate representation of color #EC1DB2: hue angle of 316.81º 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 #EC1DB2 is Cyan = 0, Magento = 0.88, Yellow = 0.25 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 29 | 178 | - |
| CMYK | 0 | 0.88 | 0.25 | 0.07 |
| HSL | 316.81º | 0.84% | 0.52% | - |
| HSV(B) | 316.81º | 0.88% | 0.93% | - |
| XYZ | 43.07 | 21.93 | 44.08 | - |
| YUV | 107.88 | 167.58 | 219.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 29 | 178 | 0 | 0.88 | 0.25 | 0.07 | 316.81 | 0.84 | 0.52 |
| Hex | EC | 1D | B2 | 0 | 58 | 19 | 7 | 13D | 54 | 34 |
| Octal | 354 | 35 | 262 | 0 | 130 | 31 | 7 | 475 | 124 | 64 |
| Binary | 11101100 | 11101 | 10110010 | 0 | 1011000 | 11001 | 111 | 100111101 | 1010100 | 110100 |
Color Harmonies of #EC1DB2
Complementary color
Monochromatic Colors of #EC1DB2
Black with #EC1DB2
Text Example
Text Example
White with #EC1DB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC1DB2; }
p { color: rgb(236,29,178); }
H1.HeaderClassName
{
color: #EC1DB2;
}
.AnyTagClassName
{
color: #EC1DB2;
}
</style>
background-color css
<style>
a { background-color: #EC1DB2; }
a { background-color: rgb(236,29,178); }
div.DivClassName
{
background-color: #EC1DB2;
}
.BgClassName
{
background-color: #EC1DB2;
}
</style>
border-color css
<style>
span { border-color: #EC1DB2; }
span { border-color: rgb(236,29,178); }
td.TdClassName
{
border-color: #EC1DB2;
}
.TagClassName
{
border-color: #EC1DB2;
}
</style>