Shades of Dark Pink #EF598C
Tints of Dark Pink #EF598C
RGB
CMYK
RGB Variations
Color information
#EF598C (or 0xEF598C) is known color: Dark Pink. HEX triplet: EF, 59 and 8C. RGB value is (239,89,140). Sum of RGB (Red+Green+Blue) = 239+89+140=468 (61% of max value = 765). Red value is 239 (93.75% from 255 or 51.07% from 468); Green value is 89 (35.16% from 255 or 19.02% from 468); Blue value is 140 (55.08% from 255 or 29.91% from 468); Max value from RGB is 239 - color contains mainly: red. Hex color #EF598C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF598C is #10A673. Grayscale: #8B8B8B. Windows color (decimal): -1091188 or 9198063. OLE color: 9198063.
HSL color Cylindrical-coordinate representation of color #EF598C: hue angle of 339.6º 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 #EF598C is Cyan = 0, Magento = 0.63, Yellow = 0.41 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 89 | 140 | - |
| CMYK | 0 | 0.63 | 0.41 | 0.06 |
| HSL | 339.6º | 0.82% | 0.64% | - |
| HSV(B) | 339.6º | 0.63% | 0.94% | - |
| XYZ | 43.9 | 27.39 | 27.78 | - |
| YUV | 139.66 | 128.2 | 198.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 89 | 140 | 0 | 0.63 | 0.41 | 0.06 | 339.6 | 0.82 | 0.64 |
| Hex | EF | 59 | 8C | 0 | 3F | 29 | 6 | 154 | 52 | 40 |
| Octal | 357 | 131 | 214 | 0 | 77 | 51 | 6 | 524 | 122 | 100 |
| Binary | 11101111 | 1011001 | 10001100 | 0 | 111111 | 101001 | 110 | 101010100 | 1010010 | 1000000 |
Color Harmonies of #EF598C
Complementary color
Monochromatic Colors of #EF598C
Black with #EF598C
Text Example
Text Example
White with #EF598C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF598C; }
p { color: rgb(239,89,140); }
H1.HeaderClassName
{
color: #EF598C;
}
.AnyTagClassName
{
color: #EF598C;
}
</style>
background-color css
<style>
a { background-color: #EF598C; }
a { background-color: rgb(239,89,140); }
div.DivClassName
{
background-color: #EF598C;
}
.BgClassName
{
background-color: #EF598C;
}
</style>
border-color css
<style>
span { border-color: #EF598C; }
span { border-color: rgb(239,89,140); }
td.TdClassName
{
border-color: #EF598C;
}
.TagClassName
{
border-color: #EF598C;
}
</style>