Shades of Deep Blush #EF7290
Tints of Deep Blush #EF7290
RGB
CMYK
RGB Variations
Color information
#EF7290 (or 0xEF7290) is known color: Deep Blush. HEX triplet: EF, 72 and 90. RGB value is (239,114,144). Sum of RGB (Red+Green+Blue) = 239+114+144=497 (65% of max value = 765). Red value is 239 (93.75% from 255 or 48.09% from 497); Green value is 114 (44.92% from 255 or 22.94% from 497); Blue value is 144 (56.64% from 255 or 28.97% from 497); Max value from RGB is 239 - color contains mainly: red. Hex color #EF7290 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF7290 is #108D6F. Grayscale: #9A9A9A. Windows color (decimal): -1084784 or 9466607. OLE color: 9466607.
HSL color Cylindrical-coordinate representation of color #EF7290: hue angle of 345.6º 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 #EF7290 is Cyan = 0, Magento = 0.52, Yellow = 0.40 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 114 | 144 | - |
| CMYK | 0 | 0.52 | 0.40 | 0.06 |
| HSL | 345.6º | 0.8% | 0.69% | - |
| HSV(B) | 345.6º | 0.52% | 0.94% | - |
| XYZ | 46.65 | 32.4 | 30.18 | - |
| YUV | 154.8 | 121.91 | 188.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 114 | 144 | 0 | 0.52 | 0.40 | 0.06 | 345.6 | 0.8 | 0.69 |
| Hex | EF | 72 | 90 | 0 | 34 | 28 | 6 | 15A | 50 | 45 |
| Octal | 357 | 162 | 220 | 0 | 64 | 50 | 6 | 532 | 120 | 105 |
| Binary | 11101111 | 1110010 | 10010000 | 0 | 110100 | 101000 | 110 | 101011010 | 1010000 | 1000101 |
Color Harmonies of #EF7290
Complementary color
Monochromatic Colors of #EF7290
Black with #EF7290
Text Example
Text Example
White with #EF7290
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF7290; }
p { color: rgb(239,114,144); }
H1.HeaderClassName
{
color: #EF7290;
}
.AnyTagClassName
{
color: #EF7290;
}
</style>
background-color css
<style>
a { background-color: #EF7290; }
a { background-color: rgb(239,114,144); }
div.DivClassName
{
background-color: #EF7290;
}
.BgClassName
{
background-color: #EF7290;
}
</style>
border-color css
<style>
span { border-color: #EF7290; }
span { border-color: rgb(239,114,144); }
td.TdClassName
{
border-color: #EF7290;
}
.TagClassName
{
border-color: #EF7290;
}
</style>