Shades of Deep Blush #EF698B
Tints of Deep Blush #EF698B
RGB
CMYK
RGB Variations
Color information
#EF698B (or 0xEF698B) is known color: Deep Blush. HEX triplet: EF, 69 and 8B. RGB value is (239,105,139). Sum of RGB (Red+Green+Blue) = 239+105+139=483 (63% of max value = 765). Red value is 239 (93.75% from 255 or 49.48% from 483); Green value is 105 (41.41% from 255 or 21.74% from 483); Blue value is 139 (54.69% from 255 or 28.78% from 483); Max value from RGB is 239 - color contains mainly: red. Hex color #EF698B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF698B is #109674. Grayscale: #949494. Windows color (decimal): -1087093 or 9136623. OLE color: 9136623.
HSL color Cylindrical-coordinate representation of color #EF698B: hue angle of 344.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 #EF698B is Cyan = 0, Magento = 0.56, Yellow = 0.42 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 105 | 139 | - |
| CMYK | 0 | 0.56 | 0.42 | 0.06 |
| HSL | 344.78º | 0.81% | 0.67% | - |
| HSV(B) | 344.78º | 0.56% | 0.94% | - |
| XYZ | 45.31 | 30.32 | 27.89 | - |
| YUV | 148.94 | 122.39 | 192.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 105 | 139 | 0 | 0.56 | 0.42 | 0.06 | 344.78 | 0.81 | 0.67 |
| Hex | EF | 69 | 8B | 0 | 38 | 2A | 6 | 159 | 51 | 43 |
| Octal | 357 | 151 | 213 | 0 | 70 | 52 | 6 | 531 | 121 | 103 |
| Binary | 11101111 | 1101001 | 10001011 | 0 | 111000 | 101010 | 110 | 101011001 | 1010001 | 1000011 |
Color Harmonies of #EF698B
Complementary color
Monochromatic Colors of #EF698B
Black with #EF698B
Text Example
Text Example
White with #EF698B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF698B; }
p { color: rgb(239,105,139); }
H1.HeaderClassName
{
color: #EF698B;
}
.AnyTagClassName
{
color: #EF698B;
}
</style>
background-color css
<style>
a { background-color: #EF698B; }
a { background-color: rgb(239,105,139); }
div.DivClassName
{
background-color: #EF698B;
}
.BgClassName
{
background-color: #EF698B;
}
</style>
border-color css
<style>
span { border-color: #EF698B; }
span { border-color: rgb(239,105,139); }
td.TdClassName
{
border-color: #EF698B;
}
.TagClassName
{
border-color: #EF698B;
}
</style>