Shades of Dark Pink #ED567A
Tints of Dark Pink #ED567A
RGB
CMYK
RGB Variations
Color information
#ED567A (or 0xED567A) is known color: Dark Pink. HEX triplet: ED, 56 and 7A. RGB value is (237,86,122). Sum of RGB (Red+Green+Blue) = 237+86+122=445 (58% of max value = 765). Red value is 237 (92.97% from 255 or 53.26% from 445); Green value is 86 (33.98% from 255 or 19.33% from 445); Blue value is 122 (48.05% from 255 or 27.42% from 445); Max value from RGB is 237 - color contains mainly: red. Hex color #ED567A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED567A is #12A985. Grayscale: #878787. Windows color (decimal): -1223046 or 8017645. OLE color: 8017645.
HSL color Cylindrical-coordinate representation of color #ED567A: hue angle of 345.7º 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 #ED567A is Cyan = 0, Magento = 0.64, Yellow = 0.49 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 86 | 122 | - |
| CMYK | 0 | 0.64 | 0.49 | 0.07 |
| HSL | 345.7º | 0.81% | 0.63% | - |
| HSV(B) | 345.7º | 0.64% | 0.93% | - |
| XYZ | 41.77 | 26.07 | 21.24 | - |
| YUV | 135.25 | 120.53 | 200.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 86 | 122 | 0 | 0.64 | 0.49 | 0.07 | 345.7 | 0.81 | 0.63 |
| Hex | ED | 56 | 7A | 0 | 40 | 31 | 7 | 15A | 51 | 3F |
| Octal | 355 | 126 | 172 | 0 | 100 | 61 | 7 | 532 | 121 | 77 |
| Binary | 11101101 | 1010110 | 1111010 | 0 | 1000000 | 110001 | 111 | 101011010 | 1010001 | 111111 |
Color Harmonies of #ED567A
Complementary color
Monochromatic Colors of #ED567A
Black with #ED567A
Text Example
Text Example
White with #ED567A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED567A; }
p { color: rgb(237,86,122); }
H1.HeaderClassName
{
color: #ED567A;
}
.AnyTagClassName
{
color: #ED567A;
}
</style>
background-color css
<style>
a { background-color: #ED567A; }
a { background-color: rgb(237,86,122); }
div.DivClassName
{
background-color: #ED567A;
}
.BgClassName
{
background-color: #ED567A;
}
</style>
border-color css
<style>
span { border-color: #ED567A; }
span { border-color: rgb(237,86,122); }
td.TdClassName
{
border-color: #ED567A;
}
.TagClassName
{
border-color: #ED567A;
}
</style>