Shades of Dark Pink #EF467C
Tints of Dark Pink #EF467C
RGB
CMYK
RGB Variations
Color information
#EF467C (or 0xEF467C) is known color: Dark Pink. HEX triplet: EF, 46 and 7C. RGB value is (239,70,124). Sum of RGB (Red+Green+Blue) = 239+70+124=433 (57% of max value = 765). Red value is 239 (93.75% from 255 or 55.20% from 433); Green value is 70 (27.73% from 255 or 16.17% from 433); Blue value is 124 (48.83% from 255 or 28.64% from 433); Max value from RGB is 239 - color contains mainly: red. Hex color #EF467C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EF467C is #10B983. Grayscale: #7E7E7E. Windows color (decimal): -1096068 or 8144623. OLE color: 8144623.
HSL color Cylindrical-coordinate representation of color #EF467C: hue angle of 340.83º degrees, saturation: 0.84, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #EF467C is Cyan = 0, Magento = 0.71, Yellow = 0.48 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 70 | 124 | - |
| CMYK | 0 | 0.71 | 0.48 | 0.06 |
| HSL | 340.83º | 0.84% | 0.61% | - |
| HSV(B) | 340.83º | 0.71% | 0.94% | - |
| XYZ | 41.42 | 24.19 | 21.55 | - |
| YUV | 126.69 | 126.49 | 208.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 70 | 124 | 0 | 0.71 | 0.48 | 0.06 | 340.83 | 0.84 | 0.61 |
| Hex | EF | 46 | 7C | 0 | 47 | 30 | 6 | 155 | 54 | 3D |
| Octal | 357 | 106 | 174 | 0 | 107 | 60 | 6 | 525 | 124 | 75 |
| Binary | 11101111 | 1000110 | 1111100 | 0 | 1000111 | 110000 | 110 | 101010101 | 1010100 | 111101 |
Color Harmonies of #EF467C
Complementary color
Monochromatic Colors of #EF467C
Black with #EF467C
Text Example
Text Example
White with #EF467C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF467C; }
p { color: rgb(239,70,124); }
H1.HeaderClassName
{
color: #EF467C;
}
.AnyTagClassName
{
color: #EF467C;
}
</style>
background-color css
<style>
a { background-color: #EF467C; }
a { background-color: rgb(239,70,124); }
div.DivClassName
{
background-color: #EF467C;
}
.BgClassName
{
background-color: #EF467C;
}
</style>
border-color css
<style>
span { border-color: #EF467C; }
span { border-color: rgb(239,70,124); }
td.TdClassName
{
border-color: #EF467C;
}
.TagClassName
{
border-color: #EF467C;
}
</style>