Shades of Bittersweet #EF6E68
Tints of Bittersweet #EF6E68
RGB
CMYK
RGB Variations
Color information
#EF6E68 (or 0xEF6E68) is known color: Bittersweet. HEX triplet: EF, 6E and 68. RGB value is (239,110,104). Sum of RGB (Red+Green+Blue) = 239+110+104=453 (60% of max value = 765). Red value is 239 (93.75% from 255 or 52.76% from 453); Green value is 110 (43.36% from 255 or 24.28% from 453); Blue value is 104 (41.02% from 255 or 22.96% from 453); Max value from RGB is 239 - color contains mainly: red. Hex color #EF6E68 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF6E68 is #109197. Grayscale: #949494. Windows color (decimal): -1085848 or 6844143. OLE color: 6844143.
HSL color Cylindrical-coordinate representation of color #EF6E68: hue angle of 2.67º 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 #EF6E68 is Cyan = 0, Magento = 0.54, Yellow = 0.56 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 110 | 104 | - |
| CMYK | 0 | 0.54 | 0.56 | 0.06 |
| HSL | 2.67º | 0.81% | 0.67% | - |
| HSV(B) | 2.67º | 0.56% | 0.94% | - |
| XYZ | 43.67 | 30.5 | 16.68 | - |
| YUV | 147.89 | 103.24 | 192.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 110 | 104 | 0 | 0.54 | 0.56 | 0.06 | 2.67 | 0.81 | 0.67 |
| Hex | EF | 6E | 68 | 0 | 36 | 38 | 6 | 3 | 51 | 43 |
| Octal | 357 | 156 | 150 | 0 | 66 | 70 | 6 | 3 | 121 | 103 |
| Binary | 11101111 | 1101110 | 1101000 | 0 | 110110 | 111000 | 110 | 11 | 1010001 | 1000011 |
Color Harmonies of #EF6E68
Complementary color
Monochromatic Colors of #EF6E68
Black with #EF6E68
Text Example
Text Example
White with #EF6E68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF6E68; }
p { color: rgb(239,110,104); }
H1.HeaderClassName
{
color: #EF6E68;
}
.AnyTagClassName
{
color: #EF6E68;
}
</style>
background-color css
<style>
a { background-color: #EF6E68; }
a { background-color: rgb(239,110,104); }
div.DivClassName
{
background-color: #EF6E68;
}
.BgClassName
{
background-color: #EF6E68;
}
</style>
border-color css
<style>
span { border-color: #EF6E68; }
span { border-color: rgb(239,110,104); }
td.TdClassName
{
border-color: #EF6E68;
}
.TagClassName
{
border-color: #EF6E68;
}
</style>