Shades of Dark Pink #EC5D88
Tints of Dark Pink #EC5D88
RGB
CMYK
RGB Variations
Color information
#EC5D88 (or 0xEC5D88) is known color: Dark Pink. HEX triplet: EC, 5D and 88. RGB value is (236,93,136). Sum of RGB (Red+Green+Blue) = 236+93+136=465 (61% of max value = 765). Red value is 236 (92.58% from 255 or 50.75% from 465); Green value is 93 (36.72% from 255 or 20% from 465); Blue value is 136 (53.52% from 255 or 29.25% from 465); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5D88 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC5D88 is #13A277. Grayscale: #8C8C8C. Windows color (decimal): -1286776 or 8936940. OLE color: 8936940.
HSL color Cylindrical-coordinate representation of color #EC5D88: hue angle of 341.96º degrees, saturation: 0.79, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #EC5D88 is Cyan = 0, Magento = 0.61, Yellow = 0.42 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 93 | 136 | - |
| CMYK | 0 | 0.61 | 0.42 | 0.07 |
| HSL | 341.96º | 0.79% | 0.65% | - |
| HSV(B) | 341.96º | 0.61% | 0.93% | - |
| XYZ | 42.95 | 27.44 | 26.33 | - |
| YUV | 140.66 | 125.38 | 196 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 93 | 136 | 0 | 0.61 | 0.42 | 0.07 | 341.96 | 0.79 | 0.65 |
| Hex | EC | 5D | 88 | 0 | 3D | 2A | 7 | 156 | 4F | 41 |
| Octal | 354 | 135 | 210 | 0 | 75 | 52 | 7 | 526 | 117 | 101 |
| Binary | 11101100 | 1011101 | 10001000 | 0 | 111101 | 101010 | 111 | 101010110 | 1001111 | 1000001 |
Color Harmonies of #EC5D88
Complementary color
Monochromatic Colors of #EC5D88
Black with #EC5D88
Text Example
Text Example
White with #EC5D88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC5D88; }
p { color: rgb(236,93,136); }
H1.HeaderClassName
{
color: #EC5D88;
}
.AnyTagClassName
{
color: #EC5D88;
}
</style>
background-color css
<style>
a { background-color: #EC5D88; }
a { background-color: rgb(236,93,136); }
div.DivClassName
{
background-color: #EC5D88;
}
.BgClassName
{
background-color: #EC5D88;
}
</style>
border-color css
<style>
span { border-color: #EC5D88; }
span { border-color: rgb(236,93,136); }
td.TdClassName
{
border-color: #EC5D88;
}
.TagClassName
{
border-color: #EC5D88;
}
</style>