Shades of Deep Pink #EC1D8B
Tints of Deep Pink #EC1D8B
RGB
CMYK
RGB Variations
Color information
#EC1D8B (or 0xEC1D8B) is known color: Deep Pink. HEX triplet: EC, 1D and 8B. RGB value is (236,29,139). Sum of RGB (Red+Green+Blue) = 236+29+139=404 (53% of max value = 765). Red value is 236 (92.58% from 255 or 58.42% from 404); Green value is 29 (11.72% from 255 or 7.18% from 404); Blue value is 139 (54.69% from 255 or 34.41% from 404); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1D8B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC1D8B is #13E274. Grayscale: #676767. Windows color (decimal): -1303157 or 9117164. OLE color: 9117164.
HSL color Cylindrical-coordinate representation of color #EC1D8B: hue angle of 328.12º 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 #EC1D8B is Cyan = 0, Magento = 0.88, Yellow = 0.41 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 29 | 139 | - |
| CMYK | 0 | 0.88 | 0.41 | 0.07 |
| HSL | 328.12º | 0.84% | 0.52% | - |
| HSV(B) | 328.12º | 0.88% | 0.93% | - |
| XYZ | 39.69 | 20.58 | 26.31 | - |
| YUV | 103.43 | 148.08 | 222.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 29 | 139 | 0 | 0.88 | 0.41 | 0.07 | 328.12 | 0.84 | 0.52 |
| Hex | EC | 1D | 8B | 0 | 58 | 29 | 7 | 148 | 54 | 34 |
| Octal | 354 | 35 | 213 | 0 | 130 | 51 | 7 | 510 | 124 | 64 |
| Binary | 11101100 | 11101 | 10001011 | 0 | 1011000 | 101001 | 111 | 101001000 | 1010100 | 110100 |
Color Harmonies of #EC1D8B
Complementary color
Monochromatic Colors of #EC1D8B
Black with #EC1D8B
Text Example
Text Example
White with #EC1D8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC1D8B; }
p { color: rgb(236,29,139); }
H1.HeaderClassName
{
color: #EC1D8B;
}
.AnyTagClassName
{
color: #EC1D8B;
}
</style>
background-color css
<style>
a { background-color: #EC1D8B; }
a { background-color: rgb(236,29,139); }
div.DivClassName
{
background-color: #EC1D8B;
}
.BgClassName
{
background-color: #EC1D8B;
}
</style>
border-color css
<style>
span { border-color: #EC1D8B; }
span { border-color: rgb(236,29,139); }
td.TdClassName
{
border-color: #EC1D8B;
}
.TagClassName
{
border-color: #EC1D8B;
}
</style>