Shades of Dark Pink #EC568D
Tints of Dark Pink #EC568D
RGB
CMYK
RGB Variations
Color information
#EC568D (or 0xEC568D) is known color: Dark Pink. HEX triplet: EC, 56 and 8D. RGB value is (236,86,141). Sum of RGB (Red+Green+Blue) = 236+86+141=463 (61% of max value = 765). Red value is 236 (92.58% from 255 or 50.97% from 463); Green value is 86 (33.98% from 255 or 18.57% from 463); Blue value is 141 (55.47% from 255 or 30.45% from 463); Max value from RGB is 236 - color contains mainly: red. Hex color #EC568D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC568D is #13A972. Grayscale: #898989. Windows color (decimal): -1288563 or 9262828. OLE color: 9262828.
HSL color Cylindrical-coordinate representation of color #EC568D: hue angle of 338º 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 #EC568D is Cyan = 0, Magento = 0.64, Yellow = 0.40 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 86 | 141 | - |
| CMYK | 0 | 0.64 | 0.40 | 0.07 |
| HSL | 338º | 0.8% | 0.63% | - |
| HSV(B) | 338º | 0.64% | 0.93% | - |
| XYZ | 42.73 | 26.41 | 28.05 | - |
| YUV | 137.12 | 130.2 | 198.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 86 | 141 | 0 | 0.64 | 0.40 | 0.07 | 338 | 0.8 | 0.63 |
| Hex | EC | 56 | 8D | 0 | 40 | 28 | 7 | 152 | 50 | 3F |
| Octal | 354 | 126 | 215 | 0 | 100 | 50 | 7 | 522 | 120 | 77 |
| Binary | 11101100 | 1010110 | 10001101 | 0 | 1000000 | 101000 | 111 | 101010010 | 1010000 | 111111 |
Color Harmonies of #EC568D
Complementary color
Monochromatic Colors of #EC568D
Black with #EC568D
Text Example
Text Example
White with #EC568D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC568D; }
p { color: rgb(236,86,141); }
H1.HeaderClassName
{
color: #EC568D;
}
.AnyTagClassName
{
color: #EC568D;
}
</style>
background-color css
<style>
a { background-color: #EC568D; }
a { background-color: rgb(236,86,141); }
div.DivClassName
{
background-color: #EC568D;
}
.BgClassName
{
background-color: #EC568D;
}
</style>
border-color css
<style>
span { border-color: #EC568D; }
span { border-color: rgb(236,86,141); }
td.TdClassName
{
border-color: #EC568D;
}
.TagClassName
{
border-color: #EC568D;
}
</style>