Shades of Dark Pink #EF4D7D
Tints of Dark Pink #EF4D7D
RGB
CMYK
RGB Variations
Color information
#EF4D7D (or 0xEF4D7D) is known color: Dark Pink. HEX triplet: EF, 4D and 7D. RGB value is (239,77,125). Sum of RGB (Red+Green+Blue) = 239+77+125=441 (58% of max value = 765). Red value is 239 (93.75% from 255 or 54.20% from 441); Green value is 77 (30.47% from 255 or 17.46% from 441); Blue value is 125 (49.22% from 255 or 28.34% from 441); Max value from RGB is 239 - color contains mainly: red. Hex color #EF4D7D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF4D7D is #10B282. Grayscale: #828282. Windows color (decimal): -1094275 or 8211951. OLE color: 8211951.
HSL color Cylindrical-coordinate representation of color #EF4D7D: hue angle of 342.22º degrees, saturation: 0.84, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #EF4D7D is Cyan = 0, Magento = 0.68, Yellow = 0.48 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 77 | 125 | - |
| CMYK | 0 | 0.68 | 0.48 | 0.06 |
| HSL | 342.22º | 0.84% | 0.62% | - |
| HSV(B) | 342.22º | 0.68% | 0.94% | - |
| XYZ | 41.95 | 25.14 | 22.04 | - |
| YUV | 130.91 | 124.67 | 205.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 77 | 125 | 0 | 0.68 | 0.48 | 0.06 | 342.22 | 0.84 | 0.62 |
| Hex | EF | 4D | 7D | 0 | 44 | 30 | 6 | 156 | 54 | 3E |
| Octal | 357 | 115 | 175 | 0 | 104 | 60 | 6 | 526 | 124 | 76 |
| Binary | 11101111 | 1001101 | 1111101 | 0 | 1000100 | 110000 | 110 | 101010110 | 1010100 | 111110 |
Color Harmonies of #EF4D7D
Complementary color
Monochromatic Colors of #EF4D7D
Black with #EF4D7D
Text Example
Text Example
White with #EF4D7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF4D7D; }
p { color: rgb(239,77,125); }
H1.HeaderClassName
{
color: #EF4D7D;
}
.AnyTagClassName
{
color: #EF4D7D;
}
</style>
background-color css
<style>
a { background-color: #EF4D7D; }
a { background-color: rgb(239,77,125); }
div.DivClassName
{
background-color: #EF4D7D;
}
.BgClassName
{
background-color: #EF4D7D;
}
</style>
border-color css
<style>
span { border-color: #EF4D7D; }
span { border-color: rgb(239,77,125); }
td.TdClassName
{
border-color: #EF4D7D;
}
.TagClassName
{
border-color: #EF4D7D;
}
</style>