Shades of Deep Blush #EF748F
Tints of Deep Blush #EF748F
RGB
CMYK
RGB Variations
Color information
#EF748F (or 0xEF748F) is known color: Deep Blush. HEX triplet: EF, 74 and 8F. RGB value is (239,116,143). Sum of RGB (Red+Green+Blue) = 239+116+143=498 (65% of max value = 765). Red value is 239 (93.75% from 255 or 47.99% from 498); Green value is 116 (45.70% from 255 or 23.29% from 498); Blue value is 143 (56.25% from 255 or 28.71% from 498); Max value from RGB is 239 - color contains mainly: red. Hex color #EF748F is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF748F is #108B70. Grayscale: #9B9B9B. Windows color (decimal): -1084273 or 9401583. OLE color: 9401583.
HSL color Cylindrical-coordinate representation of color #EF748F: hue angle of 346.83º degrees, saturation: 0.79, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #EF748F is Cyan = 0, Magento = 0.51, Yellow = 0.40 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 116 | 143 | - |
| CMYK | 0 | 0.51 | 0.40 | 0.06 |
| HSL | 346.83º | 0.79% | 0.7% | - |
| HSV(B) | 346.83º | 0.51% | 0.94% | - |
| XYZ | 46.8 | 32.82 | 29.86 | - |
| YUV | 155.86 | 120.75 | 187.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 116 | 143 | 0 | 0.51 | 0.40 | 0.06 | 346.83 | 0.79 | 0.7 |
| Hex | EF | 74 | 8F | 0 | 33 | 28 | 6 | 15B | 4F | 46 |
| Octal | 357 | 164 | 217 | 0 | 63 | 50 | 6 | 533 | 117 | 106 |
| Binary | 11101111 | 1110100 | 10001111 | 0 | 110011 | 101000 | 110 | 101011011 | 1001111 | 1000110 |
Color Harmonies of #EF748F
Complementary color
Monochromatic Colors of #EF748F
Black with #EF748F
Text Example
Text Example
White with #EF748F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF748F; }
p { color: rgb(239,116,143); }
H1.HeaderClassName
{
color: #EF748F;
}
.AnyTagClassName
{
color: #EF748F;
}
</style>
background-color css
<style>
a { background-color: #EF748F; }
a { background-color: rgb(239,116,143); }
div.DivClassName
{
background-color: #EF748F;
}
.BgClassName
{
background-color: #EF748F;
}
</style>
border-color css
<style>
span { border-color: #EF748F; }
span { border-color: rgb(239,116,143); }
td.TdClassName
{
border-color: #EF748F;
}
.TagClassName
{
border-color: #EF748F;
}
</style>