Shades of Dark Pink #EF5980
Tints of Dark Pink #EF5980
RGB
CMYK
RGB Variations
Color information
#EF5980 (or 0xEF5980) is known color: Dark Pink. HEX triplet: EF, 59 and 80. RGB value is (239,89,128). Sum of RGB (Red+Green+Blue) = 239+89+128=456 (60% of max value = 765). Red value is 239 (93.75% from 255 or 52.41% from 456); Green value is 89 (35.16% from 255 or 19.52% from 456); Blue value is 128 (50.39% from 255 or 28.07% from 456); Max value from RGB is 239 - color contains mainly: red. Hex color #EF5980 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF5980 is #10A67F. Grayscale: #8A8A8A. Windows color (decimal): -1091200 or 8411631. OLE color: 8411631.
HSL color Cylindrical-coordinate representation of color #EF5980: hue angle of 344.4º 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 #EF5980 is Cyan = 0, Magento = 0.63, Yellow = 0.46 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 89 | 128 | - |
| CMYK | 0 | 0.63 | 0.46 | 0.06 |
| HSL | 344.4º | 0.82% | 0.64% | - |
| HSV(B) | 344.4º | 0.63% | 0.94% | - |
| XYZ | 43.07 | 27.05 | 23.37 | - |
| YUV | 138.3 | 122.2 | 199.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 89 | 128 | 0 | 0.63 | 0.46 | 0.06 | 344.4 | 0.82 | 0.64 |
| Hex | EF | 59 | 80 | 0 | 3F | 2E | 6 | 158 | 52 | 40 |
| Octal | 357 | 131 | 200 | 0 | 77 | 56 | 6 | 530 | 122 | 100 |
| Binary | 11101111 | 1011001 | 10000000 | 0 | 111111 | 101110 | 110 | 101011000 | 1010010 | 1000000 |
Color Harmonies of #EF5980
Complementary color
Monochromatic Colors of #EF5980
Black with #EF5980
Text Example
Text Example
White with #EF5980
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF5980; }
p { color: rgb(239,89,128); }
H1.HeaderClassName
{
color: #EF5980;
}
.AnyTagClassName
{
color: #EF5980;
}
</style>
background-color css
<style>
a { background-color: #EF5980; }
a { background-color: rgb(239,89,128); }
div.DivClassName
{
background-color: #EF5980;
}
.BgClassName
{
background-color: #EF5980;
}
</style>
border-color css
<style>
span { border-color: #EF5980; }
span { border-color: rgb(239,89,128); }
td.TdClassName
{
border-color: #EF5980;
}
.TagClassName
{
border-color: #EF5980;
}
</style>