Shades of Dark Pink #EC5583
Tints of Dark Pink #EC5583
RGB
CMYK
RGB Variations
Color information
#EC5583 (or 0xEC5583) is known color: Dark Pink. HEX triplet: EC, 55 and 83. RGB value is (236,85,131). Sum of RGB (Red+Green+Blue) = 236+85+131=452 (59% of max value = 765). Red value is 236 (92.58% from 255 or 52.21% from 452); Green value is 85 (33.59% from 255 or 18.81% from 452); Blue value is 131 (51.56% from 255 or 28.98% from 452); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5583 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC5583 is #13AA7C. Grayscale: #878787. Windows color (decimal): -1288829 or 8607212. OLE color: 8607212.
HSL color Cylindrical-coordinate representation of color #EC5583: hue angle of 341.72º degrees, saturation: 0.8, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #EC5583 is Cyan = 0, Magento = 0.64, Yellow = 0.44 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 85 | 131 | - |
| CMYK | 0 | 0.64 | 0.44 | 0.07 |
| HSL | 341.72º | 0.8% | 0.63% | - |
| HSV(B) | 341.72º | 0.64% | 0.93% | - |
| XYZ | 41.94 | 25.97 | 24.27 | - |
| YUV | 135.39 | 125.53 | 199.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 85 | 131 | 0 | 0.64 | 0.44 | 0.07 | 341.72 | 0.8 | 0.63 |
| Hex | EC | 55 | 83 | 0 | 40 | 2C | 7 | 156 | 50 | 3F |
| Octal | 354 | 125 | 203 | 0 | 100 | 54 | 7 | 526 | 120 | 77 |
| Binary | 11101100 | 1010101 | 10000011 | 0 | 1000000 | 101100 | 111 | 101010110 | 1010000 | 111111 |
Color Harmonies of #EC5583
Complementary color
Monochromatic Colors of #EC5583
Black with #EC5583
Text Example
Text Example
White with #EC5583
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC5583; }
p { color: rgb(236,85,131); }
H1.HeaderClassName
{
color: #EC5583;
}
.AnyTagClassName
{
color: #EC5583;
}
</style>
background-color css
<style>
a { background-color: #EC5583; }
a { background-color: rgb(236,85,131); }
div.DivClassName
{
background-color: #EC5583;
}
.BgClassName
{
background-color: #EC5583;
}
</style>
border-color css
<style>
span { border-color: #EC5583; }
span { border-color: rgb(236,85,131); }
td.TdClassName
{
border-color: #EC5583;
}
.TagClassName
{
border-color: #EC5583;
}
</style>