Shades of Dark Pink #EC507D
Tints of Dark Pink #EC507D
RGB
CMYK
RGB Variations
Color information
#EC507D (or 0xEC507D) is known color: Dark Pink. HEX triplet: EC, 50 and 7D. RGB value is (236,80,125). Sum of RGB (Red+Green+Blue) = 236+80+125=441 (58% of max value = 765). Red value is 236 (92.58% from 255 or 53.51% from 441); Green value is 80 (31.64% from 255 or 18.14% from 441); Blue value is 125 (49.22% from 255 or 28.34% from 441); Max value from RGB is 236 - color contains mainly: red. Hex color #EC507D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC507D is #13AF82. Grayscale: #838383. Windows color (decimal): -1290115 or 8212716. OLE color: 8212716.
HSL color Cylindrical-coordinate representation of color #EC507D: hue angle of 342.69º 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 #EC507D is Cyan = 0, Magento = 0.66, Yellow = 0.47 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 80 | 125 | - |
| CMYK | 0 | 0.66 | 0.47 | 0.07 |
| HSL | 342.69º | 0.8% | 0.62% | - |
| HSV(B) | 342.69º | 0.66% | 0.93% | - |
| XYZ | 41.16 | 25.05 | 22.07 | - |
| YUV | 131.77 | 124.18 | 202.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 80 | 125 | 0 | 0.66 | 0.47 | 0.07 | 342.69 | 0.8 | 0.62 |
| Hex | EC | 50 | 7D | 0 | 42 | 2F | 7 | 157 | 50 | 3E |
| Octal | 354 | 120 | 175 | 0 | 102 | 57 | 7 | 527 | 120 | 76 |
| Binary | 11101100 | 1010000 | 1111101 | 0 | 1000010 | 101111 | 111 | 101010111 | 1010000 | 111110 |
Color Harmonies of #EC507D
Complementary color
Monochromatic Colors of #EC507D
Black with #EC507D
Text Example
Text Example
White with #EC507D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC507D; }
p { color: rgb(236,80,125); }
H1.HeaderClassName
{
color: #EC507D;
}
.AnyTagClassName
{
color: #EC507D;
}
</style>
background-color css
<style>
a { background-color: #EC507D; }
a { background-color: rgb(236,80,125); }
div.DivClassName
{
background-color: #EC507D;
}
.BgClassName
{
background-color: #EC507D;
}
</style>
border-color css
<style>
span { border-color: #EC507D; }
span { border-color: rgb(236,80,125); }
td.TdClassName
{
border-color: #EC507D;
}
.TagClassName
{
border-color: #EC507D;
}
</style>