Shades of Dark Pink #EF598D
Tints of Dark Pink #EF598D
RGB
CMYK
RGB Variations
Color information
#EF598D (or 0xEF598D) is known color: Dark Pink. HEX triplet: EF, 59 and 8D. RGB value is (239,89,141). Sum of RGB (Red+Green+Blue) = 239+89+141=469 (62% of max value = 765). Red value is 239 (93.75% from 255 or 50.96% from 469); Green value is 89 (35.16% from 255 or 18.98% from 469); Blue value is 141 (55.47% from 255 or 30.06% from 469); Max value from RGB is 239 - color contains mainly: red. Hex color #EF598D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF598D is #10A672. Grayscale: #8B8B8B. Windows color (decimal): -1091187 or 9263599. OLE color: 9263599.
HSL color Cylindrical-coordinate representation of color #EF598D: hue angle of 339.2º degrees, saturation: 0.82, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #EF598D is Cyan = 0, Magento = 0.63, Yellow = 0.41 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 89 | 141 | - |
| CMYK | 0 | 0.63 | 0.41 | 0.06 |
| HSL | 339.2º | 0.82% | 0.64% | - |
| HSV(B) | 339.2º | 0.63% | 0.94% | - |
| XYZ | 43.98 | 27.42 | 28.17 | - |
| YUV | 139.78 | 128.7 | 198.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 89 | 141 | 0 | 0.63 | 0.41 | 0.06 | 339.2 | 0.82 | 0.64 |
| Hex | EF | 59 | 8D | 0 | 3F | 29 | 6 | 153 | 52 | 40 |
| Octal | 357 | 131 | 215 | 0 | 77 | 51 | 6 | 523 | 122 | 100 |
| Binary | 11101111 | 1011001 | 10001101 | 0 | 111111 | 101001 | 110 | 101010011 | 1010010 | 1000000 |
Color Harmonies of #EF598D
Complementary color
Monochromatic Colors of #EF598D
Black with #EF598D
Text Example
Text Example
White with #EF598D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF598D; }
p { color: rgb(239,89,141); }
H1.HeaderClassName
{
color: #EF598D;
}
.AnyTagClassName
{
color: #EF598D;
}
</style>
background-color css
<style>
a { background-color: #EF598D; }
a { background-color: rgb(239,89,141); }
div.DivClassName
{
background-color: #EF598D;
}
.BgClassName
{
background-color: #EF598D;
}
</style>
border-color css
<style>
span { border-color: #EF598D; }
span { border-color: rgb(239,89,141); }
td.TdClassName
{
border-color: #EF598D;
}
.TagClassName
{
border-color: #EF598D;
}
</style>