Shades of Dark Pink #EF4D73
Tints of Dark Pink #EF4D73
RGB
CMYK
RGB Variations
Color information
#EF4D73 (or 0xEF4D73) is known color: Dark Pink. HEX triplet: EF, 4D and 73. RGB value is (239,77,115). Sum of RGB (Red+Green+Blue) = 239+77+115=431 (57% of max value = 765). Red value is 239 (93.75% from 255 or 55.45% from 431); Green value is 77 (30.47% from 255 or 17.87% from 431); Blue value is 115 (45.31% from 255 or 26.68% from 431); Max value from RGB is 239 - color contains mainly: red. Hex color #EF4D73 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF4D73 is #10B28C. Grayscale: #818181. Windows color (decimal): -1094285 or 7556591. OLE color: 7556591.
HSL color Cylindrical-coordinate representation of color #EF4D73: hue angle of 345.93º 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 #EF4D73 is Cyan = 0, Magento = 0.68, Yellow = 0.52 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 77 | 115 | - |
| CMYK | 0 | 0.68 | 0.52 | 0.06 |
| HSL | 345.93º | 0.84% | 0.62% | - |
| HSV(B) | 345.93º | 0.68% | 0.94% | - |
| XYZ | 41.34 | 24.9 | 18.85 | - |
| YUV | 129.77 | 119.67 | 205.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 77 | 115 | 0 | 0.68 | 0.52 | 0.06 | 345.93 | 0.84 | 0.62 |
| Hex | EF | 4D | 73 | 0 | 44 | 34 | 6 | 15A | 54 | 3E |
| Octal | 357 | 115 | 163 | 0 | 104 | 64 | 6 | 532 | 124 | 76 |
| Binary | 11101111 | 1001101 | 1110011 | 0 | 1000100 | 110100 | 110 | 101011010 | 1010100 | 111110 |
Color Harmonies of #EF4D73
Complementary color
Monochromatic Colors of #EF4D73
Black with #EF4D73
Text Example
Text Example
White with #EF4D73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF4D73; }
p { color: rgb(239,77,115); }
H1.HeaderClassName
{
color: #EF4D73;
}
.AnyTagClassName
{
color: #EF4D73;
}
</style>
background-color css
<style>
a { background-color: #EF4D73; }
a { background-color: rgb(239,77,115); }
div.DivClassName
{
background-color: #EF4D73;
}
.BgClassName
{
background-color: #EF4D73;
}
</style>
border-color css
<style>
span { border-color: #EF4D73; }
span { border-color: rgb(239,77,115); }
td.TdClassName
{
border-color: #EF4D73;
}
.TagClassName
{
border-color: #EF4D73;
}
</style>