Shades of Dark Pink #EC5783
Tints of Dark Pink #EC5783
RGB
CMYK
RGB Variations
Color information
#EC5783 (or 0xEC5783) is known color: Dark Pink. HEX triplet: EC, 57 and 83. RGB value is (236,87,131). Sum of RGB (Red+Green+Blue) = 236+87+131=454 (60% of max value = 765). Red value is 236 (92.58% from 255 or 51.98% from 454); Green value is 87 (34.38% from 255 or 19.16% from 454); Blue value is 131 (51.56% from 255 or 28.85% from 454); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5783 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC5783 is #13A87C. Grayscale: #888888. Windows color (decimal): -1288317 or 8607724. OLE color: 8607724.
HSL color Cylindrical-coordinate representation of color #EC5783: hue angle of 342.28º 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 #EC5783 is Cyan = 0, Magento = 0.63, Yellow = 0.44 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 87 | 131 | - |
| CMYK | 0 | 0.63 | 0.44 | 0.07 |
| HSL | 342.28º | 0.8% | 0.63% | - |
| HSV(B) | 342.28º | 0.63% | 0.93% | - |
| XYZ | 42.1 | 26.29 | 24.33 | - |
| YUV | 136.57 | 124.86 | 198.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 87 | 131 | 0 | 0.63 | 0.44 | 0.07 | 342.28 | 0.8 | 0.63 |
| Hex | EC | 57 | 83 | 0 | 3F | 2C | 7 | 156 | 50 | 3F |
| Octal | 354 | 127 | 203 | 0 | 77 | 54 | 7 | 526 | 120 | 77 |
| Binary | 11101100 | 1010111 | 10000011 | 0 | 111111 | 101100 | 111 | 101010110 | 1010000 | 111111 |
Color Harmonies of #EC5783
Complementary color
Monochromatic Colors of #EC5783
Black with #EC5783
Text Example
Text Example
White with #EC5783
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC5783; }
p { color: rgb(236,87,131); }
H1.HeaderClassName
{
color: #EC5783;
}
.AnyTagClassName
{
color: #EC5783;
}
</style>
background-color css
<style>
a { background-color: #EC5783; }
a { background-color: rgb(236,87,131); }
div.DivClassName
{
background-color: #EC5783;
}
.BgClassName
{
background-color: #EC5783;
}
</style>
border-color css
<style>
span { border-color: #EC5783; }
span { border-color: rgb(236,87,131); }
td.TdClassName
{
border-color: #EC5783;
}
.TagClassName
{
border-color: #EC5783;
}
</style>