Shades of Dark Pink #EF578B
Tints of Dark Pink #EF578B
RGB
CMYK
RGB Variations
Color information
#EF578B (or 0xEF578B) is known color: Dark Pink. HEX triplet: EF, 57 and 8B. RGB value is (239,87,139). Sum of RGB (Red+Green+Blue) = 239+87+139=465 (61% of max value = 765). Red value is 239 (93.75% from 255 or 51.40% from 465); Green value is 87 (34.38% from 255 or 18.71% from 465); Blue value is 139 (54.69% from 255 or 29.89% from 465); Max value from RGB is 239 - color contains mainly: red. Hex color #EF578B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF578B is #10A874. Grayscale: #8A8A8A. Windows color (decimal): -1091701 or 9132015. OLE color: 9132015.
HSL color Cylindrical-coordinate representation of color #EF578B: hue angle of 339.47º degrees, saturation: 0.83, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #EF578B is Cyan = 0, Magento = 0.64, Yellow = 0.42 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 87 | 139 | - |
| CMYK | 0 | 0.64 | 0.42 | 0.06 |
| HSL | 339.47º | 0.83% | 0.64% | - |
| HSV(B) | 339.47º | 0.64% | 0.94% | - |
| XYZ | 43.67 | 27.03 | 27.34 | - |
| YUV | 138.38 | 128.36 | 199.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 87 | 139 | 0 | 0.64 | 0.42 | 0.06 | 339.47 | 0.83 | 0.64 |
| Hex | EF | 57 | 8B | 0 | 40 | 2A | 6 | 153 | 53 | 40 |
| Octal | 357 | 127 | 213 | 0 | 100 | 52 | 6 | 523 | 123 | 100 |
| Binary | 11101111 | 1010111 | 10001011 | 0 | 1000000 | 101010 | 110 | 101010011 | 1010011 | 1000000 |
Color Harmonies of #EF578B
Complementary color
Monochromatic Colors of #EF578B
Black with #EF578B
Text Example
Text Example
White with #EF578B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF578B; }
p { color: rgb(239,87,139); }
H1.HeaderClassName
{
color: #EF578B;
}
.AnyTagClassName
{
color: #EF578B;
}
</style>
background-color css
<style>
a { background-color: #EF578B; }
a { background-color: rgb(239,87,139); }
div.DivClassName
{
background-color: #EF578B;
}
.BgClassName
{
background-color: #EF578B;
}
</style>
border-color css
<style>
span { border-color: #EF578B; }
span { border-color: rgb(239,87,139); }
td.TdClassName
{
border-color: #EF578B;
}
.TagClassName
{
border-color: #EF578B;
}
</style>