Shades of Spicy Pink #EC1DB5
Tints of Spicy Pink #EC1DB5
RGB
CMYK
RGB Variations
Color information
#EC1DB5 (or 0xEC1DB5) is known color: Spicy Pink. HEX triplet: EC, 1D and B5. RGB value is (236,29,181). Sum of RGB (Red+Green+Blue) = 236+29+181=446 (59% of max value = 765). Red value is 236 (92.58% from 255 or 52.91% from 446); Green value is 29 (11.72% from 255 or 6.50% from 446); Blue value is 181 (71.09% from 255 or 40.58% from 446); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1DB5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EC1DB5 is #13E24A. Grayscale: #6B6B6B. Windows color (decimal): -1303115 or 11869676. OLE color: 11869676.
HSL color Cylindrical-coordinate representation of color #EC1DB5: hue angle of 315.94º 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 #EC1DB5 is Cyan = 0, Magento = 0.88, Yellow = 0.23 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 29 | 181 | - |
| CMYK | 0 | 0.88 | 0.23 | 0.07 |
| HSL | 315.94º | 0.84% | 0.52% | - |
| HSV(B) | 315.94º | 0.88% | 0.93% | - |
| XYZ | 43.37 | 22.05 | 45.69 | - |
| YUV | 108.22 | 169.08 | 219.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 29 | 181 | 0 | 0.88 | 0.23 | 0.07 | 315.94 | 0.84 | 0.52 |
| Hex | EC | 1D | B5 | 0 | 58 | 17 | 7 | 13C | 54 | 34 |
| Octal | 354 | 35 | 265 | 0 | 130 | 27 | 7 | 474 | 124 | 64 |
| Binary | 11101100 | 11101 | 10110101 | 0 | 1011000 | 10111 | 111 | 100111100 | 1010100 | 110100 |
Color Harmonies of #EC1DB5
Complementary color
Monochromatic Colors of #EC1DB5
Black with #EC1DB5
Text Example
Text Example
White with #EC1DB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC1DB5; }
p { color: rgb(236,29,181); }
H1.HeaderClassName
{
color: #EC1DB5;
}
.AnyTagClassName
{
color: #EC1DB5;
}
</style>
background-color css
<style>
a { background-color: #EC1DB5; }
a { background-color: rgb(236,29,181); }
div.DivClassName
{
background-color: #EC1DB5;
}
.BgClassName
{
background-color: #EC1DB5;
}
</style>
border-color css
<style>
span { border-color: #EC1DB5; }
span { border-color: rgb(236,29,181); }
td.TdClassName
{
border-color: #EC1DB5;
}
.TagClassName
{
border-color: #EC1DB5;
}
</style>