Shades of Deep Pink #EC1D82
Tints of Deep Pink #EC1D82
RGB
CMYK
RGB Variations
Color information
#EC1D82 (or 0xEC1D82) is known color: Deep Pink. HEX triplet: EC, 1D and 82. RGB value is (236,29,130). Sum of RGB (Red+Green+Blue) = 236+29+130=395 (52% of max value = 765). Red value is 236 (92.58% from 255 or 59.75% from 395); Green value is 29 (11.72% from 255 or 7.34% from 395); Blue value is 130 (51.17% from 255 or 32.91% from 395); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1D82 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC1D82 is #13E27D. Grayscale: #666666. Windows color (decimal): -1303166 or 8527340. OLE color: 8527340.
HSL color Cylindrical-coordinate representation of color #EC1D82: hue angle of 330.72º 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 #EC1D82 is Cyan = 0, Magento = 0.88, Yellow = 0.45 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 29 | 130 | - |
| CMYK | 0 | 0.88 | 0.45 | 0.07 |
| HSL | 330.72º | 0.84% | 0.52% | - |
| HSV(B) | 330.72º | 0.88% | 0.93% | - |
| XYZ | 39.06 | 20.32 | 22.98 | - |
| YUV | 102.41 | 143.58 | 223.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 29 | 130 | 0 | 0.88 | 0.45 | 0.07 | 330.72 | 0.84 | 0.52 |
| Hex | EC | 1D | 82 | 0 | 58 | 2D | 7 | 14B | 54 | 34 |
| Octal | 354 | 35 | 202 | 0 | 130 | 55 | 7 | 513 | 124 | 64 |
| Binary | 11101100 | 11101 | 10000010 | 0 | 1011000 | 101101 | 111 | 101001011 | 1010100 | 110100 |
Color Harmonies of #EC1D82
Complementary color
Monochromatic Colors of #EC1D82
Black with #EC1D82
Text Example
Text Example
White with #EC1D82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC1D82; }
p { color: rgb(236,29,130); }
H1.HeaderClassName
{
color: #EC1D82;
}
.AnyTagClassName
{
color: #EC1D82;
}
</style>
background-color css
<style>
a { background-color: #EC1D82; }
a { background-color: rgb(236,29,130); }
div.DivClassName
{
background-color: #EC1D82;
}
.BgClassName
{
background-color: #EC1D82;
}
</style>
border-color css
<style>
span { border-color: #EC1D82; }
span { border-color: rgb(236,29,130); }
td.TdClassName
{
border-color: #EC1D82;
}
.TagClassName
{
border-color: #EC1D82;
}
</style>