Shades of Deep Blush #EF7090
Tints of Deep Blush #EF7090
RGB
CMYK
RGB Variations
Color information
#EF7090 (or 0xEF7090) is known color: Deep Blush. HEX triplet: EF, 70 and 90. RGB value is (239,112,144). Sum of RGB (Red+Green+Blue) = 239+112+144=495 (65% of max value = 765). Red value is 239 (93.75% from 255 or 48.28% from 495); Green value is 112 (44.14% from 255 or 22.63% from 495); Blue value is 144 (56.64% from 255 or 29.09% from 495); Max value from RGB is 239 - color contains mainly: red. Hex color #EF7090 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF7090 is #108F6F. Grayscale: #999999. Windows color (decimal): -1085296 or 9466095. OLE color: 9466095.
HSL color Cylindrical-coordinate representation of color #EF7090: hue angle of 344.88º degrees, saturation: 0.8, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #EF7090 is Cyan = 0, Magento = 0.53, Yellow = 0.40 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 112 | 144 | - |
| CMYK | 0 | 0.53 | 0.40 | 0.06 |
| HSL | 344.88º | 0.8% | 0.69% | - |
| HSV(B) | 344.88º | 0.53% | 0.94% | - |
| XYZ | 46.42 | 31.95 | 30.11 | - |
| YUV | 153.62 | 122.58 | 188.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 112 | 144 | 0 | 0.53 | 0.40 | 0.06 | 344.88 | 0.8 | 0.69 |
| Hex | EF | 70 | 90 | 0 | 35 | 28 | 6 | 159 | 50 | 45 |
| Octal | 357 | 160 | 220 | 0 | 65 | 50 | 6 | 531 | 120 | 105 |
| Binary | 11101111 | 1110000 | 10010000 | 0 | 110101 | 101000 | 110 | 101011001 | 1010000 | 1000101 |
Color Harmonies of #EF7090
Complementary color
Monochromatic Colors of #EF7090
Black with #EF7090
Text Example
Text Example
White with #EF7090
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF7090; }
p { color: rgb(239,112,144); }
H1.HeaderClassName
{
color: #EF7090;
}
.AnyTagClassName
{
color: #EF7090;
}
</style>
background-color css
<style>
a { background-color: #EF7090; }
a { background-color: rgb(239,112,144); }
div.DivClassName
{
background-color: #EF7090;
}
.BgClassName
{
background-color: #EF7090;
}
</style>
border-color css
<style>
span { border-color: #EF7090; }
span { border-color: rgb(239,112,144); }
td.TdClassName
{
border-color: #EF7090;
}
.TagClassName
{
border-color: #EF7090;
}
</style>