Shades of Dark Pink #ED597F
Tints of Dark Pink #ED597F
RGB
CMYK
RGB Variations
Color information
#ED597F (or 0xED597F) is known color: Dark Pink. HEX triplet: ED, 59 and 7F. RGB value is (237,89,127). Sum of RGB (Red+Green+Blue) = 237+89+127=453 (60% of max value = 765). Red value is 237 (92.97% from 255 or 52.32% from 453); Green value is 89 (35.16% from 255 or 19.65% from 453); Blue value is 127 (50% from 255 or 28.04% from 453); Max value from RGB is 237 - color contains mainly: red. Hex color #ED597F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED597F is #12A680. Grayscale: #898989. Windows color (decimal): -1222273 or 8346093. OLE color: 8346093.
HSL color Cylindrical-coordinate representation of color #ED597F: hue angle of 344.59º 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 #ED597F is Cyan = 0, Magento = 0.62, Yellow = 0.46 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 89 | 127 | - |
| CMYK | 0 | 0.62 | 0.46 | 0.07 |
| HSL | 344.59º | 0.8% | 0.64% | - |
| HSV(B) | 344.59º | 0.62% | 0.93% | - |
| XYZ | 42.33 | 26.68 | 23 | - |
| YUV | 137.58 | 122.03 | 198.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 89 | 127 | 0 | 0.62 | 0.46 | 0.07 | 344.59 | 0.8 | 0.64 |
| Hex | ED | 59 | 7F | 0 | 3E | 2E | 7 | 159 | 50 | 40 |
| Octal | 355 | 131 | 177 | 0 | 76 | 56 | 7 | 531 | 120 | 100 |
| Binary | 11101101 | 1011001 | 1111111 | 0 | 111110 | 101110 | 111 | 101011001 | 1010000 | 1000000 |
Color Harmonies of #ED597F
Complementary color
Monochromatic Colors of #ED597F
Black with #ED597F
Text Example
Text Example
White with #ED597F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED597F; }
p { color: rgb(237,89,127); }
H1.HeaderClassName
{
color: #ED597F;
}
.AnyTagClassName
{
color: #ED597F;
}
</style>
background-color css
<style>
a { background-color: #ED597F; }
a { background-color: rgb(237,89,127); }
div.DivClassName
{
background-color: #ED597F;
}
.BgClassName
{
background-color: #ED597F;
}
</style>
border-color css
<style>
span { border-color: #ED597F; }
span { border-color: rgb(237,89,127); }
td.TdClassName
{
border-color: #ED597F;
}
.TagClassName
{
border-color: #ED597F;
}
</style>