Shades of Dark Pink #EF597F
Tints of Dark Pink #EF597F
RGB
CMYK
RGB Variations
Color information
#EF597F (or 0xEF597F) is known color: Dark Pink. HEX triplet: EF, 59 and 7F. RGB value is (239,89,127). Sum of RGB (Red+Green+Blue) = 239+89+127=455 (60% of max value = 765). Red value is 239 (93.75% from 255 or 52.53% from 455); Green value is 89 (35.16% from 255 or 19.56% from 455); Blue value is 127 (50% from 255 or 27.91% from 455); Max value from RGB is 239 - color contains mainly: red. Hex color #EF597F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF597F is #10A680. Grayscale: #8A8A8A. Windows color (decimal): -1091201 or 8346095. OLE color: 8346095.
HSL color Cylindrical-coordinate representation of color #EF597F: hue angle of 344.8º 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 #EF597F is Cyan = 0, Magento = 0.63, Yellow = 0.47 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 89 | 127 | - |
| CMYK | 0 | 0.63 | 0.47 | 0.06 |
| HSL | 344.8º | 0.82% | 0.64% | - |
| HSV(B) | 344.8º | 0.63% | 0.94% | - |
| XYZ | 43 | 27.03 | 23.03 | - |
| YUV | 138.18 | 121.7 | 199.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 89 | 127 | 0 | 0.63 | 0.47 | 0.06 | 344.8 | 0.82 | 0.64 |
| Hex | EF | 59 | 7F | 0 | 3F | 2F | 6 | 159 | 52 | 40 |
| Octal | 357 | 131 | 177 | 0 | 77 | 57 | 6 | 531 | 122 | 100 |
| Binary | 11101111 | 1011001 | 1111111 | 0 | 111111 | 101111 | 110 | 101011001 | 1010010 | 1000000 |
Color Harmonies of #EF597F
Complementary color
Monochromatic Colors of #EF597F
Black with #EF597F
Text Example
Text Example
White with #EF597F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF597F; }
p { color: rgb(239,89,127); }
H1.HeaderClassName
{
color: #EF597F;
}
.AnyTagClassName
{
color: #EF597F;
}
</style>
background-color css
<style>
a { background-color: #EF597F; }
a { background-color: rgb(239,89,127); }
div.DivClassName
{
background-color: #EF597F;
}
.BgClassName
{
background-color: #EF597F;
}
</style>
border-color css
<style>
span { border-color: #EF597F; }
span { border-color: rgb(239,89,127); }
td.TdClassName
{
border-color: #EF597F;
}
.TagClassName
{
border-color: #EF597F;
}
</style>