Shades of Deep Blush #EF738F
Tints of Deep Blush #EF738F
RGB
CMYK
RGB Variations
Color information
#EF738F (or 0xEF738F) is known color: Deep Blush. HEX triplet: EF, 73 and 8F. RGB value is (239,115,143). Sum of RGB (Red+Green+Blue) = 239+115+143=497 (65% of max value = 765). Red value is 239 (93.75% from 255 or 48.09% from 497); Green value is 115 (45.31% from 255 or 23.14% from 497); Blue value is 143 (56.25% from 255 or 28.77% from 497); Max value from RGB is 239 - color contains mainly: red. Hex color #EF738F is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF738F is #108C70. Grayscale: #9B9B9B. Windows color (decimal): -1084529 or 9401327. OLE color: 9401327.
HSL color Cylindrical-coordinate representation of color #EF738F: hue angle of 346.45º degrees, saturation: 0.79, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #EF738F is Cyan = 0, Magento = 0.52, Yellow = 0.40 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 115 | 143 | - |
| CMYK | 0 | 0.52 | 0.40 | 0.06 |
| HSL | 346.45º | 0.79% | 0.69% | - |
| HSV(B) | 346.45º | 0.52% | 0.94% | - |
| XYZ | 46.69 | 32.6 | 29.82 | - |
| YUV | 155.27 | 121.08 | 187.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 115 | 143 | 0 | 0.52 | 0.40 | 0.06 | 346.45 | 0.79 | 0.69 |
| Hex | EF | 73 | 8F | 0 | 34 | 28 | 6 | 15A | 4F | 45 |
| Octal | 357 | 163 | 217 | 0 | 64 | 50 | 6 | 532 | 117 | 105 |
| Binary | 11101111 | 1110011 | 10001111 | 0 | 110100 | 101000 | 110 | 101011010 | 1001111 | 1000101 |
Color Harmonies of #EF738F
Complementary color
Monochromatic Colors of #EF738F
Black with #EF738F
Text Example
Text Example
White with #EF738F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF738F; }
p { color: rgb(239,115,143); }
H1.HeaderClassName
{
color: #EF738F;
}
.AnyTagClassName
{
color: #EF738F;
}
</style>
background-color css
<style>
a { background-color: #EF738F; }
a { background-color: rgb(239,115,143); }
div.DivClassName
{
background-color: #EF738F;
}
.BgClassName
{
background-color: #EF738F;
}
</style>
border-color css
<style>
span { border-color: #EF738F; }
span { border-color: rgb(239,115,143); }
td.TdClassName
{
border-color: #EF738F;
}
.TagClassName
{
border-color: #EF738F;
}
</style>