Shades of Deep Blush #EF6891
Tints of Deep Blush #EF6891
RGB
CMYK
RGB Variations
Color information
#EF6891 (or 0xEF6891) is known color: Deep Blush. HEX triplet: EF, 68 and 91. RGB value is (239,104,145). Sum of RGB (Red+Green+Blue) = 239+104+145=488 (64% of max value = 765). Red value is 239 (93.75% from 255 or 48.98% from 488); Green value is 104 (41.02% from 255 or 21.31% from 488); Blue value is 145 (57.03% from 255 or 29.71% from 488); Max value from RGB is 239 - color contains mainly: red. Hex color #EF6891 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF6891 is #10976E. Grayscale: #959595. Windows color (decimal): -1087343 or 9529583. OLE color: 9529583.
HSL color Cylindrical-coordinate representation of color #EF6891: hue angle of 341.78º degrees, saturation: 0.81, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #EF6891 is Cyan = 0, Magento = 0.56, Yellow = 0.39 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 104 | 145 | - |
| CMYK | 0 | 0.56 | 0.39 | 0.06 |
| HSL | 341.78º | 0.81% | 0.67% | - |
| HSV(B) | 341.78º | 0.56% | 0.94% | - |
| XYZ | 45.66 | 30.3 | 30.23 | - |
| YUV | 149.04 | 125.73 | 192.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 104 | 145 | 0 | 0.56 | 0.39 | 0.06 | 341.78 | 0.81 | 0.67 |
| Hex | EF | 68 | 91 | 0 | 38 | 27 | 6 | 156 | 51 | 43 |
| Octal | 357 | 150 | 221 | 0 | 70 | 47 | 6 | 526 | 121 | 103 |
| Binary | 11101111 | 1101000 | 10010001 | 0 | 111000 | 100111 | 110 | 101010110 | 1010001 | 1000011 |
Color Harmonies of #EF6891
Complementary color
Monochromatic Colors of #EF6891
Black with #EF6891
Text Example
Text Example
White with #EF6891
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF6891; }
p { color: rgb(239,104,145); }
H1.HeaderClassName
{
color: #EF6891;
}
.AnyTagClassName
{
color: #EF6891;
}
</style>
background-color css
<style>
a { background-color: #EF6891; }
a { background-color: rgb(239,104,145); }
div.DivClassName
{
background-color: #EF6891;
}
.BgClassName
{
background-color: #EF6891;
}
</style>
border-color css
<style>
span { border-color: #EF6891; }
span { border-color: rgb(239,104,145); }
td.TdClassName
{
border-color: #EF6891;
}
.TagClassName
{
border-color: #EF6891;
}
</style>