Shades of Dark Pink #EC507C
Tints of Dark Pink #EC507C
RGB
CMYK
RGB Variations
Color information
#EC507C (or 0xEC507C) is known color: Dark Pink. HEX triplet: EC, 50 and 7C. RGB value is (236,80,124). Sum of RGB (Red+Green+Blue) = 236+80+124=440 (58% of max value = 765). Red value is 236 (92.58% from 255 or 53.64% from 440); Green value is 80 (31.64% from 255 or 18.18% from 440); Blue value is 124 (48.83% from 255 or 28.18% from 440); Max value from RGB is 236 - color contains mainly: red. Hex color #EC507C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC507C is #13AF83. Grayscale: #838383. Windows color (decimal): -1290116 or 8147180. OLE color: 8147180.
HSL color Cylindrical-coordinate representation of color #EC507C: hue angle of 343.08º 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 #EC507C is Cyan = 0, Magento = 0.66, Yellow = 0.47 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 80 | 124 | - |
| CMYK | 0 | 0.66 | 0.47 | 0.07 |
| HSL | 343.08º | 0.8% | 0.62% | - |
| HSV(B) | 343.08º | 0.66% | 0.93% | - |
| XYZ | 41.1 | 25.03 | 21.73 | - |
| YUV | 131.66 | 123.68 | 202.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 80 | 124 | 0 | 0.66 | 0.47 | 0.07 | 343.08 | 0.8 | 0.62 |
| Hex | EC | 50 | 7C | 0 | 42 | 2F | 7 | 157 | 50 | 3E |
| Octal | 354 | 120 | 174 | 0 | 102 | 57 | 7 | 527 | 120 | 76 |
| Binary | 11101100 | 1010000 | 1111100 | 0 | 1000010 | 101111 | 111 | 101010111 | 1010000 | 111110 |
Color Harmonies of #EC507C
Complementary color
Monochromatic Colors of #EC507C
Black with #EC507C
Text Example
Text Example
White with #EC507C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC507C; }
p { color: rgb(236,80,124); }
H1.HeaderClassName
{
color: #EC507C;
}
.AnyTagClassName
{
color: #EC507C;
}
</style>
background-color css
<style>
a { background-color: #EC507C; }
a { background-color: rgb(236,80,124); }
div.DivClassName
{
background-color: #EC507C;
}
.BgClassName
{
background-color: #EC507C;
}
</style>
border-color css
<style>
span { border-color: #EC507C; }
span { border-color: rgb(236,80,124); }
td.TdClassName
{
border-color: #EC507C;
}
.TagClassName
{
border-color: #EC507C;
}
</style>