Shades of Dark Pink #EC567D
Tints of Dark Pink #EC567D
RGB
CMYK
RGB Variations
Color information
#EC567D (or 0xEC567D) is known color: Dark Pink. HEX triplet: EC, 56 and 7D. RGB value is (236,86,125). Sum of RGB (Red+Green+Blue) = 236+86+125=447 (59% of max value = 765). Red value is 236 (92.58% from 255 or 52.80% from 447); Green value is 86 (33.98% from 255 or 19.24% from 447); Blue value is 125 (49.22% from 255 or 27.96% from 447); Max value from RGB is 236 - color contains mainly: red. Hex color #EC567D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC567D is #13A982. Grayscale: #878787. Windows color (decimal): -1288579 or 8214252. OLE color: 8214252.
HSL color Cylindrical-coordinate representation of color #EC567D: hue angle of 344.4º degrees, saturation: 0.8, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #EC567D is Cyan = 0, Magento = 0.64, Yellow = 0.47 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 86 | 125 | - |
| CMYK | 0 | 0.64 | 0.47 | 0.07 |
| HSL | 344.4º | 0.8% | 0.63% | - |
| HSV(B) | 344.4º | 0.64% | 0.93% | - |
| XYZ | 41.62 | 25.97 | 22.22 | - |
| YUV | 135.3 | 122.2 | 199.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 86 | 125 | 0 | 0.64 | 0.47 | 0.07 | 344.4 | 0.8 | 0.63 |
| Hex | EC | 56 | 7D | 0 | 40 | 2F | 7 | 158 | 50 | 3F |
| Octal | 354 | 126 | 175 | 0 | 100 | 57 | 7 | 530 | 120 | 77 |
| Binary | 11101100 | 1010110 | 1111101 | 0 | 1000000 | 101111 | 111 | 101011000 | 1010000 | 111111 |
Color Harmonies of #EC567D
Complementary color
Monochromatic Colors of #EC567D
Black with #EC567D
Text Example
Text Example
White with #EC567D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC567D; }
p { color: rgb(236,86,125); }
H1.HeaderClassName
{
color: #EC567D;
}
.AnyTagClassName
{
color: #EC567D;
}
</style>
background-color css
<style>
a { background-color: #EC567D; }
a { background-color: rgb(236,86,125); }
div.DivClassName
{
background-color: #EC567D;
}
.BgClassName
{
background-color: #EC567D;
}
</style>
border-color css
<style>
span { border-color: #EC567D; }
span { border-color: rgb(236,86,125); }
td.TdClassName
{
border-color: #EC567D;
}
.TagClassName
{
border-color: #EC567D;
}
</style>