Shades of Dark Pink #EB597C
Tints of Dark Pink #EB597C
RGB
CMYK
RGB Variations
Color information
#EB597C (or 0xEB597C) is known color: Dark Pink. HEX triplet: EB, 59 and 7C. RGB value is (235,89,124). Sum of RGB (Red+Green+Blue) = 235+89+124=448 (59% of max value = 765). Red value is 235 (92.19% from 255 or 52.46% from 448); Green value is 89 (35.16% from 255 or 19.87% from 448); Blue value is 124 (48.83% from 255 or 27.68% from 448); Max value from RGB is 235 - color contains mainly: red. Hex color #EB597C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EB597C is #14A683. Grayscale: #888888. Windows color (decimal): -1353348 or 8149483. OLE color: 8149483.
HSL color Cylindrical-coordinate representation of color #EB597C: hue angle of 345.62º degrees, saturation: 0.78, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #EB597C is Cyan = 0, Magento = 0.62, Yellow = 0.47 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 89 | 124 | - |
| CMYK | 0 | 0.62 | 0.47 | 0.08 |
| HSL | 345.62º | 0.78% | 0.64% | - |
| HSV(B) | 345.62º | 0.62% | 0.92% | - |
| XYZ | 41.47 | 26.26 | 21.95 | - |
| YUV | 136.64 | 120.87 | 198.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 89 | 124 | 0 | 0.62 | 0.47 | 0.08 | 345.62 | 0.78 | 0.64 |
| Hex | EB | 59 | 7C | 0 | 3E | 2F | 8 | 15A | 4E | 40 |
| Octal | 353 | 131 | 174 | 0 | 76 | 57 | 10 | 532 | 116 | 100 |
| Binary | 11101011 | 1011001 | 1111100 | 0 | 111110 | 101111 | 1000 | 101011010 | 1001110 | 1000000 |
Color Harmonies of #EB597C
Complementary color
Monochromatic Colors of #EB597C
Black with #EB597C
Text Example
Text Example
White with #EB597C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB597C; }
p { color: rgb(235,89,124); }
H1.HeaderClassName
{
color: #EB597C;
}
.AnyTagClassName
{
color: #EB597C;
}
</style>
background-color css
<style>
a { background-color: #EB597C; }
a { background-color: rgb(235,89,124); }
div.DivClassName
{
background-color: #EB597C;
}
.BgClassName
{
background-color: #EB597C;
}
</style>
border-color css
<style>
span { border-color: #EB597C; }
span { border-color: rgb(235,89,124); }
td.TdClassName
{
border-color: #EB597C;
}
.TagClassName
{
border-color: #EB597C;
}
</style>