Shades of Dark Pink #EF5280
Tints of Dark Pink #EF5280
RGB
CMYK
RGB Variations
Color information
#EF5280 (or 0xEF5280) is known color: Dark Pink. HEX triplet: EF, 52 and 80. RGB value is (239,82,128). Sum of RGB (Red+Green+Blue) = 239+82+128=449 (59% of max value = 765). Red value is 239 (93.75% from 255 or 53.23% from 449); Green value is 82 (32.42% from 255 or 18.26% from 449); Blue value is 128 (50.39% from 255 or 28.51% from 449); Max value from RGB is 239 - color contains mainly: red. Hex color #EF5280 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF5280 is #10AD7F. Grayscale: #868686. Windows color (decimal): -1092992 or 8409839. OLE color: 8409839.
HSL color Cylindrical-coordinate representation of color #EF5280: hue angle of 342.42º degrees, saturation: 0.83, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #EF5280 is Cyan = 0, Magento = 0.66, Yellow = 0.46 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 82 | 128 | - |
| CMYK | 0 | 0.66 | 0.46 | 0.06 |
| HSL | 342.42º | 0.83% | 0.63% | - |
| HSV(B) | 342.42º | 0.66% | 0.94% | - |
| XYZ | 42.51 | 25.94 | 23.19 | - |
| YUV | 134.19 | 124.51 | 202.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 82 | 128 | 0 | 0.66 | 0.46 | 0.06 | 342.42 | 0.83 | 0.63 |
| Hex | EF | 52 | 80 | 0 | 42 | 2E | 6 | 156 | 53 | 3F |
| Octal | 357 | 122 | 200 | 0 | 102 | 56 | 6 | 526 | 123 | 77 |
| Binary | 11101111 | 1010010 | 10000000 | 0 | 1000010 | 101110 | 110 | 101010110 | 1010011 | 111111 |
Color Harmonies of #EF5280
Complementary color
Monochromatic Colors of #EF5280
Black with #EF5280
Text Example
Text Example
White with #EF5280
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF5280; }
p { color: rgb(239,82,128); }
H1.HeaderClassName
{
color: #EF5280;
}
.AnyTagClassName
{
color: #EF5280;
}
</style>
background-color css
<style>
a { background-color: #EF5280; }
a { background-color: rgb(239,82,128); }
div.DivClassName
{
background-color: #EF5280;
}
.BgClassName
{
background-color: #EF5280;
}
</style>
border-color css
<style>
span { border-color: #EF5280; }
span { border-color: rgb(239,82,128); }
td.TdClassName
{
border-color: #EF5280;
}
.TagClassName
{
border-color: #EF5280;
}
</style>