Shades of Dark Pink #EF4876
Tints of Dark Pink #EF4876
RGB
CMYK
RGB Variations
Color information
#EF4876 (or 0xEF4876) is known color: Dark Pink. HEX triplet: EF, 48 and 76. RGB value is (239,72,118). Sum of RGB (Red+Green+Blue) = 239+72+118=429 (56% of max value = 765). Red value is 239 (93.75% from 255 or 55.71% from 429); Green value is 72 (28.52% from 255 or 16.78% from 429); Blue value is 118 (46.48% from 255 or 27.51% from 429); Max value from RGB is 239 - color contains mainly: red. Hex color #EF4876 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EF4876 is #10B789. Grayscale: #7F7F7F. Windows color (decimal): -1095562 or 7751919. OLE color: 7751919.
HSL color Cylindrical-coordinate representation of color #EF4876: hue angle of 343.47º degrees, saturation: 0.84, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #EF4876 is Cyan = 0, Magento = 0.70, Yellow = 0.51 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 72 | 118 | - |
| CMYK | 0 | 0.70 | 0.51 | 0.06 |
| HSL | 343.47º | 0.84% | 0.61% | - |
| HSV(B) | 343.47º | 0.7% | 0.94% | - |
| XYZ | 41.18 | 24.29 | 19.66 | - |
| YUV | 127.18 | 122.83 | 207.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 72 | 118 | 0 | 0.70 | 0.51 | 0.06 | 343.47 | 0.84 | 0.61 |
| Hex | EF | 48 | 76 | 0 | 46 | 33 | 6 | 157 | 54 | 3D |
| Octal | 357 | 110 | 166 | 0 | 106 | 63 | 6 | 527 | 124 | 75 |
| Binary | 11101111 | 1001000 | 1110110 | 0 | 1000110 | 110011 | 110 | 101010111 | 1010100 | 111101 |
Color Harmonies of #EF4876
Complementary color
Monochromatic Colors of #EF4876
Black with #EF4876
Text Example
Text Example
White with #EF4876
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF4876; }
p { color: rgb(239,72,118); }
H1.HeaderClassName
{
color: #EF4876;
}
.AnyTagClassName
{
color: #EF4876;
}
</style>
background-color css
<style>
a { background-color: #EF4876; }
a { background-color: rgb(239,72,118); }
div.DivClassName
{
background-color: #EF4876;
}
.BgClassName
{
background-color: #EF4876;
}
</style>
border-color css
<style>
span { border-color: #EF4876; }
span { border-color: rgb(239,72,118); }
td.TdClassName
{
border-color: #EF4876;
}
.TagClassName
{
border-color: #EF4876;
}
</style>