Shades of Bittersweet #EF6865
Tints of Bittersweet #EF6865
RGB
CMYK
RGB Variations
Color information
#EF6865 (or 0xEF6865) is known color: Bittersweet. HEX triplet: EF, 68 and 65. RGB value is (239,104,101). Sum of RGB (Red+Green+Blue) = 239+104+101=444 (58% of max value = 765). Red value is 239 (93.75% from 255 or 53.83% from 444); Green value is 104 (41.02% from 255 or 23.42% from 444); Blue value is 101 (39.84% from 255 or 22.75% from 444); Max value from RGB is 239 - color contains mainly: red. Hex color #EF6865 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF6865 is #10979A. Grayscale: #909090. Windows color (decimal): -1087387 or 6645999. OLE color: 6645999.
HSL color Cylindrical-coordinate representation of color #EF6865: hue angle of 1.3º degrees, saturation: 0.81, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #EF6865 is Cyan = 0, Magento = 0.56, Yellow = 0.58 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 104 | 101 | - |
| CMYK | 0 | 0.56 | 0.58 | 0.06 |
| HSL | 1.3º | 0.81% | 0.67% | - |
| HSV(B) | 1.3º | 0.58% | 0.94% | - |
| XYZ | 42.9 | 29.19 | 15.69 | - |
| YUV | 144.02 | 103.73 | 195.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 104 | 101 | 0 | 0.56 | 0.58 | 0.06 | 1.3 | 0.81 | 0.67 |
| Hex | EF | 68 | 65 | 0 | 38 | 3A | 6 | 1 | 51 | 43 |
| Octal | 357 | 150 | 145 | 0 | 70 | 72 | 6 | 1 | 121 | 103 |
| Binary | 11101111 | 1101000 | 1100101 | 0 | 111000 | 111010 | 110 | 1 | 1010001 | 1000011 |
Color Harmonies of #EF6865
Complementary color
Monochromatic Colors of #EF6865
Black with #EF6865
Text Example
Text Example
White with #EF6865
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF6865; }
p { color: rgb(239,104,101); }
H1.HeaderClassName
{
color: #EF6865;
}
.AnyTagClassName
{
color: #EF6865;
}
</style>
background-color css
<style>
a { background-color: #EF6865; }
a { background-color: rgb(239,104,101); }
div.DivClassName
{
background-color: #EF6865;
}
.BgClassName
{
background-color: #EF6865;
}
</style>
border-color css
<style>
span { border-color: #EF6865; }
span { border-color: rgb(239,104,101); }
td.TdClassName
{
border-color: #EF6865;
}
.TagClassName
{
border-color: #EF6865;
}
</style>