Shades of Dark Pink #EF4173
Tints of Dark Pink #EF4173
RGB
CMYK
RGB Variations
Color information
#EF4173 (or 0xEF4173) is known color: Dark Pink. HEX triplet: EF, 41 and 73. RGB value is (239,65,115). Sum of RGB (Red+Green+Blue) = 239+65+115=419 (55% of max value = 765). Red value is 239 (93.75% from 255 or 57.04% from 419); Green value is 65 (25.78% from 255 or 15.51% from 419); Blue value is 115 (45.31% from 255 or 27.45% from 419); Max value from RGB is 239 - color contains mainly: red. Hex color #EF4173 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EF4173 is #10BE8C. Grayscale: #7A7A7A. Windows color (decimal): -1097357 or 7553519. OLE color: 7553519.
HSL color Cylindrical-coordinate representation of color #EF4173: hue angle of 342.76º degrees, saturation: 0.84, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #EF4173 is Cyan = 0, Magento = 0.73, Yellow = 0.52 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 65 | 115 | - |
| CMYK | 0 | 0.73 | 0.52 | 0.06 |
| HSL | 342.76º | 0.84% | 0.6% | - |
| HSV(B) | 342.76º | 0.73% | 0.94% | - |
| XYZ | 40.58 | 23.37 | 18.59 | - |
| YUV | 122.73 | 123.65 | 210.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 65 | 115 | 0 | 0.73 | 0.52 | 0.06 | 342.76 | 0.84 | 0.6 |
| Hex | EF | 41 | 73 | 0 | 49 | 34 | 6 | 157 | 54 | 3C |
| Octal | 357 | 101 | 163 | 0 | 111 | 64 | 6 | 527 | 124 | 74 |
| Binary | 11101111 | 1000001 | 1110011 | 0 | 1001001 | 110100 | 110 | 101010111 | 1010100 | 111100 |
Color Harmonies of #EF4173
Complementary color
Monochromatic Colors of #EF4173
Black with #EF4173
Text Example
Text Example
White with #EF4173
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF4173; }
p { color: rgb(239,65,115); }
H1.HeaderClassName
{
color: #EF4173;
}
.AnyTagClassName
{
color: #EF4173;
}
</style>
background-color css
<style>
a { background-color: #EF4173; }
a { background-color: rgb(239,65,115); }
div.DivClassName
{
background-color: #EF4173;
}
.BgClassName
{
background-color: #EF4173;
}
</style>
border-color css
<style>
span { border-color: #EF4173; }
span { border-color: rgb(239,65,115); }
td.TdClassName
{
border-color: #EF4173;
}
.TagClassName
{
border-color: #EF4173;
}
</style>