Shades of Deep Blush #EF688B
Tints of Deep Blush #EF688B
RGB
CMYK
RGB Variations
Color information
#EF688B (or 0xEF688B) is known color: Deep Blush. HEX triplet: EF, 68 and 8B. RGB value is (239,104,139). Sum of RGB (Red+Green+Blue) = 239+104+139=482 (63% of max value = 765). Red value is 239 (93.75% from 255 or 49.59% from 482); Green value is 104 (41.02% from 255 or 21.58% from 482); Blue value is 139 (54.69% from 255 or 28.84% from 482); Max value from RGB is 239 - color contains mainly: red. Hex color #EF688B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF688B is #109774. Grayscale: #949494. Windows color (decimal): -1087349 or 9136367. OLE color: 9136367.
HSL color Cylindrical-coordinate representation of color #EF688B: hue angle of 344.44º 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 #EF688B is Cyan = 0, Magento = 0.56, Yellow = 0.42 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 104 | 139 | - |
| CMYK | 0 | 0.56 | 0.42 | 0.06 |
| HSL | 344.44º | 0.81% | 0.67% | - |
| HSV(B) | 344.44º | 0.56% | 0.94% | - |
| XYZ | 45.21 | 30.12 | 27.86 | - |
| YUV | 148.36 | 122.73 | 192.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 104 | 139 | 0 | 0.56 | 0.42 | 0.06 | 344.44 | 0.81 | 0.67 |
| Hex | EF | 68 | 8B | 0 | 38 | 2A | 6 | 158 | 51 | 43 |
| Octal | 357 | 150 | 213 | 0 | 70 | 52 | 6 | 530 | 121 | 103 |
| Binary | 11101111 | 1101000 | 10001011 | 0 | 111000 | 101010 | 110 | 101011000 | 1010001 | 1000011 |
Color Harmonies of #EF688B
Complementary color
Monochromatic Colors of #EF688B
Black with #EF688B
Text Example
Text Example
White with #EF688B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF688B; }
p { color: rgb(239,104,139); }
H1.HeaderClassName
{
color: #EF688B;
}
.AnyTagClassName
{
color: #EF688B;
}
</style>
background-color css
<style>
a { background-color: #EF688B; }
a { background-color: rgb(239,104,139); }
div.DivClassName
{
background-color: #EF688B;
}
.BgClassName
{
background-color: #EF688B;
}
</style>
border-color css
<style>
span { border-color: #EF688B; }
span { border-color: rgb(239,104,139); }
td.TdClassName
{
border-color: #EF688B;
}
.TagClassName
{
border-color: #EF688B;
}
</style>