Shades of Dark Pink #EC537F
Tints of Dark Pink #EC537F
RGB
CMYK
RGB Variations
Color information
#EC537F (or 0xEC537F) is known color: Dark Pink. HEX triplet: EC, 53 and 7F. RGB value is (236,83,127). Sum of RGB (Red+Green+Blue) = 236+83+127=446 (59% of max value = 765). Red value is 236 (92.58% from 255 or 52.91% from 446); Green value is 83 (32.81% from 255 or 18.61% from 446); Blue value is 127 (50% from 255 or 28.48% from 446); Max value from RGB is 236 - color contains mainly: red. Hex color #EC537F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC537F is #13AC80. Grayscale: #858585. Windows color (decimal): -1289345 or 8344556. OLE color: 8344556.
HSL color Cylindrical-coordinate representation of color #EC537F: hue angle of 342.75º 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 #EC537F is Cyan = 0, Magento = 0.65, Yellow = 0.46 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 83 | 127 | - |
| CMYK | 0 | 0.65 | 0.46 | 0.07 |
| HSL | 342.75º | 0.8% | 0.63% | - |
| HSV(B) | 342.75º | 0.65% | 0.93% | - |
| XYZ | 41.52 | 25.55 | 22.82 | - |
| YUV | 133.76 | 124.19 | 200.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 83 | 127 | 0 | 0.65 | 0.46 | 0.07 | 342.75 | 0.8 | 0.63 |
| Hex | EC | 53 | 7F | 0 | 41 | 2E | 7 | 157 | 50 | 3F |
| Octal | 354 | 123 | 177 | 0 | 101 | 56 | 7 | 527 | 120 | 77 |
| Binary | 11101100 | 1010011 | 1111111 | 0 | 1000001 | 101110 | 111 | 101010111 | 1010000 | 111111 |
Color Harmonies of #EC537F
Complementary color
Monochromatic Colors of #EC537F
Black with #EC537F
Text Example
Text Example
White with #EC537F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC537F; }
p { color: rgb(236,83,127); }
H1.HeaderClassName
{
color: #EC537F;
}
.AnyTagClassName
{
color: #EC537F;
}
</style>
background-color css
<style>
a { background-color: #EC537F; }
a { background-color: rgb(236,83,127); }
div.DivClassName
{
background-color: #EC537F;
}
.BgClassName
{
background-color: #EC537F;
}
</style>
border-color css
<style>
span { border-color: #EC537F; }
span { border-color: rgb(236,83,127); }
td.TdClassName
{
border-color: #EC537F;
}
.TagClassName
{
border-color: #EC537F;
}
</style>