Shades of Deep Blush #EF698E
Tints of Deep Blush #EF698E
RGB
CMYK
RGB Variations
Color information
#EF698E (or 0xEF698E) is known color: Deep Blush. HEX triplet: EF, 69 and 8E. RGB value is (239,105,142). Sum of RGB (Red+Green+Blue) = 239+105+142=486 (64% of max value = 765). Red value is 239 (93.75% from 255 or 49.18% from 486); Green value is 105 (41.41% from 255 or 21.60% from 486); Blue value is 142 (55.86% from 255 or 29.22% from 486); Max value from RGB is 239 - color contains mainly: red. Hex color #EF698E is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF698E is #109671. Grayscale: #959595. Windows color (decimal): -1087090 or 9333231. OLE color: 9333231.
HSL color Cylindrical-coordinate representation of color #EF698E: hue angle of 343.43º 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 #EF698E is Cyan = 0, Magento = 0.56, Yellow = 0.41 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 105 | 142 | - |
| CMYK | 0 | 0.56 | 0.41 | 0.06 |
| HSL | 343.43º | 0.81% | 0.67% | - |
| HSV(B) | 343.43º | 0.56% | 0.94% | - |
| XYZ | 45.53 | 30.41 | 29.06 | - |
| YUV | 149.28 | 123.89 | 191.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 105 | 142 | 0 | 0.56 | 0.41 | 0.06 | 343.43 | 0.81 | 0.67 |
| Hex | EF | 69 | 8E | 0 | 38 | 29 | 6 | 157 | 51 | 43 |
| Octal | 357 | 151 | 216 | 0 | 70 | 51 | 6 | 527 | 121 | 103 |
| Binary | 11101111 | 1101001 | 10001110 | 0 | 111000 | 101001 | 110 | 101010111 | 1010001 | 1000011 |
Color Harmonies of #EF698E
Complementary color
Monochromatic Colors of #EF698E
Black with #EF698E
Text Example
Text Example
White with #EF698E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF698E; }
p { color: rgb(239,105,142); }
H1.HeaderClassName
{
color: #EF698E;
}
.AnyTagClassName
{
color: #EF698E;
}
</style>
background-color css
<style>
a { background-color: #EF698E; }
a { background-color: rgb(239,105,142); }
div.DivClassName
{
background-color: #EF698E;
}
.BgClassName
{
background-color: #EF698E;
}
</style>
border-color css
<style>
span { border-color: #EF698E; }
span { border-color: rgb(239,105,142); }
td.TdClassName
{
border-color: #EF698E;
}
.TagClassName
{
border-color: #EF698E;
}
</style>