Shades of Dark Pink #EC537A
Tints of Dark Pink #EC537A
RGB
CMYK
RGB Variations
Color information
#EC537A (or 0xEC537A) is known color: Dark Pink. HEX triplet: EC, 53 and 7A. RGB value is (236,83,122). Sum of RGB (Red+Green+Blue) = 236+83+122=441 (58% of max value = 765). Red value is 236 (92.58% from 255 or 53.51% from 441); Green value is 83 (32.81% from 255 or 18.82% from 441); Blue value is 122 (48.05% from 255 or 27.66% from 441); Max value from RGB is 236 - color contains mainly: red. Hex color #EC537A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC537A is #13AC85. Grayscale: #858585. Windows color (decimal): -1289350 or 8016876. OLE color: 8016876.
HSL color Cylindrical-coordinate representation of color #EC537A: hue angle of 344.71º 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 #EC537A is Cyan = 0, Magento = 0.65, Yellow = 0.48 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 83 | 122 | - |
| CMYK | 0 | 0.65 | 0.48 | 0.07 |
| HSL | 344.71º | 0.8% | 0.63% | - |
| HSV(B) | 344.71º | 0.65% | 0.93% | - |
| XYZ | 41.2 | 25.42 | 21.15 | - |
| YUV | 133.19 | 121.69 | 201.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 83 | 122 | 0 | 0.65 | 0.48 | 0.07 | 344.71 | 0.8 | 0.63 |
| Hex | EC | 53 | 7A | 0 | 41 | 30 | 7 | 159 | 50 | 3F |
| Octal | 354 | 123 | 172 | 0 | 101 | 60 | 7 | 531 | 120 | 77 |
| Binary | 11101100 | 1010011 | 1111010 | 0 | 1000001 | 110000 | 111 | 101011001 | 1010000 | 111111 |
Color Harmonies of #EC537A
Complementary color
Monochromatic Colors of #EC537A
Black with #EC537A
Text Example
Text Example
White with #EC537A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC537A; }
p { color: rgb(236,83,122); }
H1.HeaderClassName
{
color: #EC537A;
}
.AnyTagClassName
{
color: #EC537A;
}
</style>
background-color css
<style>
a { background-color: #EC537A; }
a { background-color: rgb(236,83,122); }
div.DivClassName
{
background-color: #EC537A;
}
.BgClassName
{
background-color: #EC537A;
}
</style>
border-color css
<style>
span { border-color: #EC537A; }
span { border-color: rgb(236,83,122); }
td.TdClassName
{
border-color: #EC537A;
}
.TagClassName
{
border-color: #EC537A;
}
</style>