Shades of Deep Blush #EF7390
Tints of Deep Blush #EF7390
RGB
CMYK
RGB Variations
Color information
#EF7390 (or 0xEF7390) is known color: Deep Blush. HEX triplet: EF, 73 and 90. RGB value is (239,115,144). Sum of RGB (Red+Green+Blue) = 239+115+144=498 (65% of max value = 765). Red value is 239 (93.75% from 255 or 47.99% from 498); Green value is 115 (45.31% from 255 or 23.09% from 498); Blue value is 144 (56.64% from 255 or 28.92% from 498); Max value from RGB is 239 - color contains mainly: red. Hex color #EF7390 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF7390 is #108C6F. Grayscale: #9B9B9B. Windows color (decimal): -1084528 or 9466863. OLE color: 9466863.
HSL color Cylindrical-coordinate representation of color #EF7390: hue angle of 345.97º degrees, saturation: 0.79, 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 #EF7390 is Cyan = 0, Magento = 0.52, Yellow = 0.40 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 115 | 144 | - |
| CMYK | 0 | 0.52 | 0.40 | 0.06 |
| HSL | 345.97º | 0.79% | 0.69% | - |
| HSV(B) | 345.97º | 0.52% | 0.94% | - |
| XYZ | 46.76 | 32.63 | 30.22 | - |
| YUV | 155.38 | 121.58 | 187.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 115 | 144 | 0 | 0.52 | 0.40 | 0.06 | 345.97 | 0.79 | 0.69 |
| Hex | EF | 73 | 90 | 0 | 34 | 28 | 6 | 15A | 4F | 45 |
| Octal | 357 | 163 | 220 | 0 | 64 | 50 | 6 | 532 | 117 | 105 |
| Binary | 11101111 | 1110011 | 10010000 | 0 | 110100 | 101000 | 110 | 101011010 | 1001111 | 1000101 |
Color Harmonies of #EF7390
Complementary color
Monochromatic Colors of #EF7390
Black with #EF7390
Text Example
Text Example
White with #EF7390
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF7390; }
p { color: rgb(239,115,144); }
H1.HeaderClassName
{
color: #EF7390;
}
.AnyTagClassName
{
color: #EF7390;
}
</style>
background-color css
<style>
a { background-color: #EF7390; }
a { background-color: rgb(239,115,144); }
div.DivClassName
{
background-color: #EF7390;
}
.BgClassName
{
background-color: #EF7390;
}
</style>
border-color css
<style>
span { border-color: #EF7390; }
span { border-color: rgb(239,115,144); }
td.TdClassName
{
border-color: #EF7390;
}
.TagClassName
{
border-color: #EF7390;
}
</style>