Shades of Dark Pink #EC5782
Tints of Dark Pink #EC5782
RGB
CMYK
RGB Variations
Color information
#EC5782 (or 0xEC5782) is known color: Dark Pink. HEX triplet: EC, 57 and 82. RGB value is (236,87,130). Sum of RGB (Red+Green+Blue) = 236+87+130=453 (60% of max value = 765). Red value is 236 (92.58% from 255 or 52.10% from 453); Green value is 87 (34.38% from 255 or 19.21% from 453); Blue value is 130 (51.17% from 255 or 28.70% from 453); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5782 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC5782 is #13A87D. Grayscale: #888888. Windows color (decimal): -1288318 or 8542188. OLE color: 8542188.
HSL color Cylindrical-coordinate representation of color #EC5782: hue angle of 342.68º degrees, saturation: 0.8, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #EC5782 is Cyan = 0, Magento = 0.63, Yellow = 0.45 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 87 | 130 | - |
| CMYK | 0 | 0.63 | 0.45 | 0.07 |
| HSL | 342.68º | 0.8% | 0.63% | - |
| HSV(B) | 342.68º | 0.63% | 0.93% | - |
| XYZ | 42.03 | 26.26 | 23.97 | - |
| YUV | 136.45 | 124.36 | 199 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 87 | 130 | 0 | 0.63 | 0.45 | 0.07 | 342.68 | 0.8 | 0.63 |
| Hex | EC | 57 | 82 | 0 | 3F | 2D | 7 | 157 | 50 | 3F |
| Octal | 354 | 127 | 202 | 0 | 77 | 55 | 7 | 527 | 120 | 77 |
| Binary | 11101100 | 1010111 | 10000010 | 0 | 111111 | 101101 | 111 | 101010111 | 1010000 | 111111 |
Color Harmonies of #EC5782
Complementary color
Monochromatic Colors of #EC5782
Black with #EC5782
Text Example
Text Example
White with #EC5782
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC5782; }
p { color: rgb(236,87,130); }
H1.HeaderClassName
{
color: #EC5782;
}
.AnyTagClassName
{
color: #EC5782;
}
</style>
background-color css
<style>
a { background-color: #EC5782; }
a { background-color: rgb(236,87,130); }
div.DivClassName
{
background-color: #EC5782;
}
.BgClassName
{
background-color: #EC5782;
}
</style>
border-color css
<style>
span { border-color: #EC5782; }
span { border-color: rgb(236,87,130); }
td.TdClassName
{
border-color: #EC5782;
}
.TagClassName
{
border-color: #EC5782;
}
</style>