Shades of Deep Blush #EF728F
Tints of Deep Blush #EF728F
RGB
CMYK
RGB Variations
Color information
#EF728F (or 0xEF728F) is known color: Deep Blush. HEX triplet: EF, 72 and 8F. RGB value is (239,114,143). Sum of RGB (Red+Green+Blue) = 239+114+143=496 (65% of max value = 765). Red value is 239 (93.75% from 255 or 48.19% from 496); Green value is 114 (44.92% from 255 or 22.98% from 496); Blue value is 143 (56.25% from 255 or 28.83% from 496); Max value from RGB is 239 - color contains mainly: red. Hex color #EF728F is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF728F is #108D70. Grayscale: #9A9A9A. Windows color (decimal): -1084785 or 9401071. OLE color: 9401071.
HSL color Cylindrical-coordinate representation of color #EF728F: hue angle of 346.08º degrees, saturation: 0.8, 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 #EF728F is Cyan = 0, Magento = 0.52, Yellow = 0.40 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 114 | 143 | - |
| CMYK | 0 | 0.52 | 0.40 | 0.06 |
| HSL | 346.08º | 0.8% | 0.69% | - |
| HSV(B) | 346.08º | 0.52% | 0.94% | - |
| XYZ | 46.57 | 32.37 | 29.78 | - |
| YUV | 154.68 | 121.41 | 188.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 114 | 143 | 0 | 0.52 | 0.40 | 0.06 | 346.08 | 0.8 | 0.69 |
| Hex | EF | 72 | 8F | 0 | 34 | 28 | 6 | 15A | 50 | 45 |
| Octal | 357 | 162 | 217 | 0 | 64 | 50 | 6 | 532 | 120 | 105 |
| Binary | 11101111 | 1110010 | 10001111 | 0 | 110100 | 101000 | 110 | 101011010 | 1010000 | 1000101 |
Color Harmonies of #EF728F
Complementary color
Monochromatic Colors of #EF728F
Black with #EF728F
Text Example
Text Example
White with #EF728F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF728F; }
p { color: rgb(239,114,143); }
H1.HeaderClassName
{
color: #EF728F;
}
.AnyTagClassName
{
color: #EF728F;
}
</style>
background-color css
<style>
a { background-color: #EF728F; }
a { background-color: rgb(239,114,143); }
div.DivClassName
{
background-color: #EF728F;
}
.BgClassName
{
background-color: #EF728F;
}
</style>
border-color css
<style>
span { border-color: #EF728F; }
span { border-color: rgb(239,114,143); }
td.TdClassName
{
border-color: #EF728F;
}
.TagClassName
{
border-color: #EF728F;
}
</style>