Shades of Dark Pink #EF587B
Tints of Dark Pink #EF587B
RGB
CMYK
RGB Variations
Color information
#EF587B (or 0xEF587B) is known color: Dark Pink. HEX triplet: EF, 58 and 7B. RGB value is (239,88,123). Sum of RGB (Red+Green+Blue) = 239+88+123=450 (59% of max value = 765). Red value is 239 (93.75% from 255 or 53.11% from 450); Green value is 88 (34.77% from 255 or 19.56% from 450); Blue value is 123 (48.44% from 255 or 27.33% from 450); Max value from RGB is 239 - color contains mainly: red. Hex color #EF587B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF587B is #10A784. Grayscale: #898989. Windows color (decimal): -1091461 or 8083695. OLE color: 8083695.
HSL color Cylindrical-coordinate representation of color #EF587B: hue angle of 346.09º 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 #EF587B is Cyan = 0, Magento = 0.63, Yellow = 0.49 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 88 | 123 | - |
| CMYK | 0 | 0.63 | 0.49 | 0.06 |
| HSL | 346.09º | 0.83% | 0.64% | - |
| HSV(B) | 346.09º | 0.63% | 0.94% | - |
| XYZ | 42.66 | 26.76 | 21.66 | - |
| YUV | 137.14 | 120.03 | 200.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 88 | 123 | 0 | 0.63 | 0.49 | 0.06 | 346.09 | 0.83 | 0.64 |
| Hex | EF | 58 | 7B | 0 | 3F | 31 | 6 | 15A | 53 | 40 |
| Octal | 357 | 130 | 173 | 0 | 77 | 61 | 6 | 532 | 123 | 100 |
| Binary | 11101111 | 1011000 | 1111011 | 0 | 111111 | 110001 | 110 | 101011010 | 1010011 | 1000000 |
Color Harmonies of #EF587B
Complementary color
Monochromatic Colors of #EF587B
Black with #EF587B
Text Example
Text Example
White with #EF587B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF587B; }
p { color: rgb(239,88,123); }
H1.HeaderClassName
{
color: #EF587B;
}
.AnyTagClassName
{
color: #EF587B;
}
</style>
background-color css
<style>
a { background-color: #EF587B; }
a { background-color: rgb(239,88,123); }
div.DivClassName
{
background-color: #EF587B;
}
.BgClassName
{
background-color: #EF587B;
}
</style>
border-color css
<style>
span { border-color: #EF587B; }
span { border-color: rgb(239,88,123); }
td.TdClassName
{
border-color: #EF587B;
}
.TagClassName
{
border-color: #EF587B;
}
</style>