Shades of Deep Blush #EF7296
Tints of Deep Blush #EF7296
RGB
CMYK
RGB Variations
Color information
#EF7296 (or 0xEF7296) is known color: Deep Blush. HEX triplet: EF, 72 and 96. RGB value is (239,114,150). Sum of RGB (Red+Green+Blue) = 239+114+150=503 (66% of max value = 765). Red value is 239 (93.75% from 255 or 47.51% from 503); Green value is 114 (44.92% from 255 or 22.66% from 503); Blue value is 150 (58.98% from 255 or 29.82% from 503); Max value from RGB is 239 - color contains mainly: red. Hex color #EF7296 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF7296 is #108D69. Grayscale: #9B9B9B. Windows color (decimal): -1084778 or 9859823. OLE color: 9859823.
HSL color Cylindrical-coordinate representation of color #EF7296: hue angle of 342.72º 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 #EF7296 is Cyan = 0, Magento = 0.52, Yellow = 0.37 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 114 | 150 | - |
| CMYK | 0 | 0.52 | 0.37 | 0.06 |
| HSL | 342.72º | 0.8% | 0.69% | - |
| HSV(B) | 342.72º | 0.52% | 0.94% | - |
| XYZ | 47.12 | 32.59 | 32.66 | - |
| YUV | 155.48 | 124.91 | 187.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 114 | 150 | 0 | 0.52 | 0.37 | 0.06 | 342.72 | 0.8 | 0.69 |
| Hex | EF | 72 | 96 | 0 | 34 | 25 | 6 | 157 | 50 | 45 |
| Octal | 357 | 162 | 226 | 0 | 64 | 45 | 6 | 527 | 120 | 105 |
| Binary | 11101111 | 1110010 | 10010110 | 0 | 110100 | 100101 | 110 | 101010111 | 1010000 | 1000101 |
Color Harmonies of #EF7296
Complementary color
Monochromatic Colors of #EF7296
Black with #EF7296
Text Example
Text Example
White with #EF7296
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF7296; }
p { color: rgb(239,114,150); }
H1.HeaderClassName
{
color: #EF7296;
}
.AnyTagClassName
{
color: #EF7296;
}
</style>
background-color css
<style>
a { background-color: #EF7296; }
a { background-color: rgb(239,114,150); }
div.DivClassName
{
background-color: #EF7296;
}
.BgClassName
{
background-color: #EF7296;
}
</style>
border-color css
<style>
span { border-color: #EF7296; }
span { border-color: rgb(239,114,150); }
td.TdClassName
{
border-color: #EF7296;
}
.TagClassName
{
border-color: #EF7296;
}
</style>