Shades of Dark Pink #EC568B
Tints of Dark Pink #EC568B
RGB
CMYK
RGB Variations
Color information
#EC568B (or 0xEC568B) is known color: Dark Pink. HEX triplet: EC, 56 and 8B. RGB value is (236,86,139). Sum of RGB (Red+Green+Blue) = 236+86+139=461 (61% of max value = 765). Red value is 236 (92.58% from 255 or 51.19% from 461); Green value is 86 (33.98% from 255 or 18.66% from 461); Blue value is 139 (54.69% from 255 or 30.15% from 461); Max value from RGB is 236 - color contains mainly: red. Hex color #EC568B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC568B is #13A974. Grayscale: #888888. Windows color (decimal): -1288565 or 9131756. OLE color: 9131756.
HSL color Cylindrical-coordinate representation of color #EC568B: hue angle of 338.8º 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 #EC568B is Cyan = 0, Magento = 0.64, Yellow = 0.41 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 86 | 139 | - |
| CMYK | 0 | 0.64 | 0.41 | 0.07 |
| HSL | 338.8º | 0.8% | 0.63% | - |
| HSV(B) | 338.8º | 0.64% | 0.93% | - |
| XYZ | 42.58 | 26.35 | 27.27 | - |
| YUV | 136.89 | 129.2 | 198.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 86 | 139 | 0 | 0.64 | 0.41 | 0.07 | 338.8 | 0.8 | 0.63 |
| Hex | EC | 56 | 8B | 0 | 40 | 29 | 7 | 153 | 50 | 3F |
| Octal | 354 | 126 | 213 | 0 | 100 | 51 | 7 | 523 | 120 | 77 |
| Binary | 11101100 | 1010110 | 10001011 | 0 | 1000000 | 101001 | 111 | 101010011 | 1010000 | 111111 |
Color Harmonies of #EC568B
Complementary color
Monochromatic Colors of #EC568B
Black with #EC568B
Text Example
Text Example
White with #EC568B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC568B; }
p { color: rgb(236,86,139); }
H1.HeaderClassName
{
color: #EC568B;
}
.AnyTagClassName
{
color: #EC568B;
}
</style>
background-color css
<style>
a { background-color: #EC568B; }
a { background-color: rgb(236,86,139); }
div.DivClassName
{
background-color: #EC568B;
}
.BgClassName
{
background-color: #EC568B;
}
</style>
border-color css
<style>
span { border-color: #EC568B; }
span { border-color: rgb(236,86,139); }
td.TdClassName
{
border-color: #EC568B;
}
.TagClassName
{
border-color: #EC568B;
}
</style>