Shades of Dark Pink #EF4870
Tints of Dark Pink #EF4870
RGB
CMYK
RGB Variations
Color information
#EF4870 (or 0xEF4870) is known color: Dark Pink. HEX triplet: EF, 48 and 70. RGB value is (239,72,112). Sum of RGB (Red+Green+Blue) = 239+72+112=423 (56% of max value = 765). Red value is 239 (93.75% from 255 or 56.50% from 423); Green value is 72 (28.52% from 255 or 17.02% from 423); Blue value is 112 (44.14% from 255 or 26.48% from 423); Max value from RGB is 239 - color contains mainly: red. Hex color #EF4870 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EF4870 is #10B78F. Grayscale: #7E7E7E. Windows color (decimal): -1095568 or 7358703. OLE color: 7358703.
HSL color Cylindrical-coordinate representation of color #EF4870: hue angle of 345.63º 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 #EF4870 is Cyan = 0, Magento = 0.70, Yellow = 0.53 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 72 | 112 | - |
| CMYK | 0 | 0.70 | 0.53 | 0.06 |
| HSL | 345.63º | 0.84% | 0.61% | - |
| HSV(B) | 345.63º | 0.7% | 0.94% | - |
| XYZ | 40.84 | 24.16 | 17.84 | - |
| YUV | 126.49 | 119.83 | 208.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 72 | 112 | 0 | 0.70 | 0.53 | 0.06 | 345.63 | 0.84 | 0.61 |
| Hex | EF | 48 | 70 | 0 | 46 | 35 | 6 | 15A | 54 | 3D |
| Octal | 357 | 110 | 160 | 0 | 106 | 65 | 6 | 532 | 124 | 75 |
| Binary | 11101111 | 1001000 | 1110000 | 0 | 1000110 | 110101 | 110 | 101011010 | 1010100 | 111101 |
Color Harmonies of #EF4870
Complementary color
Monochromatic Colors of #EF4870
Black with #EF4870
Text Example
Text Example
White with #EF4870
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF4870; }
p { color: rgb(239,72,112); }
H1.HeaderClassName
{
color: #EF4870;
}
.AnyTagClassName
{
color: #EF4870;
}
</style>
background-color css
<style>
a { background-color: #EF4870; }
a { background-color: rgb(239,72,112); }
div.DivClassName
{
background-color: #EF4870;
}
.BgClassName
{
background-color: #EF4870;
}
</style>
border-color css
<style>
span { border-color: #EF4870; }
span { border-color: rgb(239,72,112); }
td.TdClassName
{
border-color: #EF4870;
}
.TagClassName
{
border-color: #EF4870;
}
</style>