Shades of Deep Blush #EF678B
Tints of Deep Blush #EF678B
RGB
CMYK
RGB Variations
Color information
#EF678B (or 0xEF678B) is known color: Deep Blush. HEX triplet: EF, 67 and 8B. RGB value is (239,103,139). Sum of RGB (Red+Green+Blue) = 239+103+139=481 (63% of max value = 765). Red value is 239 (93.75% from 255 or 49.69% from 481); Green value is 103 (40.62% from 255 or 21.41% from 481); Blue value is 139 (54.69% from 255 or 28.90% from 481); Max value from RGB is 239 - color contains mainly: red. Hex color #EF678B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF678B is #109874. Grayscale: #939393. Windows color (decimal): -1087605 or 9136111. OLE color: 9136111.
HSL color Cylindrical-coordinate representation of color #EF678B: hue angle of 344.12º degrees, saturation: 0.81, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #EF678B is Cyan = 0, Magento = 0.57, Yellow = 0.42 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 103 | 139 | - |
| CMYK | 0 | 0.57 | 0.42 | 0.06 |
| HSL | 344.12º | 0.81% | 0.67% | - |
| HSV(B) | 344.12º | 0.57% | 0.94% | - |
| XYZ | 45.11 | 29.92 | 27.82 | - |
| YUV | 147.77 | 123.06 | 193.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 103 | 139 | 0 | 0.57 | 0.42 | 0.06 | 344.12 | 0.81 | 0.67 |
| Hex | EF | 67 | 8B | 0 | 39 | 2A | 6 | 158 | 51 | 43 |
| Octal | 357 | 147 | 213 | 0 | 71 | 52 | 6 | 530 | 121 | 103 |
| Binary | 11101111 | 1100111 | 10001011 | 0 | 111001 | 101010 | 110 | 101011000 | 1010001 | 1000011 |
Color Harmonies of #EF678B
Complementary color
Monochromatic Colors of #EF678B
Black with #EF678B
Text Example
Text Example
White with #EF678B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF678B; }
p { color: rgb(239,103,139); }
H1.HeaderClassName
{
color: #EF678B;
}
.AnyTagClassName
{
color: #EF678B;
}
</style>
background-color css
<style>
a { background-color: #EF678B; }
a { background-color: rgb(239,103,139); }
div.DivClassName
{
background-color: #EF678B;
}
.BgClassName
{
background-color: #EF678B;
}
</style>
border-color css
<style>
span { border-color: #EF678B; }
span { border-color: rgb(239,103,139); }
td.TdClassName
{
border-color: #EF678B;
}
.TagClassName
{
border-color: #EF678B;
}
</style>