Shades of Deep Pink #EC1B86
Tints of Deep Pink #EC1B86
RGB
CMYK
RGB Variations
Color information
#EC1B86 (or 0xEC1B86) is known color: Deep Pink. HEX triplet: EC, 1B and 86. RGB value is (236,27,134). Sum of RGB (Red+Green+Blue) = 236+27+134=397 (52% of max value = 765). Red value is 236 (92.58% from 255 or 59.45% from 397); Green value is 27 (10.94% from 255 or 6.80% from 397); Blue value is 134 (52.73% from 255 or 33.75% from 397); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1B86 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC1B86 is #13E479. Grayscale: #656565. Windows color (decimal): -1303674 or 8788972. OLE color: 8788972.
HSL color Cylindrical-coordinate representation of color #EC1B86: hue angle of 329.28º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #EC1B86 is Cyan = 0, Magento = 0.89, Yellow = 0.43 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 27 | 134 | - |
| CMYK | 0 | 0.89 | 0.43 | 0.07 |
| HSL | 329.28º | 0.85% | 0.52% | - |
| HSV(B) | 329.28º | 0.89% | 0.93% | - |
| XYZ | 39.29 | 20.34 | 24.41 | - |
| YUV | 101.69 | 146.24 | 223.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 27 | 134 | 0 | 0.89 | 0.43 | 0.07 | 329.28 | 0.85 | 0.52 |
| Hex | EC | 1B | 86 | 0 | 59 | 2B | 7 | 149 | 55 | 34 |
| Octal | 354 | 33 | 206 | 0 | 131 | 53 | 7 | 511 | 125 | 64 |
| Binary | 11101100 | 11011 | 10000110 | 0 | 1011001 | 101011 | 111 | 101001001 | 1010101 | 110100 |
Color Harmonies of #EC1B86
Complementary color
Monochromatic Colors of #EC1B86
Black with #EC1B86
Text Example
Text Example
White with #EC1B86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC1B86; }
p { color: rgb(236,27,134); }
H1.HeaderClassName
{
color: #EC1B86;
}
.AnyTagClassName
{
color: #EC1B86;
}
</style>
background-color css
<style>
a { background-color: #EC1B86; }
a { background-color: rgb(236,27,134); }
div.DivClassName
{
background-color: #EC1B86;
}
.BgClassName
{
background-color: #EC1B86;
}
</style>
border-color css
<style>
span { border-color: #EC1B86; }
span { border-color: rgb(236,27,134); }
td.TdClassName
{
border-color: #EC1B86;
}
.TagClassName
{
border-color: #EC1B86;
}
</style>