Shades of Deep Blush #EF7490
Tints of Deep Blush #EF7490
RGB
CMYK
RGB Variations
Color information
#EF7490 (or 0xEF7490) is known color: Deep Blush. HEX triplet: EF, 74 and 90. RGB value is (239,116,144). Sum of RGB (Red+Green+Blue) = 239+116+144=499 (66% of max value = 765). Red value is 239 (93.75% from 255 or 47.90% from 499); Green value is 116 (45.70% from 255 or 23.25% from 499); Blue value is 144 (56.64% from 255 or 28.86% from 499); Max value from RGB is 239 - color contains mainly: red. Hex color #EF7490 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF7490 is #108B6F. Grayscale: #9B9B9B. Windows color (decimal): -1084272 or 9467119. OLE color: 9467119.
HSL color Cylindrical-coordinate representation of color #EF7490: hue angle of 346.34º degrees, saturation: 0.79, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #EF7490 is Cyan = 0, Magento = 0.51, Yellow = 0.40 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 116 | 144 | - |
| CMYK | 0 | 0.51 | 0.40 | 0.06 |
| HSL | 346.34º | 0.79% | 0.7% | - |
| HSV(B) | 346.34º | 0.51% | 0.94% | - |
| XYZ | 46.88 | 32.86 | 30.26 | - |
| YUV | 155.97 | 121.25 | 187.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 116 | 144 | 0 | 0.51 | 0.40 | 0.06 | 346.34 | 0.79 | 0.7 |
| Hex | EF | 74 | 90 | 0 | 33 | 28 | 6 | 15A | 4F | 46 |
| Octal | 357 | 164 | 220 | 0 | 63 | 50 | 6 | 532 | 117 | 106 |
| Binary | 11101111 | 1110100 | 10010000 | 0 | 110011 | 101000 | 110 | 101011010 | 1001111 | 1000110 |
Color Harmonies of #EF7490
Complementary color
Monochromatic Colors of #EF7490
Black with #EF7490
Text Example
Text Example
White with #EF7490
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF7490; }
p { color: rgb(239,116,144); }
H1.HeaderClassName
{
color: #EF7490;
}
.AnyTagClassName
{
color: #EF7490;
}
</style>
background-color css
<style>
a { background-color: #EF7490; }
a { background-color: rgb(239,116,144); }
div.DivClassName
{
background-color: #EF7490;
}
.BgClassName
{
background-color: #EF7490;
}
</style>
border-color css
<style>
span { border-color: #EF7490; }
span { border-color: rgb(239,116,144); }
td.TdClassName
{
border-color: #EF7490;
}
.TagClassName
{
border-color: #EF7490;
}
</style>