Shades of Dark Pink #ED597D
Tints of Dark Pink #ED597D
RGB
CMYK
RGB Variations
Color information
#ED597D (or 0xED597D) is known color: Dark Pink. HEX triplet: ED, 59 and 7D. RGB value is (237,89,125). Sum of RGB (Red+Green+Blue) = 237+89+125=451 (59% of max value = 765). Red value is 237 (92.97% from 255 or 52.55% from 451); Green value is 89 (35.16% from 255 or 19.73% from 451); Blue value is 125 (49.22% from 255 or 27.72% from 451); Max value from RGB is 237 - color contains mainly: red. Hex color #ED597D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED597D is #12A682. Grayscale: #898989. Windows color (decimal): -1222275 or 8215021. OLE color: 8215021.
HSL color Cylindrical-coordinate representation of color #ED597D: hue angle of 345.41º degrees, saturation: 0.8, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #ED597D is Cyan = 0, Magento = 0.62, Yellow = 0.47 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 89 | 125 | - |
| CMYK | 0 | 0.62 | 0.47 | 0.07 |
| HSL | 345.41º | 0.8% | 0.64% | - |
| HSV(B) | 345.41º | 0.62% | 0.93% | - |
| XYZ | 42.2 | 26.63 | 22.32 | - |
| YUV | 137.36 | 121.03 | 199.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 89 | 125 | 0 | 0.62 | 0.47 | 0.07 | 345.41 | 0.8 | 0.64 |
| Hex | ED | 59 | 7D | 0 | 3E | 2F | 7 | 159 | 50 | 40 |
| Octal | 355 | 131 | 175 | 0 | 76 | 57 | 7 | 531 | 120 | 100 |
| Binary | 11101101 | 1011001 | 1111101 | 0 | 111110 | 101111 | 111 | 101011001 | 1010000 | 1000000 |
Color Harmonies of #ED597D
Complementary color
Monochromatic Colors of #ED597D
Black with #ED597D
Text Example
Text Example
White with #ED597D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED597D; }
p { color: rgb(237,89,125); }
H1.HeaderClassName
{
color: #ED597D;
}
.AnyTagClassName
{
color: #ED597D;
}
</style>
background-color css
<style>
a { background-color: #ED597D; }
a { background-color: rgb(237,89,125); }
div.DivClassName
{
background-color: #ED597D;
}
.BgClassName
{
background-color: #ED597D;
}
</style>
border-color css
<style>
span { border-color: #ED597D; }
span { border-color: rgb(237,89,125); }
td.TdClassName
{
border-color: #ED597D;
}
.TagClassName
{
border-color: #ED597D;
}
</style>