Shades of Deep Blush #EF708F
Tints of Deep Blush #EF708F
RGB
CMYK
RGB Variations
Color information
#EF708F (or 0xEF708F) is known color: Deep Blush. HEX triplet: EF, 70 and 8F. RGB value is (239,112,143). Sum of RGB (Red+Green+Blue) = 239+112+143=494 (65% of max value = 765). Red value is 239 (93.75% from 255 or 48.38% from 494); Green value is 112 (44.14% from 255 or 22.67% from 494); Blue value is 143 (56.25% from 255 or 28.95% from 494); Max value from RGB is 239 - color contains mainly: red. Hex color #EF708F is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF708F is #108F70. Grayscale: #999999. Windows color (decimal): -1085297 or 9400559. OLE color: 9400559.
HSL color Cylindrical-coordinate representation of color #EF708F: hue angle of 345.35º degrees, saturation: 0.8, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #EF708F is Cyan = 0, Magento = 0.53, Yellow = 0.40 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 112 | 143 | - |
| CMYK | 0 | 0.53 | 0.40 | 0.06 |
| HSL | 345.35º | 0.8% | 0.69% | - |
| HSV(B) | 345.35º | 0.53% | 0.94% | - |
| XYZ | 46.35 | 31.92 | 29.71 | - |
| YUV | 153.51 | 122.08 | 188.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 112 | 143 | 0 | 0.53 | 0.40 | 0.06 | 345.35 | 0.8 | 0.69 |
| Hex | EF | 70 | 8F | 0 | 35 | 28 | 6 | 159 | 50 | 45 |
| Octal | 357 | 160 | 217 | 0 | 65 | 50 | 6 | 531 | 120 | 105 |
| Binary | 11101111 | 1110000 | 10001111 | 0 | 110101 | 101000 | 110 | 101011001 | 1010000 | 1000101 |
Color Harmonies of #EF708F
Complementary color
Monochromatic Colors of #EF708F
Black with #EF708F
Text Example
Text Example
White with #EF708F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF708F; }
p { color: rgb(239,112,143); }
H1.HeaderClassName
{
color: #EF708F;
}
.AnyTagClassName
{
color: #EF708F;
}
</style>
background-color css
<style>
a { background-color: #EF708F; }
a { background-color: rgb(239,112,143); }
div.DivClassName
{
background-color: #EF708F;
}
.BgClassName
{
background-color: #EF708F;
}
</style>
border-color css
<style>
span { border-color: #EF708F; }
span { border-color: rgb(239,112,143); }
td.TdClassName
{
border-color: #EF708F;
}
.TagClassName
{
border-color: #EF708F;
}
</style>