Shades of Dark Pink #EF5983
Tints of Dark Pink #EF5983
RGB
CMYK
RGB Variations
Color information
#EF5983 (or 0xEF5983) is known color: Dark Pink. HEX triplet: EF, 59 and 83. RGB value is (239,89,131). Sum of RGB (Red+Green+Blue) = 239+89+131=459 (60% of max value = 765). Red value is 239 (93.75% from 255 or 52.07% from 459); Green value is 89 (35.16% from 255 or 19.39% from 459); Blue value is 131 (51.56% from 255 or 28.54% from 459); Max value from RGB is 239 - color contains mainly: red. Hex color #EF5983 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF5983 is #10A67C. Grayscale: #8A8A8A. Windows color (decimal): -1091197 or 8608239. OLE color: 8608239.
HSL color Cylindrical-coordinate representation of color #EF5983: hue angle of 343.2º 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 #EF5983 is Cyan = 0, Magento = 0.63, Yellow = 0.45 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 89 | 131 | - |
| CMYK | 0 | 0.63 | 0.45 | 0.06 |
| HSL | 343.2º | 0.82% | 0.64% | - |
| HSV(B) | 343.2º | 0.63% | 0.94% | - |
| XYZ | 43.27 | 27.13 | 24.43 | - |
| YUV | 138.64 | 123.7 | 199.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 89 | 131 | 0 | 0.63 | 0.45 | 0.06 | 343.2 | 0.82 | 0.64 |
| Hex | EF | 59 | 83 | 0 | 3F | 2D | 6 | 157 | 52 | 40 |
| Octal | 357 | 131 | 203 | 0 | 77 | 55 | 6 | 527 | 122 | 100 |
| Binary | 11101111 | 1011001 | 10000011 | 0 | 111111 | 101101 | 110 | 101010111 | 1010010 | 1000000 |
Color Harmonies of #EF5983
Complementary color
Monochromatic Colors of #EF5983
Black with #EF5983
Text Example
Text Example
White with #EF5983
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF5983; }
p { color: rgb(239,89,131); }
H1.HeaderClassName
{
color: #EF5983;
}
.AnyTagClassName
{
color: #EF5983;
}
</style>
background-color css
<style>
a { background-color: #EF5983; }
a { background-color: rgb(239,89,131); }
div.DivClassName
{
background-color: #EF5983;
}
.BgClassName
{
background-color: #EF5983;
}
</style>
border-color css
<style>
span { border-color: #EF5983; }
span { border-color: rgb(239,89,131); }
td.TdClassName
{
border-color: #EF5983;
}
.TagClassName
{
border-color: #EF5983;
}
</style>