Shades of Dark Pink #EC5388
Tints of Dark Pink #EC5388
RGB
CMYK
RGB Variations
Color information
#EC5388 (or 0xEC5388) is known color: Dark Pink. HEX triplet: EC, 53 and 88. RGB value is (236,83,136). Sum of RGB (Red+Green+Blue) = 236+83+136=455 (60% of max value = 765). Red value is 236 (92.58% from 255 or 51.87% from 455); Green value is 83 (32.81% from 255 or 18.24% from 455); Blue value is 136 (53.52% from 255 or 29.89% from 455); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5388 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC5388 is #13AC77. Grayscale: #868686. Windows color (decimal): -1289336 or 8934380. OLE color: 8934380.
HSL color Cylindrical-coordinate representation of color #EC5388: hue angle of 339.22º degrees, saturation: 0.8, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #EC5388 is Cyan = 0, Magento = 0.65, Yellow = 0.42 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 83 | 136 | - |
| CMYK | 0 | 0.65 | 0.42 | 0.07 |
| HSL | 339.22º | 0.8% | 0.63% | - |
| HSV(B) | 339.22º | 0.65% | 0.93% | - |
| XYZ | 42.13 | 25.8 | 26.05 | - |
| YUV | 134.79 | 128.69 | 200.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 83 | 136 | 0 | 0.65 | 0.42 | 0.07 | 339.22 | 0.8 | 0.63 |
| Hex | EC | 53 | 88 | 0 | 41 | 2A | 7 | 153 | 50 | 3F |
| Octal | 354 | 123 | 210 | 0 | 101 | 52 | 7 | 523 | 120 | 77 |
| Binary | 11101100 | 1010011 | 10001000 | 0 | 1000001 | 101010 | 111 | 101010011 | 1010000 | 111111 |
Color Harmonies of #EC5388
Complementary color
Monochromatic Colors of #EC5388
Black with #EC5388
Text Example
Text Example
White with #EC5388
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC5388; }
p { color: rgb(236,83,136); }
H1.HeaderClassName
{
color: #EC5388;
}
.AnyTagClassName
{
color: #EC5388;
}
</style>
background-color css
<style>
a { background-color: #EC5388; }
a { background-color: rgb(236,83,136); }
div.DivClassName
{
background-color: #EC5388;
}
.BgClassName
{
background-color: #EC5388;
}
</style>
border-color css
<style>
span { border-color: #EC5388; }
span { border-color: rgb(236,83,136); }
td.TdClassName
{
border-color: #EC5388;
}
.TagClassName
{
border-color: #EC5388;
}
</style>