Shades of Dark Pink #EF5880
Tints of Dark Pink #EF5880
RGB
CMYK
RGB Variations
Color information
#EF5880 (or 0xEF5880) is known color: Dark Pink. HEX triplet: EF, 58 and 80. RGB value is (239,88,128). Sum of RGB (Red+Green+Blue) = 239+88+128=455 (60% of max value = 765). Red value is 239 (93.75% from 255 or 52.53% from 455); Green value is 88 (34.77% from 255 or 19.34% from 455); Blue value is 128 (50.39% from 255 or 28.13% from 455); Max value from RGB is 239 - color contains mainly: red. Hex color #EF5880 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF5880 is #10A77F. Grayscale: #898989. Windows color (decimal): -1091456 or 8411375. OLE color: 8411375.
HSL color Cylindrical-coordinate representation of color #EF5880: hue angle of 344.11º 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 #EF5880 is Cyan = 0, Magento = 0.63, Yellow = 0.46 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 88 | 128 | - |
| CMYK | 0 | 0.63 | 0.46 | 0.06 |
| HSL | 344.11º | 0.83% | 0.64% | - |
| HSV(B) | 344.11º | 0.63% | 0.94% | - |
| XYZ | 42.98 | 26.89 | 23.35 | - |
| YUV | 137.71 | 122.53 | 200.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 88 | 128 | 0 | 0.63 | 0.46 | 0.06 | 344.11 | 0.83 | 0.64 |
| Hex | EF | 58 | 80 | 0 | 3F | 2E | 6 | 158 | 53 | 40 |
| Octal | 357 | 130 | 200 | 0 | 77 | 56 | 6 | 530 | 123 | 100 |
| Binary | 11101111 | 1011000 | 10000000 | 0 | 111111 | 101110 | 110 | 101011000 | 1010011 | 1000000 |
Color Harmonies of #EF5880
Complementary color
Monochromatic Colors of #EF5880
Black with #EF5880
Text Example
Text Example
White with #EF5880
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF5880; }
p { color: rgb(239,88,128); }
H1.HeaderClassName
{
color: #EF5880;
}
.AnyTagClassName
{
color: #EF5880;
}
</style>
background-color css
<style>
a { background-color: #EF5880; }
a { background-color: rgb(239,88,128); }
div.DivClassName
{
background-color: #EF5880;
}
.BgClassName
{
background-color: #EF5880;
}
</style>
border-color css
<style>
span { border-color: #EF5880; }
span { border-color: rgb(239,88,128); }
td.TdClassName
{
border-color: #EF5880;
}
.TagClassName
{
border-color: #EF5880;
}
</style>