Shades of Dark Pink #EF5082
Tints of Dark Pink #EF5082
RGB
CMYK
RGB Variations
Color information
#EF5082 (or 0xEF5082) is known color: Dark Pink. HEX triplet: EF, 50 and 82. RGB value is (239,80,130). Sum of RGB (Red+Green+Blue) = 239+80+130=449 (59% of max value = 765). Red value is 239 (93.75% from 255 or 53.23% from 449); Green value is 80 (31.64% from 255 or 17.82% from 449); Blue value is 130 (51.17% from 255 or 28.95% from 449); Max value from RGB is 239 - color contains mainly: red. Hex color #EF5082 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF5082 is #10AF7D. Grayscale: #858585. Windows color (decimal): -1093502 or 8540399. OLE color: 8540399.
HSL color Cylindrical-coordinate representation of color #EF5082: hue angle of 341.13º degrees, saturation: 0.83, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #EF5082 is Cyan = 0, Magento = 0.67, Yellow = 0.46 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 80 | 130 | - |
| CMYK | 0 | 0.67 | 0.46 | 0.06 |
| HSL | 341.13º | 0.83% | 0.63% | - |
| HSV(B) | 341.13º | 0.67% | 0.94% | - |
| XYZ | 42.49 | 25.7 | 23.84 | - |
| YUV | 133.24 | 126.18 | 203.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 80 | 130 | 0 | 0.67 | 0.46 | 0.06 | 341.13 | 0.83 | 0.63 |
| Hex | EF | 50 | 82 | 0 | 43 | 2E | 6 | 155 | 53 | 3F |
| Octal | 357 | 120 | 202 | 0 | 103 | 56 | 6 | 525 | 123 | 77 |
| Binary | 11101111 | 1010000 | 10000010 | 0 | 1000011 | 101110 | 110 | 101010101 | 1010011 | 111111 |
Color Harmonies of #EF5082
Complementary color
Monochromatic Colors of #EF5082
Black with #EF5082
Text Example
Text Example
White with #EF5082
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF5082; }
p { color: rgb(239,80,130); }
H1.HeaderClassName
{
color: #EF5082;
}
.AnyTagClassName
{
color: #EF5082;
}
</style>
background-color css
<style>
a { background-color: #EF5082; }
a { background-color: rgb(239,80,130); }
div.DivClassName
{
background-color: #EF5082;
}
.BgClassName
{
background-color: #EF5082;
}
</style>
border-color css
<style>
span { border-color: #EF5082; }
span { border-color: rgb(239,80,130); }
td.TdClassName
{
border-color: #EF5082;
}
.TagClassName
{
border-color: #EF5082;
}
</style>