Shades of Dark Pink #EC5385
Tints of Dark Pink #EC5385
RGB
CMYK
RGB Variations
Color information
#EC5385 (or 0xEC5385) is known color: Dark Pink. HEX triplet: EC, 53 and 85. RGB value is (236,83,133). Sum of RGB (Red+Green+Blue) = 236+83+133=452 (59% of max value = 765). Red value is 236 (92.58% from 255 or 52.21% from 452); Green value is 83 (32.81% from 255 or 18.36% from 452); Blue value is 133 (52.34% from 255 or 29.42% from 452); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5385 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC5385 is #13AC7A. Grayscale: #868686. Windows color (decimal): -1289339 or 8737772. OLE color: 8737772.
HSL color Cylindrical-coordinate representation of color #EC5385: hue angle of 340.39º degrees, saturation: 0.8, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #EC5385 is Cyan = 0, Magento = 0.65, Yellow = 0.44 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 83 | 133 | - |
| CMYK | 0 | 0.65 | 0.44 | 0.07 |
| HSL | 340.39º | 0.8% | 0.63% | - |
| HSV(B) | 340.39º | 0.65% | 0.93% | - |
| XYZ | 41.92 | 25.71 | 24.94 | - |
| YUV | 134.45 | 127.19 | 200.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 83 | 133 | 0 | 0.65 | 0.44 | 0.07 | 340.39 | 0.8 | 0.63 |
| Hex | EC | 53 | 85 | 0 | 41 | 2C | 7 | 154 | 50 | 3F |
| Octal | 354 | 123 | 205 | 0 | 101 | 54 | 7 | 524 | 120 | 77 |
| Binary | 11101100 | 1010011 | 10000101 | 0 | 1000001 | 101100 | 111 | 101010100 | 1010000 | 111111 |
Color Harmonies of #EC5385
Complementary color
Monochromatic Colors of #EC5385
Black with #EC5385
Text Example
Text Example
White with #EC5385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC5385; }
p { color: rgb(236,83,133); }
H1.HeaderClassName
{
color: #EC5385;
}
.AnyTagClassName
{
color: #EC5385;
}
</style>
background-color css
<style>
a { background-color: #EC5385; }
a { background-color: rgb(236,83,133); }
div.DivClassName
{
background-color: #EC5385;
}
.BgClassName
{
background-color: #EC5385;
}
</style>
border-color css
<style>
span { border-color: #EC5385; }
span { border-color: rgb(236,83,133); }
td.TdClassName
{
border-color: #EC5385;
}
.TagClassName
{
border-color: #EC5385;
}
</style>