Shades of Dark Pink #EB597A
Tints of Dark Pink #EB597A
RGB
CMYK
RGB Variations
Color information
#EB597A (or 0xEB597A) is known color: Dark Pink. HEX triplet: EB, 59 and 7A. RGB value is (235,89,122). Sum of RGB (Red+Green+Blue) = 235+89+122=446 (59% of max value = 765). Red value is 235 (92.19% from 255 or 52.69% from 446); Green value is 89 (35.16% from 255 or 19.96% from 446); Blue value is 122 (48.05% from 255 or 27.35% from 446); Max value from RGB is 235 - color contains mainly: red. Hex color #EB597A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EB597A is #14A685. Grayscale: #888888. Windows color (decimal): -1353350 or 8018411. OLE color: 8018411.
HSL color Cylindrical-coordinate representation of color #EB597A: hue angle of 346.44º 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 #EB597A is Cyan = 0, Magento = 0.62, Yellow = 0.48 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 89 | 122 | - |
| CMYK | 0 | 0.62 | 0.48 | 0.08 |
| HSL | 346.44º | 0.78% | 0.64% | - |
| HSV(B) | 346.44º | 0.62% | 0.92% | - |
| XYZ | 41.35 | 26.21 | 21.29 | - |
| YUV | 136.42 | 119.87 | 198.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 89 | 122 | 0 | 0.62 | 0.48 | 0.08 | 346.44 | 0.78 | 0.64 |
| Hex | EB | 59 | 7A | 0 | 3E | 30 | 8 | 15A | 4E | 40 |
| Octal | 353 | 131 | 172 | 0 | 76 | 60 | 10 | 532 | 116 | 100 |
| Binary | 11101011 | 1011001 | 1111010 | 0 | 111110 | 110000 | 1000 | 101011010 | 1001110 | 1000000 |
Color Harmonies of #EB597A
Complementary color
Monochromatic Colors of #EB597A
Black with #EB597A
Text Example
Text Example
White with #EB597A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB597A; }
p { color: rgb(235,89,122); }
H1.HeaderClassName
{
color: #EB597A;
}
.AnyTagClassName
{
color: #EB597A;
}
</style>
background-color css
<style>
a { background-color: #EB597A; }
a { background-color: rgb(235,89,122); }
div.DivClassName
{
background-color: #EB597A;
}
.BgClassName
{
background-color: #EB597A;
}
</style>
border-color css
<style>
span { border-color: #EB597A; }
span { border-color: rgb(235,89,122); }
td.TdClassName
{
border-color: #EB597A;
}
.TagClassName
{
border-color: #EB597A;
}
</style>