Shades of Dark Pink #EC568A
Tints of Dark Pink #EC568A
RGB
CMYK
RGB Variations
Color information
#EC568A (or 0xEC568A) is known color: Dark Pink. HEX triplet: EC, 56 and 8A. RGB value is (236,86,138). Sum of RGB (Red+Green+Blue) = 236+86+138=460 (60% of max value = 765). Red value is 236 (92.58% from 255 or 51.30% from 460); Green value is 86 (33.98% from 255 or 18.70% from 460); Blue value is 138 (54.30% from 255 or 30% from 460); Max value from RGB is 236 - color contains mainly: red. Hex color #EC568A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC568A is #13A975. Grayscale: #888888. Windows color (decimal): -1288566 or 9066220. OLE color: 9066220.
HSL color Cylindrical-coordinate representation of color #EC568A: hue angle of 339.2º 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 #EC568A is Cyan = 0, Magento = 0.64, Yellow = 0.42 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 86 | 138 | - |
| CMYK | 0 | 0.64 | 0.42 | 0.07 |
| HSL | 339.2º | 0.8% | 0.63% | - |
| HSV(B) | 339.2º | 0.64% | 0.93% | - |
| XYZ | 42.51 | 26.32 | 26.89 | - |
| YUV | 136.78 | 128.7 | 198.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 86 | 138 | 0 | 0.64 | 0.42 | 0.07 | 339.2 | 0.8 | 0.63 |
| Hex | EC | 56 | 8A | 0 | 40 | 2A | 7 | 153 | 50 | 3F |
| Octal | 354 | 126 | 212 | 0 | 100 | 52 | 7 | 523 | 120 | 77 |
| Binary | 11101100 | 1010110 | 10001010 | 0 | 1000000 | 101010 | 111 | 101010011 | 1010000 | 111111 |
Color Harmonies of #EC568A
Complementary color
Monochromatic Colors of #EC568A
Black with #EC568A
Text Example
Text Example
White with #EC568A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC568A; }
p { color: rgb(236,86,138); }
H1.HeaderClassName
{
color: #EC568A;
}
.AnyTagClassName
{
color: #EC568A;
}
</style>
background-color css
<style>
a { background-color: #EC568A; }
a { background-color: rgb(236,86,138); }
div.DivClassName
{
background-color: #EC568A;
}
.BgClassName
{
background-color: #EC568A;
}
</style>
border-color css
<style>
span { border-color: #EC568A; }
span { border-color: rgb(236,86,138); }
td.TdClassName
{
border-color: #EC568A;
}
.TagClassName
{
border-color: #EC568A;
}
</style>