Shades of Dark Pink #EF486F
Tints of Dark Pink #EF486F
RGB
CMYK
RGB Variations
Color information
#EF486F (or 0xEF486F) is known color: Dark Pink. HEX triplet: EF, 48 and 6F. RGB value is (239,72,111). Sum of RGB (Red+Green+Blue) = 239+72+111=422 (55% of max value = 765). Red value is 239 (93.75% from 255 or 56.64% from 422); Green value is 72 (28.52% from 255 or 17.06% from 422); Blue value is 111 (43.75% from 255 or 26.30% from 422); Max value from RGB is 239 - color contains mainly: red. Hex color #EF486F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EF486F is #10B790. Grayscale: #7E7E7E. Windows color (decimal): -1095569 or 7293167. OLE color: 7293167.
HSL color Cylindrical-coordinate representation of color #EF486F: hue angle of 345.99º 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 #EF486F is Cyan = 0, Magento = 0.70, Yellow = 0.54 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 72 | 111 | - |
| CMYK | 0 | 0.70 | 0.54 | 0.06 |
| HSL | 345.99º | 0.84% | 0.61% | - |
| HSV(B) | 345.99º | 0.7% | 0.94% | - |
| XYZ | 40.78 | 24.13 | 17.55 | - |
| YUV | 126.38 | 119.33 | 208.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 72 | 111 | 0 | 0.70 | 0.54 | 0.06 | 345.99 | 0.84 | 0.61 |
| Hex | EF | 48 | 6F | 0 | 46 | 36 | 6 | 15A | 54 | 3D |
| Octal | 357 | 110 | 157 | 0 | 106 | 66 | 6 | 532 | 124 | 75 |
| Binary | 11101111 | 1001000 | 1101111 | 0 | 1000110 | 110110 | 110 | 101011010 | 1010100 | 111101 |
Color Harmonies of #EF486F
Complementary color
Monochromatic Colors of #EF486F
Black with #EF486F
Text Example
Text Example
White with #EF486F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF486F; }
p { color: rgb(239,72,111); }
H1.HeaderClassName
{
color: #EF486F;
}
.AnyTagClassName
{
color: #EF486F;
}
</style>
background-color css
<style>
a { background-color: #EF486F; }
a { background-color: rgb(239,72,111); }
div.DivClassName
{
background-color: #EF486F;
}
.BgClassName
{
background-color: #EF486F;
}
</style>
border-color css
<style>
span { border-color: #EF486F; }
span { border-color: rgb(239,72,111); }
td.TdClassName
{
border-color: #EF486F;
}
.TagClassName
{
border-color: #EF486F;
}
</style>