Shades of Deep Blush #EF698A
Tints of Deep Blush #EF698A
RGB
CMYK
RGB Variations
Color information
#EF698A (or 0xEF698A) is known color: Deep Blush. HEX triplet: EF, 69 and 8A. RGB value is (239,105,138). Sum of RGB (Red+Green+Blue) = 239+105+138=482 (63% of max value = 765). Red value is 239 (93.75% from 255 or 49.59% from 482); Green value is 105 (41.41% from 255 or 21.78% from 482); Blue value is 138 (54.30% from 255 or 28.63% from 482); Max value from RGB is 239 - color contains mainly: red. Hex color #EF698A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF698A is #109675. Grayscale: #949494. Windows color (decimal): -1087094 or 9071087. OLE color: 9071087.
HSL color Cylindrical-coordinate representation of color #EF698A: hue angle of 345.22º 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 #EF698A is Cyan = 0, Magento = 0.56, Yellow = 0.42 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 105 | 138 | - |
| CMYK | 0 | 0.56 | 0.42 | 0.06 |
| HSL | 345.22º | 0.81% | 0.67% | - |
| HSV(B) | 345.22º | 0.56% | 0.94% | - |
| XYZ | 45.24 | 30.29 | 27.51 | - |
| YUV | 148.83 | 121.89 | 192.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 105 | 138 | 0 | 0.56 | 0.42 | 0.06 | 345.22 | 0.81 | 0.67 |
| Hex | EF | 69 | 8A | 0 | 38 | 2A | 6 | 159 | 51 | 43 |
| Octal | 357 | 151 | 212 | 0 | 70 | 52 | 6 | 531 | 121 | 103 |
| Binary | 11101111 | 1101001 | 10001010 | 0 | 111000 | 101010 | 110 | 101011001 | 1010001 | 1000011 |
Color Harmonies of #EF698A
Complementary color
Monochromatic Colors of #EF698A
Black with #EF698A
Text Example
Text Example
White with #EF698A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF698A; }
p { color: rgb(239,105,138); }
H1.HeaderClassName
{
color: #EF698A;
}
.AnyTagClassName
{
color: #EF698A;
}
</style>
background-color css
<style>
a { background-color: #EF698A; }
a { background-color: rgb(239,105,138); }
div.DivClassName
{
background-color: #EF698A;
}
.BgClassName
{
background-color: #EF698A;
}
</style>
border-color css
<style>
span { border-color: #EF698A; }
span { border-color: rgb(239,105,138); }
td.TdClassName
{
border-color: #EF698A;
}
.TagClassName
{
border-color: #EF698A;
}
</style>