Shades of Dark Pink #ED568A
Tints of Dark Pink #ED568A
RGB
CMYK
RGB Variations
Color information
#ED568A (or 0xED568A) is known color: Dark Pink. HEX triplet: ED, 56 and 8A. RGB value is (237,86,138). Sum of RGB (Red+Green+Blue) = 237+86+138=461 (61% of max value = 765). Red value is 237 (92.97% from 255 or 51.41% from 461); Green value is 86 (33.98% from 255 or 18.66% from 461); Blue value is 138 (54.30% from 255 or 29.93% from 461); Max value from RGB is 237 - color contains mainly: red. Hex color #ED568A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED568A is #12A975. Grayscale: #898989. Windows color (decimal): -1223030 or 9066221. OLE color: 9066221.
HSL color Cylindrical-coordinate representation of color #ED568A: hue angle of 339.34º degrees, saturation: 0.81, 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 #ED568A is Cyan = 0, Magento = 0.64, Yellow = 0.42 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 86 | 138 | - |
| CMYK | 0 | 0.64 | 0.42 | 0.07 |
| HSL | 339.34º | 0.81% | 0.63% | - |
| HSV(B) | 339.34º | 0.64% | 0.93% | - |
| XYZ | 42.84 | 26.5 | 26.9 | - |
| YUV | 137.08 | 128.53 | 199.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 86 | 138 | 0 | 0.64 | 0.42 | 0.07 | 339.34 | 0.81 | 0.63 |
| Hex | ED | 56 | 8A | 0 | 40 | 2A | 7 | 153 | 51 | 3F |
| Octal | 355 | 126 | 212 | 0 | 100 | 52 | 7 | 523 | 121 | 77 |
| Binary | 11101101 | 1010110 | 10001010 | 0 | 1000000 | 101010 | 111 | 101010011 | 1010001 | 111111 |
Color Harmonies of #ED568A
Complementary color
Monochromatic Colors of #ED568A
Black with #ED568A
Text Example
Text Example
White with #ED568A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED568A; }
p { color: rgb(237,86,138); }
H1.HeaderClassName
{
color: #ED568A;
}
.AnyTagClassName
{
color: #ED568A;
}
</style>
background-color css
<style>
a { background-color: #ED568A; }
a { background-color: rgb(237,86,138); }
div.DivClassName
{
background-color: #ED568A;
}
.BgClassName
{
background-color: #ED568A;
}
</style>
border-color css
<style>
span { border-color: #ED568A; }
span { border-color: rgb(237,86,138); }
td.TdClassName
{
border-color: #ED568A;
}
.TagClassName
{
border-color: #ED568A;
}
</style>