Shades of Dark Pink #EC567A
Tints of Dark Pink #EC567A
RGB
CMYK
RGB Variations
Color information
#EC567A (or 0xEC567A) is known color: Dark Pink. HEX triplet: EC, 56 and 7A. RGB value is (236,86,122). Sum of RGB (Red+Green+Blue) = 236+86+122=444 (58% of max value = 765). Red value is 236 (92.58% from 255 or 53.15% from 444); Green value is 86 (33.98% from 255 or 19.37% from 444); Blue value is 122 (48.05% from 255 or 27.48% from 444); Max value from RGB is 236 - color contains mainly: red. Hex color #EC567A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC567A is #13A985. Grayscale: #868686. Windows color (decimal): -1288582 or 8017644. OLE color: 8017644.
HSL color Cylindrical-coordinate representation of color #EC567A: hue angle of 345.6º 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 #EC567A is Cyan = 0, Magento = 0.64, Yellow = 0.48 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 86 | 122 | - |
| CMYK | 0 | 0.64 | 0.48 | 0.07 |
| HSL | 345.6º | 0.8% | 0.63% | - |
| HSV(B) | 345.6º | 0.64% | 0.93% | - |
| XYZ | 41.43 | 25.89 | 21.23 | - |
| YUV | 134.95 | 120.7 | 200.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 86 | 122 | 0 | 0.64 | 0.48 | 0.07 | 345.6 | 0.8 | 0.63 |
| Hex | EC | 56 | 7A | 0 | 40 | 30 | 7 | 15A | 50 | 3F |
| Octal | 354 | 126 | 172 | 0 | 100 | 60 | 7 | 532 | 120 | 77 |
| Binary | 11101100 | 1010110 | 1111010 | 0 | 1000000 | 110000 | 111 | 101011010 | 1010000 | 111111 |
Color Harmonies of #EC567A
Complementary color
Monochromatic Colors of #EC567A
Black with #EC567A
Text Example
Text Example
White with #EC567A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC567A; }
p { color: rgb(236,86,122); }
H1.HeaderClassName
{
color: #EC567A;
}
.AnyTagClassName
{
color: #EC567A;
}
</style>
background-color css
<style>
a { background-color: #EC567A; }
a { background-color: rgb(236,86,122); }
div.DivClassName
{
background-color: #EC567A;
}
.BgClassName
{
background-color: #EC567A;
}
</style>
border-color css
<style>
span { border-color: #EC567A; }
span { border-color: rgb(236,86,122); }
td.TdClassName
{
border-color: #EC567A;
}
.TagClassName
{
border-color: #EC567A;
}
</style>