Shades of Deep Blush #EF738B
Tints of Deep Blush #EF738B
RGB
CMYK
RGB Variations
Color information
#EF738B (or 0xEF738B) is known color: Deep Blush. HEX triplet: EF, 73 and 8B. RGB value is (239,115,139). Sum of RGB (Red+Green+Blue) = 239+115+139=493 (65% of max value = 765). Red value is 239 (93.75% from 255 or 48.48% from 493); Green value is 115 (45.31% from 255 or 23.33% from 493); Blue value is 139 (54.69% from 255 or 28.19% from 493); Max value from RGB is 239 - color contains mainly: red. Hex color #EF738B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF738B is #108C74. Grayscale: #9A9A9A. Windows color (decimal): -1084533 or 9139183. OLE color: 9139183.
HSL color Cylindrical-coordinate representation of color #EF738B: hue angle of 348.39º 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 #EF738B is Cyan = 0, Magento = 0.52, Yellow = 0.42 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 115 | 139 | - |
| CMYK | 0 | 0.52 | 0.42 | 0.06 |
| HSL | 348.39º | 0.79% | 0.69% | - |
| HSV(B) | 348.39º | 0.52% | 0.94% | - |
| XYZ | 46.39 | 32.48 | 28.25 | - |
| YUV | 154.81 | 119.08 | 188.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 115 | 139 | 0 | 0.52 | 0.42 | 0.06 | 348.39 | 0.79 | 0.69 |
| Hex | EF | 73 | 8B | 0 | 34 | 2A | 6 | 15C | 4F | 45 |
| Octal | 357 | 163 | 213 | 0 | 64 | 52 | 6 | 534 | 117 | 105 |
| Binary | 11101111 | 1110011 | 10001011 | 0 | 110100 | 101010 | 110 | 101011100 | 1001111 | 1000101 |
Color Harmonies of #EF738B
Complementary color
Monochromatic Colors of #EF738B
Black with #EF738B
Text Example
Text Example
White with #EF738B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF738B; }
p { color: rgb(239,115,139); }
H1.HeaderClassName
{
color: #EF738B;
}
.AnyTagClassName
{
color: #EF738B;
}
</style>
background-color css
<style>
a { background-color: #EF738B; }
a { background-color: rgb(239,115,139); }
div.DivClassName
{
background-color: #EF738B;
}
.BgClassName
{
background-color: #EF738B;
}
</style>
border-color css
<style>
span { border-color: #EF738B; }
span { border-color: rgb(239,115,139); }
td.TdClassName
{
border-color: #EF738B;
}
.TagClassName
{
border-color: #EF738B;
}
</style>