Shades of Dark Pink #ED597A
Tints of Dark Pink #ED597A
RGB
CMYK
RGB Variations
Color information
#ED597A (or 0xED597A) is known color: Dark Pink. HEX triplet: ED, 59 and 7A. RGB value is (237,89,122). Sum of RGB (Red+Green+Blue) = 237+89+122=448 (59% of max value = 765). Red value is 237 (92.97% from 255 or 52.90% from 448); Green value is 89 (35.16% from 255 or 19.87% from 448); Blue value is 122 (48.05% from 255 or 27.23% from 448); Max value from RGB is 237 - color contains mainly: red. Hex color #ED597A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED597A is #12A685. Grayscale: #898989. Windows color (decimal): -1222278 or 8018413. OLE color: 8018413.
HSL color Cylindrical-coordinate representation of color #ED597A: hue angle of 346.62º 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 #ED597A is Cyan = 0, Magento = 0.62, Yellow = 0.49 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 89 | 122 | - |
| CMYK | 0 | 0.62 | 0.49 | 0.07 |
| HSL | 346.62º | 0.8% | 0.64% | - |
| HSV(B) | 346.62º | 0.62% | 0.93% | - |
| XYZ | 42.01 | 26.55 | 21.32 | - |
| YUV | 137.01 | 119.53 | 199.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 89 | 122 | 0 | 0.62 | 0.49 | 0.07 | 346.62 | 0.8 | 0.64 |
| Hex | ED | 59 | 7A | 0 | 3E | 31 | 7 | 15B | 50 | 40 |
| Octal | 355 | 131 | 172 | 0 | 76 | 61 | 7 | 533 | 120 | 100 |
| Binary | 11101101 | 1011001 | 1111010 | 0 | 111110 | 110001 | 111 | 101011011 | 1010000 | 1000000 |
Color Harmonies of #ED597A
Complementary color
Monochromatic Colors of #ED597A
Black with #ED597A
Text Example
Text Example
White with #ED597A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED597A; }
p { color: rgb(237,89,122); }
H1.HeaderClassName
{
color: #ED597A;
}
.AnyTagClassName
{
color: #ED597A;
}
</style>
background-color css
<style>
a { background-color: #ED597A; }
a { background-color: rgb(237,89,122); }
div.DivClassName
{
background-color: #ED597A;
}
.BgClassName
{
background-color: #ED597A;
}
</style>
border-color css
<style>
span { border-color: #ED597A; }
span { border-color: rgb(237,89,122); }
td.TdClassName
{
border-color: #ED597A;
}
.TagClassName
{
border-color: #ED597A;
}
</style>