Shades of Deep Pink #EC1D87
Tints of Deep Pink #EC1D87
RGB
CMYK
RGB Variations
Color information
#EC1D87 (or 0xEC1D87) is known color: Deep Pink. HEX triplet: EC, 1D and 87. RGB value is (236,29,135). Sum of RGB (Red+Green+Blue) = 236+29+135=400 (52% of max value = 765). Red value is 236 (92.58% from 255 or 59% from 400); Green value is 29 (11.72% from 255 or 7.25% from 400); Blue value is 135 (53.12% from 255 or 33.75% from 400); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1D87 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC1D87 is #13E278. Grayscale: #666666. Windows color (decimal): -1303161 or 8855020. OLE color: 8855020.
HSL color Cylindrical-coordinate representation of color #EC1D87: hue angle of 329.28º 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 #EC1D87 is Cyan = 0, Magento = 0.88, Yellow = 0.43 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 29 | 135 | - |
| CMYK | 0 | 0.88 | 0.43 | 0.07 |
| HSL | 329.28º | 0.84% | 0.52% | - |
| HSV(B) | 329.28º | 0.88% | 0.93% | - |
| XYZ | 39.4 | 20.46 | 24.79 | - |
| YUV | 102.98 | 146.08 | 222.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 29 | 135 | 0 | 0.88 | 0.43 | 0.07 | 329.28 | 0.84 | 0.52 |
| Hex | EC | 1D | 87 | 0 | 58 | 2B | 7 | 149 | 54 | 34 |
| Octal | 354 | 35 | 207 | 0 | 130 | 53 | 7 | 511 | 124 | 64 |
| Binary | 11101100 | 11101 | 10000111 | 0 | 1011000 | 101011 | 111 | 101001001 | 1010100 | 110100 |
Color Harmonies of #EC1D87
Complementary color
Monochromatic Colors of #EC1D87
Black with #EC1D87
Text Example
Text Example
White with #EC1D87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC1D87; }
p { color: rgb(236,29,135); }
H1.HeaderClassName
{
color: #EC1D87;
}
.AnyTagClassName
{
color: #EC1D87;
}
</style>
background-color css
<style>
a { background-color: #EC1D87; }
a { background-color: rgb(236,29,135); }
div.DivClassName
{
background-color: #EC1D87;
}
.BgClassName
{
background-color: #EC1D87;
}
</style>
border-color css
<style>
span { border-color: #EC1D87; }
span { border-color: rgb(236,29,135); }
td.TdClassName
{
border-color: #EC1D87;
}
.TagClassName
{
border-color: #EC1D87;
}
</style>