Shades of Dark Pink #EF4176
Tints of Dark Pink #EF4176
RGB
CMYK
RGB Variations
Color information
#EF4176 (or 0xEF4176) is known color: Dark Pink. HEX triplet: EF, 41 and 76. RGB value is (239,65,118). Sum of RGB (Red+Green+Blue) = 239+65+118=422 (55% of max value = 765). Red value is 239 (93.75% from 255 or 56.64% from 422); Green value is 65 (25.78% from 255 or 15.40% from 422); Blue value is 118 (46.48% from 255 or 27.96% from 422); Max value from RGB is 239 - color contains mainly: red. Hex color #EF4176 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EF4176 is #10BE89. Grayscale: #7B7B7B. Windows color (decimal): -1097354 or 7750127. OLE color: 7750127.
HSL color Cylindrical-coordinate representation of color #EF4176: hue angle of 341.72º 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 #EF4176 is Cyan = 0, Magento = 0.73, Yellow = 0.51 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 65 | 118 | - |
| CMYK | 0 | 0.73 | 0.51 | 0.06 |
| HSL | 341.72º | 0.84% | 0.6% | - |
| HSV(B) | 341.72º | 0.73% | 0.94% | - |
| XYZ | 40.76 | 23.44 | 19.52 | - |
| YUV | 123.07 | 125.15 | 210.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 65 | 118 | 0 | 0.73 | 0.51 | 0.06 | 341.72 | 0.84 | 0.6 |
| Hex | EF | 41 | 76 | 0 | 49 | 33 | 6 | 156 | 54 | 3C |
| Octal | 357 | 101 | 166 | 0 | 111 | 63 | 6 | 526 | 124 | 74 |
| Binary | 11101111 | 1000001 | 1110110 | 0 | 1001001 | 110011 | 110 | 101010110 | 1010100 | 111100 |
Color Harmonies of #EF4176
Complementary color
Monochromatic Colors of #EF4176
Black with #EF4176
Text Example
Text Example
White with #EF4176
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF4176; }
p { color: rgb(239,65,118); }
H1.HeaderClassName
{
color: #EF4176;
}
.AnyTagClassName
{
color: #EF4176;
}
</style>
background-color css
<style>
a { background-color: #EF4176; }
a { background-color: rgb(239,65,118); }
div.DivClassName
{
background-color: #EF4176;
}
.BgClassName
{
background-color: #EF4176;
}
</style>
border-color css
<style>
span { border-color: #EF4176; }
span { border-color: rgb(239,65,118); }
td.TdClassName
{
border-color: #EF4176;
}
.TagClassName
{
border-color: #EF4176;
}
</style>