Shades of Dark Pink #EF588B
Tints of Dark Pink #EF588B
RGB
CMYK
RGB Variations
Color information
#EF588B (or 0xEF588B) is known color: Dark Pink. HEX triplet: EF, 58 and 8B. RGB value is (239,88,139). Sum of RGB (Red+Green+Blue) = 239+88+139=466 (61% of max value = 765). Red value is 239 (93.75% from 255 or 51.29% from 466); Green value is 88 (34.77% from 255 or 18.88% from 466); Blue value is 139 (54.69% from 255 or 29.83% from 466); Max value from RGB is 239 - color contains mainly: red. Hex color #EF588B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF588B is #10A774. Grayscale: #8A8A8A. Windows color (decimal): -1091445 or 9132271. OLE color: 9132271.
HSL color Cylindrical-coordinate representation of color #EF588B: hue angle of 339.74º degrees, saturation: 0.83, 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 #EF588B is Cyan = 0, Magento = 0.63, Yellow = 0.42 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 88 | 139 | - |
| CMYK | 0 | 0.63 | 0.42 | 0.06 |
| HSL | 339.74º | 0.83% | 0.64% | - |
| HSV(B) | 339.74º | 0.63% | 0.94% | - |
| XYZ | 43.75 | 27.19 | 27.37 | - |
| YUV | 138.96 | 128.03 | 199.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 88 | 139 | 0 | 0.63 | 0.42 | 0.06 | 339.74 | 0.83 | 0.64 |
| Hex | EF | 58 | 8B | 0 | 3F | 2A | 6 | 154 | 53 | 40 |
| Octal | 357 | 130 | 213 | 0 | 77 | 52 | 6 | 524 | 123 | 100 |
| Binary | 11101111 | 1011000 | 10001011 | 0 | 111111 | 101010 | 110 | 101010100 | 1010011 | 1000000 |
Color Harmonies of #EF588B
Complementary color
Monochromatic Colors of #EF588B
Black with #EF588B
Text Example
Text Example
White with #EF588B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF588B; }
p { color: rgb(239,88,139); }
H1.HeaderClassName
{
color: #EF588B;
}
.AnyTagClassName
{
color: #EF588B;
}
</style>
background-color css
<style>
a { background-color: #EF588B; }
a { background-color: rgb(239,88,139); }
div.DivClassName
{
background-color: #EF588B;
}
.BgClassName
{
background-color: #EF588B;
}
</style>
border-color css
<style>
span { border-color: #EF588B; }
span { border-color: rgb(239,88,139); }
td.TdClassName
{
border-color: #EF588B;
}
.TagClassName
{
border-color: #EF588B;
}
</style>