Shades of Dark Pink #EC5D82
Tints of Dark Pink #EC5D82
RGB
CMYK
RGB Variations
Color information
#EC5D82 (or 0xEC5D82) is known color: Dark Pink. HEX triplet: EC, 5D and 82. RGB value is (236,93,130). Sum of RGB (Red+Green+Blue) = 236+93+130=459 (60% of max value = 765). Red value is 236 (92.58% from 255 or 51.42% from 459); Green value is 93 (36.72% from 255 or 20.26% from 459); Blue value is 130 (51.17% from 255 or 28.32% from 459); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5D82 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC5D82 is #13A27D. Grayscale: #8B8B8B. Windows color (decimal): -1286782 or 8543724. OLE color: 8543724.
HSL color Cylindrical-coordinate representation of color #EC5D82: hue angle of 344.48º 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 #EC5D82 is Cyan = 0, Magento = 0.61, Yellow = 0.45 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 93 | 130 | - |
| CMYK | 0 | 0.61 | 0.45 | 0.07 |
| HSL | 344.48º | 0.79% | 0.65% | - |
| HSV(B) | 344.48º | 0.61% | 0.93% | - |
| XYZ | 42.54 | 27.27 | 24.14 | - |
| YUV | 139.98 | 122.38 | 196.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 93 | 130 | 0 | 0.61 | 0.45 | 0.07 | 344.48 | 0.79 | 0.65 |
| Hex | EC | 5D | 82 | 0 | 3D | 2D | 7 | 158 | 4F | 41 |
| Octal | 354 | 135 | 202 | 0 | 75 | 55 | 7 | 530 | 117 | 101 |
| Binary | 11101100 | 1011101 | 10000010 | 0 | 111101 | 101101 | 111 | 101011000 | 1001111 | 1000001 |
Color Harmonies of #EC5D82
Complementary color
Monochromatic Colors of #EC5D82
Black with #EC5D82
Text Example
Text Example
White with #EC5D82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC5D82; }
p { color: rgb(236,93,130); }
H1.HeaderClassName
{
color: #EC5D82;
}
.AnyTagClassName
{
color: #EC5D82;
}
</style>
background-color css
<style>
a { background-color: #EC5D82; }
a { background-color: rgb(236,93,130); }
div.DivClassName
{
background-color: #EC5D82;
}
.BgClassName
{
background-color: #EC5D82;
}
</style>
border-color css
<style>
span { border-color: #EC5D82; }
span { border-color: rgb(236,93,130); }
td.TdClassName
{
border-color: #EC5D82;
}
.TagClassName
{
border-color: #EC5D82;
}
</style>