Shades of Dark Pink #EC537D
Tints of Dark Pink #EC537D
RGB
CMYK
RGB Variations
Color information
#EC537D (or 0xEC537D) is known color: Dark Pink. HEX triplet: EC, 53 and 7D. RGB value is (236,83,125). Sum of RGB (Red+Green+Blue) = 236+83+125=444 (58% of max value = 765). Red value is 236 (92.58% from 255 or 53.15% from 444); Green value is 83 (32.81% from 255 or 18.69% from 444); Blue value is 125 (49.22% from 255 or 28.15% from 444); Max value from RGB is 236 - color contains mainly: red. Hex color #EC537D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC537D is #13AC82. Grayscale: #858585. Windows color (decimal): -1289347 or 8213484. OLE color: 8213484.
HSL color Cylindrical-coordinate representation of color #EC537D: hue angle of 343.53º 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 #EC537D is Cyan = 0, Magento = 0.65, Yellow = 0.47 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 83 | 125 | - |
| CMYK | 0 | 0.65 | 0.47 | 0.07 |
| HSL | 343.53º | 0.8% | 0.63% | - |
| HSV(B) | 343.53º | 0.65% | 0.93% | - |
| XYZ | 41.39 | 25.5 | 22.14 | - |
| YUV | 133.54 | 123.19 | 201.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 83 | 125 | 0 | 0.65 | 0.47 | 0.07 | 343.53 | 0.8 | 0.63 |
| Hex | EC | 53 | 7D | 0 | 41 | 2F | 7 | 158 | 50 | 3F |
| Octal | 354 | 123 | 175 | 0 | 101 | 57 | 7 | 530 | 120 | 77 |
| Binary | 11101100 | 1010011 | 1111101 | 0 | 1000001 | 101111 | 111 | 101011000 | 1010000 | 111111 |
Color Harmonies of #EC537D
Complementary color
Monochromatic Colors of #EC537D
Black with #EC537D
Text Example
Text Example
White with #EC537D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC537D; }
p { color: rgb(236,83,125); }
H1.HeaderClassName
{
color: #EC537D;
}
.AnyTagClassName
{
color: #EC537D;
}
</style>
background-color css
<style>
a { background-color: #EC537D; }
a { background-color: rgb(236,83,125); }
div.DivClassName
{
background-color: #EC537D;
}
.BgClassName
{
background-color: #EC537D;
}
</style>
border-color css
<style>
span { border-color: #EC537D; }
span { border-color: rgb(236,83,125); }
td.TdClassName
{
border-color: #EC537D;
}
.TagClassName
{
border-color: #EC537D;
}
</style>