Shades of Dark Pink #EF5080
Tints of Dark Pink #EF5080
RGB
CMYK
RGB Variations
Color information
#EF5080 (or 0xEF5080) is known color: Dark Pink. HEX triplet: EF, 50 and 80. RGB value is (239,80,128). Sum of RGB (Red+Green+Blue) = 239+80+128=447 (59% of max value = 765). Red value is 239 (93.75% from 255 or 53.47% from 447); Green value is 80 (31.64% from 255 or 17.90% from 447); Blue value is 128 (50.39% from 255 or 28.64% from 447); Max value from RGB is 239 - color contains mainly: red. Hex color #EF5080 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF5080 is #10AF7F. Grayscale: #848484. Windows color (decimal): -1093504 or 8409327. OLE color: 8409327.
HSL color Cylindrical-coordinate representation of color #EF5080: hue angle of 341.89º 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 #EF5080 is Cyan = 0, Magento = 0.67, Yellow = 0.46 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 80 | 128 | - |
| CMYK | 0 | 0.67 | 0.46 | 0.06 |
| HSL | 341.89º | 0.83% | 0.63% | - |
| HSV(B) | 341.89º | 0.67% | 0.94% | - |
| XYZ | 42.36 | 25.65 | 23.14 | - |
| YUV | 133.01 | 125.18 | 203.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 80 | 128 | 0 | 0.67 | 0.46 | 0.06 | 341.89 | 0.83 | 0.63 |
| Hex | EF | 50 | 80 | 0 | 43 | 2E | 6 | 156 | 53 | 3F |
| Octal | 357 | 120 | 200 | 0 | 103 | 56 | 6 | 526 | 123 | 77 |
| Binary | 11101111 | 1010000 | 10000000 | 0 | 1000011 | 101110 | 110 | 101010110 | 1010011 | 111111 |
Color Harmonies of #EF5080
Complementary color
Monochromatic Colors of #EF5080
Black with #EF5080
Text Example
Text Example
White with #EF5080
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF5080; }
p { color: rgb(239,80,128); }
H1.HeaderClassName
{
color: #EF5080;
}
.AnyTagClassName
{
color: #EF5080;
}
</style>
background-color css
<style>
a { background-color: #EF5080; }
a { background-color: rgb(239,80,128); }
div.DivClassName
{
background-color: #EF5080;
}
.BgClassName
{
background-color: #EF5080;
}
</style>
border-color css
<style>
span { border-color: #EF5080; }
span { border-color: rgb(239,80,128); }
td.TdClassName
{
border-color: #EF5080;
}
.TagClassName
{
border-color: #EF5080;
}
</style>