Shades of Dark Pink #EF4970
Tints of Dark Pink #EF4970
RGB
CMYK
RGB Variations
Color information
#EF4970 (or 0xEF4970) is known color: Dark Pink. HEX triplet: EF, 49 and 70. RGB value is (239,73,112). Sum of RGB (Red+Green+Blue) = 239+73+112=424 (56% of max value = 765). Red value is 239 (93.75% from 255 or 56.37% from 424); Green value is 73 (28.91% from 255 or 17.22% from 424); Blue value is 112 (44.14% from 255 or 26.42% from 424); Max value from RGB is 239 - color contains mainly: red. Hex color #EF4970 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EF4970 is #10B68F. Grayscale: #7F7F7F. Windows color (decimal): -1095312 or 7358959. OLE color: 7358959.
HSL color Cylindrical-coordinate representation of color #EF4970: hue angle of 345.9º degrees, saturation: 0.84, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #EF4970 is Cyan = 0, Magento = 0.69, Yellow = 0.53 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 73 | 112 | - |
| CMYK | 0 | 0.69 | 0.53 | 0.06 |
| HSL | 345.9º | 0.84% | 0.61% | - |
| HSV(B) | 345.9º | 0.69% | 0.94% | - |
| XYZ | 40.9 | 24.29 | 17.86 | - |
| YUV | 127.08 | 119.5 | 207.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 73 | 112 | 0 | 0.69 | 0.53 | 0.06 | 345.9 | 0.84 | 0.61 |
| Hex | EF | 49 | 70 | 0 | 45 | 35 | 6 | 15A | 54 | 3D |
| Octal | 357 | 111 | 160 | 0 | 105 | 65 | 6 | 532 | 124 | 75 |
| Binary | 11101111 | 1001001 | 1110000 | 0 | 1000101 | 110101 | 110 | 101011010 | 1010100 | 111101 |
Color Harmonies of #EF4970
Complementary color
Monochromatic Colors of #EF4970
Black with #EF4970
Text Example
Text Example
White with #EF4970
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF4970; }
p { color: rgb(239,73,112); }
H1.HeaderClassName
{
color: #EF4970;
}
.AnyTagClassName
{
color: #EF4970;
}
</style>
background-color css
<style>
a { background-color: #EF4970; }
a { background-color: rgb(239,73,112); }
div.DivClassName
{
background-color: #EF4970;
}
.BgClassName
{
background-color: #EF4970;
}
</style>
border-color css
<style>
span { border-color: #EF4970; }
span { border-color: rgb(239,73,112); }
td.TdClassName
{
border-color: #EF4970;
}
.TagClassName
{
border-color: #EF4970;
}
</style>