Shades of Deep Blush #EF668B
Tints of Deep Blush #EF668B
RGB
CMYK
RGB Variations
Color information
#EF668B (or 0xEF668B) is known color: Deep Blush. HEX triplet: EF, 66 and 8B. RGB value is (239,102,139). Sum of RGB (Red+Green+Blue) = 239+102+139=480 (63% of max value = 765). Red value is 239 (93.75% from 255 or 49.79% from 480); Green value is 102 (40.23% from 255 or 21.25% from 480); Blue value is 139 (54.69% from 255 or 28.96% from 480); Max value from RGB is 239 - color contains mainly: red. Hex color #EF668B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF668B is #109974. Grayscale: #939393. Windows color (decimal): -1087861 or 9135855. OLE color: 9135855.
HSL color Cylindrical-coordinate representation of color #EF668B: hue angle of 343.8º 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 #EF668B is Cyan = 0, Magento = 0.57, Yellow = 0.42 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 102 | 139 | - |
| CMYK | 0 | 0.57 | 0.42 | 0.06 |
| HSL | 343.8º | 0.81% | 0.67% | - |
| HSV(B) | 343.8º | 0.57% | 0.94% | - |
| XYZ | 45.01 | 29.72 | 27.79 | - |
| YUV | 147.18 | 123.39 | 193.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 102 | 139 | 0 | 0.57 | 0.42 | 0.06 | 343.8 | 0.81 | 0.67 |
| Hex | EF | 66 | 8B | 0 | 39 | 2A | 6 | 158 | 51 | 43 |
| Octal | 357 | 146 | 213 | 0 | 71 | 52 | 6 | 530 | 121 | 103 |
| Binary | 11101111 | 1100110 | 10001011 | 0 | 111001 | 101010 | 110 | 101011000 | 1010001 | 1000011 |
Color Harmonies of #EF668B
Complementary color
Monochromatic Colors of #EF668B
Black with #EF668B
Text Example
Text Example
White with #EF668B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF668B; }
p { color: rgb(239,102,139); }
H1.HeaderClassName
{
color: #EF668B;
}
.AnyTagClassName
{
color: #EF668B;
}
</style>
background-color css
<style>
a { background-color: #EF668B; }
a { background-color: rgb(239,102,139); }
div.DivClassName
{
background-color: #EF668B;
}
.BgClassName
{
background-color: #EF668B;
}
</style>
border-color css
<style>
span { border-color: #EF668B; }
span { border-color: rgb(239,102,139); }
td.TdClassName
{
border-color: #EF668B;
}
.TagClassName
{
border-color: #EF668B;
}
</style>