Shades of Deep Pink #EC1D8A
Tints of Deep Pink #EC1D8A
RGB
CMYK
RGB Variations
Color information
#EC1D8A (or 0xEC1D8A) is known color: Deep Pink. HEX triplet: EC, 1D and 8A. RGB value is (236,29,138). Sum of RGB (Red+Green+Blue) = 236+29+138=403 (53% of max value = 765). Red value is 236 (92.58% from 255 or 58.56% from 403); Green value is 29 (11.72% from 255 or 7.20% from 403); Blue value is 138 (54.30% from 255 or 34.24% from 403); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1D8A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC1D8A is #13E275. Grayscale: #676767. Windows color (decimal): -1303158 or 9051628. OLE color: 9051628.
HSL color Cylindrical-coordinate representation of color #EC1D8A: hue angle of 328.41º 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 #EC1D8A is Cyan = 0, Magento = 0.88, Yellow = 0.42 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 29 | 138 | - |
| CMYK | 0 | 0.88 | 0.42 | 0.07 |
| HSL | 328.41º | 0.84% | 0.52% | - |
| HSV(B) | 328.41º | 0.88% | 0.93% | - |
| XYZ | 39.62 | 20.55 | 25.92 | - |
| YUV | 103.32 | 147.58 | 222.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 29 | 138 | 0 | 0.88 | 0.42 | 0.07 | 328.41 | 0.84 | 0.52 |
| Hex | EC | 1D | 8A | 0 | 58 | 2A | 7 | 148 | 54 | 34 |
| Octal | 354 | 35 | 212 | 0 | 130 | 52 | 7 | 510 | 124 | 64 |
| Binary | 11101100 | 11101 | 10001010 | 0 | 1011000 | 101010 | 111 | 101001000 | 1010100 | 110100 |
Color Harmonies of #EC1D8A
Complementary color
Monochromatic Colors of #EC1D8A
Black with #EC1D8A
Text Example
Text Example
White with #EC1D8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC1D8A; }
p { color: rgb(236,29,138); }
H1.HeaderClassName
{
color: #EC1D8A;
}
.AnyTagClassName
{
color: #EC1D8A;
}
</style>
background-color css
<style>
a { background-color: #EC1D8A; }
a { background-color: rgb(236,29,138); }
div.DivClassName
{
background-color: #EC1D8A;
}
.BgClassName
{
background-color: #EC1D8A;
}
</style>
border-color css
<style>
span { border-color: #EC1D8A; }
span { border-color: rgb(236,29,138); }
td.TdClassName
{
border-color: #EC1D8A;
}
.TagClassName
{
border-color: #EC1D8A;
}
</style>