Shades of Deep Blush #EF6991
Tints of Deep Blush #EF6991
RGB
CMYK
RGB Variations
Color information
#EF6991 (or 0xEF6991) is known color: Deep Blush. HEX triplet: EF, 69 and 91. RGB value is (239,105,145). Sum of RGB (Red+Green+Blue) = 239+105+145=489 (64% of max value = 765). Red value is 239 (93.75% from 255 or 48.88% from 489); Green value is 105 (41.41% from 255 or 21.47% from 489); Blue value is 145 (57.03% from 255 or 29.65% from 489); Max value from RGB is 239 - color contains mainly: red. Hex color #EF6991 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF6991 is #10966E. Grayscale: #959595. Windows color (decimal): -1087087 or 9529839. OLE color: 9529839.
HSL color Cylindrical-coordinate representation of color #EF6991: hue angle of 342.09º 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 #EF6991 is Cyan = 0, Magento = 0.56, Yellow = 0.39 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 105 | 145 | - |
| CMYK | 0 | 0.56 | 0.39 | 0.06 |
| HSL | 342.09º | 0.81% | 0.67% | - |
| HSV(B) | 342.09º | 0.56% | 0.94% | - |
| XYZ | 45.76 | 30.5 | 30.26 | - |
| YUV | 149.63 | 125.39 | 191.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 105 | 145 | 0 | 0.56 | 0.39 | 0.06 | 342.09 | 0.81 | 0.67 |
| Hex | EF | 69 | 91 | 0 | 38 | 27 | 6 | 156 | 51 | 43 |
| Octal | 357 | 151 | 221 | 0 | 70 | 47 | 6 | 526 | 121 | 103 |
| Binary | 11101111 | 1101001 | 10010001 | 0 | 111000 | 100111 | 110 | 101010110 | 1010001 | 1000011 |
Color Harmonies of #EF6991
Complementary color
Monochromatic Colors of #EF6991
Black with #EF6991
Text Example
Text Example
White with #EF6991
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF6991; }
p { color: rgb(239,105,145); }
H1.HeaderClassName
{
color: #EF6991;
}
.AnyTagClassName
{
color: #EF6991;
}
</style>
background-color css
<style>
a { background-color: #EF6991; }
a { background-color: rgb(239,105,145); }
div.DivClassName
{
background-color: #EF6991;
}
.BgClassName
{
background-color: #EF6991;
}
</style>
border-color css
<style>
span { border-color: #EF6991; }
span { border-color: rgb(239,105,145); }
td.TdClassName
{
border-color: #EF6991;
}
.TagClassName
{
border-color: #EF6991;
}
</style>