Shades of Deep Blush #EF678F
Tints of Deep Blush #EF678F
RGB
CMYK
RGB Variations
Color information
#EF678F (or 0xEF678F) is known color: Deep Blush. HEX triplet: EF, 67 and 8F. RGB value is (239,103,143). Sum of RGB (Red+Green+Blue) = 239+103+143=485 (64% of max value = 765). Red value is 239 (93.75% from 255 or 49.28% from 485); Green value is 103 (40.62% from 255 or 21.24% from 485); Blue value is 143 (56.25% from 255 or 29.48% from 485); Max value from RGB is 239 - color contains mainly: red. Hex color #EF678F is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF678F is #109870. Grayscale: #949494. Windows color (decimal): -1087601 or 9398255. OLE color: 9398255.
HSL color Cylindrical-coordinate representation of color #EF678F: hue angle of 342.35º 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 #EF678F is Cyan = 0, Magento = 0.57, Yellow = 0.40 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 103 | 143 | - |
| CMYK | 0 | 0.57 | 0.40 | 0.06 |
| HSL | 342.35º | 0.81% | 0.67% | - |
| HSV(B) | 342.35º | 0.57% | 0.94% | - |
| XYZ | 45.4 | 30.03 | 29.39 | - |
| YUV | 148.22 | 125.06 | 192.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 103 | 143 | 0 | 0.57 | 0.40 | 0.06 | 342.35 | 0.81 | 0.67 |
| Hex | EF | 67 | 8F | 0 | 39 | 28 | 6 | 156 | 51 | 43 |
| Octal | 357 | 147 | 217 | 0 | 71 | 50 | 6 | 526 | 121 | 103 |
| Binary | 11101111 | 1100111 | 10001111 | 0 | 111001 | 101000 | 110 | 101010110 | 1010001 | 1000011 |
Color Harmonies of #EF678F
Complementary color
Monochromatic Colors of #EF678F
Black with #EF678F
Text Example
Text Example
White with #EF678F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF678F; }
p { color: rgb(239,103,143); }
H1.HeaderClassName
{
color: #EF678F;
}
.AnyTagClassName
{
color: #EF678F;
}
</style>
background-color css
<style>
a { background-color: #EF678F; }
a { background-color: rgb(239,103,143); }
div.DivClassName
{
background-color: #EF678F;
}
.BgClassName
{
background-color: #EF678F;
}
</style>
border-color css
<style>
span { border-color: #EF678F; }
span { border-color: rgb(239,103,143); }
td.TdClassName
{
border-color: #EF678F;
}
.TagClassName
{
border-color: #EF678F;
}
</style>