Shades of Dark Pink #EB598B
Tints of Dark Pink #EB598B
RGB
CMYK
RGB Variations
Color information
#EB598B (or 0xEB598B) is known color: Dark Pink. HEX triplet: EB, 59 and 8B. RGB value is (235,89,139). Sum of RGB (Red+Green+Blue) = 235+89+139=463 (61% of max value = 765). Red value is 235 (92.19% from 255 or 50.76% from 463); Green value is 89 (35.16% from 255 or 19.22% from 463); Blue value is 139 (54.69% from 255 or 30.02% from 463); Max value from RGB is 235 - color contains mainly: red. Hex color #EB598B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EB598B is #14A674. Grayscale: #8A8A8A. Windows color (decimal): -1353333 or 9132523. OLE color: 9132523.
HSL color Cylindrical-coordinate representation of color #EB598B: hue angle of 339.45º 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 #EB598B is Cyan = 0, Magento = 0.62, Yellow = 0.41 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 89 | 139 | - |
| CMYK | 0 | 0.62 | 0.41 | 0.08 |
| HSL | 339.45º | 0.78% | 0.64% | - |
| HSV(B) | 339.45º | 0.62% | 0.92% | - |
| XYZ | 42.49 | 26.67 | 27.33 | - |
| YUV | 138.35 | 128.37 | 196.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 89 | 139 | 0 | 0.62 | 0.41 | 0.08 | 339.45 | 0.78 | 0.64 |
| Hex | EB | 59 | 8B | 0 | 3E | 29 | 8 | 153 | 4E | 40 |
| Octal | 353 | 131 | 213 | 0 | 76 | 51 | 10 | 523 | 116 | 100 |
| Binary | 11101011 | 1011001 | 10001011 | 0 | 111110 | 101001 | 1000 | 101010011 | 1001110 | 1000000 |
Color Harmonies of #EB598B
Complementary color
Monochromatic Colors of #EB598B
Black with #EB598B
Text Example
Text Example
White with #EB598B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB598B; }
p { color: rgb(235,89,139); }
H1.HeaderClassName
{
color: #EB598B;
}
.AnyTagClassName
{
color: #EB598B;
}
</style>
background-color css
<style>
a { background-color: #EB598B; }
a { background-color: rgb(235,89,139); }
div.DivClassName
{
background-color: #EB598B;
}
.BgClassName
{
background-color: #EB598B;
}
</style>
border-color css
<style>
span { border-color: #EB598B; }
span { border-color: rgb(235,89,139); }
td.TdClassName
{
border-color: #EB598B;
}
.TagClassName
{
border-color: #EB598B;
}
</style>