Shades of Dark Pink #EF5F8D
Tints of Dark Pink #EF5F8D
RGB
CMYK
RGB Variations
Color information
#EF5F8D (or 0xEF5F8D) is known color: Dark Pink. HEX triplet: EF, 5F and 8D. RGB value is (239,95,141). Sum of RGB (Red+Green+Blue) = 239+95+141=475 (62% of max value = 765). Red value is 239 (93.75% from 255 or 50.32% from 475); Green value is 95 (37.5% from 255 or 20% from 475); Blue value is 141 (55.47% from 255 or 29.68% from 475); Max value from RGB is 239 - color contains mainly: red. Hex color #EF5F8D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF5F8D is #10A072. Grayscale: #8F8F8F. Windows color (decimal): -1089651 or 9265135. OLE color: 9265135.
HSL color Cylindrical-coordinate representation of color #EF5F8D: hue angle of 340.83º degrees, saturation: 0.82, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #EF5F8D is Cyan = 0, Magento = 0.60, Yellow = 0.41 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 95 | 141 | - |
| CMYK | 0 | 0.60 | 0.41 | 0.06 |
| HSL | 340.83º | 0.82% | 0.65% | - |
| HSV(B) | 340.83º | 0.6% | 0.94% | - |
| XYZ | 44.5 | 28.46 | 28.35 | - |
| YUV | 143.3 | 126.71 | 196.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 95 | 141 | 0 | 0.60 | 0.41 | 0.06 | 340.83 | 0.82 | 0.65 |
| Hex | EF | 5F | 8D | 0 | 3C | 29 | 6 | 155 | 52 | 41 |
| Octal | 357 | 137 | 215 | 0 | 74 | 51 | 6 | 525 | 122 | 101 |
| Binary | 11101111 | 1011111 | 10001101 | 0 | 111100 | 101001 | 110 | 101010101 | 1010010 | 1000001 |
Color Harmonies of #EF5F8D
Complementary color
Monochromatic Colors of #EF5F8D
Black with #EF5F8D
Text Example
Text Example
White with #EF5F8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF5F8D; }
p { color: rgb(239,95,141); }
H1.HeaderClassName
{
color: #EF5F8D;
}
.AnyTagClassName
{
color: #EF5F8D;
}
</style>
background-color css
<style>
a { background-color: #EF5F8D; }
a { background-color: rgb(239,95,141); }
div.DivClassName
{
background-color: #EF5F8D;
}
.BgClassName
{
background-color: #EF5F8D;
}
</style>
border-color css
<style>
span { border-color: #EF5F8D; }
span { border-color: rgb(239,95,141); }
td.TdClassName
{
border-color: #EF5F8D;
}
.TagClassName
{
border-color: #EF5F8D;
}
</style>