Shades of Dark Pink #EC507F
Tints of Dark Pink #EC507F
RGB
CMYK
RGB Variations
Color information
#EC507F (or 0xEC507F) is known color: Dark Pink. HEX triplet: EC, 50 and 7F. RGB value is (236,80,127). Sum of RGB (Red+Green+Blue) = 236+80+127=443 (58% of max value = 765). Red value is 236 (92.58% from 255 or 53.27% from 443); Green value is 80 (31.64% from 255 or 18.06% from 443); Blue value is 127 (50% from 255 or 28.67% from 443); Max value from RGB is 236 - color contains mainly: red. Hex color #EC507F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC507F is #13AF80. Grayscale: #838383. Windows color (decimal): -1290113 or 8343788. OLE color: 8343788.
HSL color Cylindrical-coordinate representation of color #EC507F: hue angle of 341.92º degrees, saturation: 0.8, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #EC507F is Cyan = 0, Magento = 0.66, Yellow = 0.46 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 80 | 127 | - |
| CMYK | 0 | 0.66 | 0.46 | 0.07 |
| HSL | 341.92º | 0.8% | 0.62% | - |
| HSV(B) | 341.92º | 0.66% | 0.93% | - |
| XYZ | 41.29 | 25.1 | 22.75 | - |
| YUV | 132 | 125.18 | 202.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 80 | 127 | 0 | 0.66 | 0.46 | 0.07 | 341.92 | 0.8 | 0.62 |
| Hex | EC | 50 | 7F | 0 | 42 | 2E | 7 | 156 | 50 | 3E |
| Octal | 354 | 120 | 177 | 0 | 102 | 56 | 7 | 526 | 120 | 76 |
| Binary | 11101100 | 1010000 | 1111111 | 0 | 1000010 | 101110 | 111 | 101010110 | 1010000 | 111110 |
Color Harmonies of #EC507F
Complementary color
Monochromatic Colors of #EC507F
Black with #EC507F
Text Example
Text Example
White with #EC507F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC507F; }
p { color: rgb(236,80,127); }
H1.HeaderClassName
{
color: #EC507F;
}
.AnyTagClassName
{
color: #EC507F;
}
</style>
background-color css
<style>
a { background-color: #EC507F; }
a { background-color: rgb(236,80,127); }
div.DivClassName
{
background-color: #EC507F;
}
.BgClassName
{
background-color: #EC507F;
}
</style>
border-color css
<style>
span { border-color: #EC507F; }
span { border-color: rgb(236,80,127); }
td.TdClassName
{
border-color: #EC507F;
}
.TagClassName
{
border-color: #EC507F;
}
</style>