Shades of Deep Pink #EC1D8F
Tints of Deep Pink #EC1D8F
RGB
CMYK
RGB Variations
Color information
#EC1D8F (or 0xEC1D8F) is known color: Deep Pink. HEX triplet: EC, 1D and 8F. RGB value is (236,29,143). Sum of RGB (Red+Green+Blue) = 236+29+143=408 (54% of max value = 765). Red value is 236 (92.58% from 255 or 57.84% from 408); Green value is 29 (11.72% from 255 or 7.11% from 408); Blue value is 143 (56.25% from 255 or 35.05% from 408); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1D8F is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC1D8F is #13E270. Grayscale: #676767. Windows color (decimal): -1303153 or 9379308. OLE color: 9379308.
HSL color Cylindrical-coordinate representation of color #EC1D8F: hue angle of 326.96º 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 #EC1D8F is Cyan = 0, Magento = 0.88, Yellow = 0.39 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 29 | 143 | - |
| CMYK | 0 | 0.88 | 0.39 | 0.07 |
| HSL | 326.96º | 0.84% | 0.52% | - |
| HSV(B) | 326.96º | 0.88% | 0.93% | - |
| XYZ | 39.99 | 20.69 | 27.87 | - |
| YUV | 103.89 | 150.08 | 222.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 29 | 143 | 0 | 0.88 | 0.39 | 0.07 | 326.96 | 0.84 | 0.52 |
| Hex | EC | 1D | 8F | 0 | 58 | 27 | 7 | 147 | 54 | 34 |
| Octal | 354 | 35 | 217 | 0 | 130 | 47 | 7 | 507 | 124 | 64 |
| Binary | 11101100 | 11101 | 10001111 | 0 | 1011000 | 100111 | 111 | 101000111 | 1010100 | 110100 |
Color Harmonies of #EC1D8F
Complementary color
Monochromatic Colors of #EC1D8F
Black with #EC1D8F
Text Example
Text Example
White with #EC1D8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC1D8F; }
p { color: rgb(236,29,143); }
H1.HeaderClassName
{
color: #EC1D8F;
}
.AnyTagClassName
{
color: #EC1D8F;
}
</style>
background-color css
<style>
a { background-color: #EC1D8F; }
a { background-color: rgb(236,29,143); }
div.DivClassName
{
background-color: #EC1D8F;
}
.BgClassName
{
background-color: #EC1D8F;
}
</style>
border-color css
<style>
span { border-color: #EC1D8F; }
span { border-color: rgb(236,29,143); }
td.TdClassName
{
border-color: #EC1D8F;
}
.TagClassName
{
border-color: #EC1D8F;
}
</style>