Shades of Deep Blush #EF748D
Tints of Deep Blush #EF748D
RGB
CMYK
RGB Variations
Color information
#EF748D (or 0xEF748D) is known color: Deep Blush. HEX triplet: EF, 74 and 8D. RGB value is (239,116,141). Sum of RGB (Red+Green+Blue) = 239+116+141=496 (65% of max value = 765). Red value is 239 (93.75% from 255 or 48.19% from 496); Green value is 116 (45.70% from 255 or 23.39% from 496); Blue value is 141 (55.47% from 255 or 28.43% from 496); Max value from RGB is 239 - color contains mainly: red. Hex color #EF748D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF748D is #108B72. Grayscale: #9B9B9B. Windows color (decimal): -1084275 or 9270511. OLE color: 9270511.
HSL color Cylindrical-coordinate representation of color #EF748D: hue angle of 347.8º 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 #EF748D is Cyan = 0, Magento = 0.51, Yellow = 0.41 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 116 | 141 | - |
| CMYK | 0 | 0.51 | 0.41 | 0.06 |
| HSL | 347.8º | 0.79% | 0.7% | - |
| HSV(B) | 347.8º | 0.51% | 0.94% | - |
| XYZ | 46.65 | 32.76 | 29.06 | - |
| YUV | 155.63 | 119.75 | 187.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 116 | 141 | 0 | 0.51 | 0.41 | 0.06 | 347.8 | 0.79 | 0.7 |
| Hex | EF | 74 | 8D | 0 | 33 | 29 | 6 | 15C | 4F | 46 |
| Octal | 357 | 164 | 215 | 0 | 63 | 51 | 6 | 534 | 117 | 106 |
| Binary | 11101111 | 1110100 | 10001101 | 0 | 110011 | 101001 | 110 | 101011100 | 1001111 | 1000110 |
Color Harmonies of #EF748D
Complementary color
Monochromatic Colors of #EF748D
Black with #EF748D
Text Example
Text Example
White with #EF748D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF748D; }
p { color: rgb(239,116,141); }
H1.HeaderClassName
{
color: #EF748D;
}
.AnyTagClassName
{
color: #EF748D;
}
</style>
background-color css
<style>
a { background-color: #EF748D; }
a { background-color: rgb(239,116,141); }
div.DivClassName
{
background-color: #EF748D;
}
.BgClassName
{
background-color: #EF748D;
}
</style>
border-color css
<style>
span { border-color: #EF748D; }
span { border-color: rgb(239,116,141); }
td.TdClassName
{
border-color: #EF748D;
}
.TagClassName
{
border-color: #EF748D;
}
</style>