Shades of Dark Pink #EF4770
Tints of Dark Pink #EF4770
RGB
CMYK
RGB Variations
Color information
#EF4770 (or 0xEF4770) is known color: Dark Pink. HEX triplet: EF, 47 and 70. RGB value is (239,71,112). Sum of RGB (Red+Green+Blue) = 239+71+112=422 (55% of max value = 765). Red value is 239 (93.75% from 255 or 56.64% from 422); Green value is 71 (28.12% from 255 or 16.82% from 422); Blue value is 112 (44.14% from 255 or 26.54% from 422); Max value from RGB is 239 - color contains mainly: red. Hex color #EF4770 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EF4770 is #10B88F. Grayscale: #7D7D7D. Windows color (decimal): -1095824 or 7358447. OLE color: 7358447.
HSL color Cylindrical-coordinate representation of color #EF4770: hue angle of 345.36º 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 #EF4770 is Cyan = 0, Magento = 0.70, Yellow = 0.53 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 71 | 112 | - |
| CMYK | 0 | 0.70 | 0.53 | 0.06 |
| HSL | 345.36º | 0.84% | 0.61% | - |
| HSV(B) | 345.36º | 0.7% | 0.94% | - |
| XYZ | 40.77 | 24.03 | 17.82 | - |
| YUV | 125.91 | 120.16 | 208.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 71 | 112 | 0 | 0.70 | 0.53 | 0.06 | 345.36 | 0.84 | 0.61 |
| Hex | EF | 47 | 70 | 0 | 46 | 35 | 6 | 159 | 54 | 3D |
| Octal | 357 | 107 | 160 | 0 | 106 | 65 | 6 | 531 | 124 | 75 |
| Binary | 11101111 | 1000111 | 1110000 | 0 | 1000110 | 110101 | 110 | 101011001 | 1010100 | 111101 |
Color Harmonies of #EF4770
Complementary color
Monochromatic Colors of #EF4770
Black with #EF4770
Text Example
Text Example
White with #EF4770
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF4770; }
p { color: rgb(239,71,112); }
H1.HeaderClassName
{
color: #EF4770;
}
.AnyTagClassName
{
color: #EF4770;
}
</style>
background-color css
<style>
a { background-color: #EF4770; }
a { background-color: rgb(239,71,112); }
div.DivClassName
{
background-color: #EF4770;
}
.BgClassName
{
background-color: #EF4770;
}
</style>
border-color css
<style>
span { border-color: #EF4770; }
span { border-color: rgb(239,71,112); }
td.TdClassName
{
border-color: #EF4770;
}
.TagClassName
{
border-color: #EF4770;
}
</style>