Shades of Dark Pink #EC5086
Tints of Dark Pink #EC5086
RGB
CMYK
RGB Variations
Color information
#EC5086 (or 0xEC5086) is known color: Dark Pink. HEX triplet: EC, 50 and 86. RGB value is (236,80,134). Sum of RGB (Red+Green+Blue) = 236+80+134=450 (59% of max value = 765). Red value is 236 (92.58% from 255 or 52.44% from 450); Green value is 80 (31.64% from 255 or 17.78% from 450); Blue value is 134 (52.73% from 255 or 29.78% from 450); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5086 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC5086 is #13AF79. Grayscale: #848484. Windows color (decimal): -1290106 or 8802540. OLE color: 8802540.
HSL color Cylindrical-coordinate representation of color #EC5086: hue angle of 339.23º degrees, saturation: 0.8, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #EC5086 is Cyan = 0, Magento = 0.66, Yellow = 0.43 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 80 | 134 | - |
| CMYK | 0 | 0.66 | 0.43 | 0.07 |
| HSL | 339.23º | 0.8% | 0.62% | - |
| HSV(B) | 339.23º | 0.66% | 0.93% | - |
| XYZ | 41.76 | 25.29 | 25.23 | - |
| YUV | 132.8 | 128.68 | 201.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 80 | 134 | 0 | 0.66 | 0.43 | 0.07 | 339.23 | 0.8 | 0.62 |
| Hex | EC | 50 | 86 | 0 | 42 | 2B | 7 | 153 | 50 | 3E |
| Octal | 354 | 120 | 206 | 0 | 102 | 53 | 7 | 523 | 120 | 76 |
| Binary | 11101100 | 1010000 | 10000110 | 0 | 1000010 | 101011 | 111 | 101010011 | 1010000 | 111110 |
Color Harmonies of #EC5086
Complementary color
Monochromatic Colors of #EC5086
Black with #EC5086
Text Example
Text Example
White with #EC5086
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC5086; }
p { color: rgb(236,80,134); }
H1.HeaderClassName
{
color: #EC5086;
}
.AnyTagClassName
{
color: #EC5086;
}
</style>
background-color css
<style>
a { background-color: #EC5086; }
a { background-color: rgb(236,80,134); }
div.DivClassName
{
background-color: #EC5086;
}
.BgClassName
{
background-color: #EC5086;
}
</style>
border-color css
<style>
span { border-color: #EC5086; }
span { border-color: rgb(236,80,134); }
td.TdClassName
{
border-color: #EC5086;
}
.TagClassName
{
border-color: #EC5086;
}
</style>