Shades of Bittersweet #EF6966
Tints of Bittersweet #EF6966
RGB
CMYK
RGB Variations
Color information
#EF6966 (or 0xEF6966) is known color: Bittersweet. HEX triplet: EF, 69 and 66. RGB value is (239,105,102). Sum of RGB (Red+Green+Blue) = 239+105+102=446 (59% of max value = 765). Red value is 239 (93.75% from 255 or 53.59% from 446); Green value is 105 (41.41% from 255 or 23.54% from 446); Blue value is 102 (40.23% from 255 or 22.87% from 446); Max value from RGB is 239 - color contains mainly: red. Hex color #EF6966 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF6966 is #109699. Grayscale: #909090. Windows color (decimal): -1087130 or 6711791. OLE color: 6711791.
HSL color Cylindrical-coordinate representation of color #EF6966: hue angle of 1.31º 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 #EF6966 is Cyan = 0, Magento = 0.56, Yellow = 0.57 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 105 | 102 | - |
| CMYK | 0 | 0.56 | 0.57 | 0.06 |
| HSL | 1.31º | 0.81% | 0.67% | - |
| HSV(B) | 1.31º | 0.57% | 0.94% | - |
| XYZ | 43.05 | 29.41 | 15.98 | - |
| YUV | 144.72 | 103.89 | 195.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 105 | 102 | 0 | 0.56 | 0.57 | 0.06 | 1.31 | 0.81 | 0.67 |
| Hex | EF | 69 | 66 | 0 | 38 | 39 | 6 | 1 | 51 | 43 |
| Octal | 357 | 151 | 146 | 0 | 70 | 71 | 6 | 1 | 121 | 103 |
| Binary | 11101111 | 1101001 | 1100110 | 0 | 111000 | 111001 | 110 | 1 | 1010001 | 1000011 |
Color Harmonies of #EF6966
Complementary color
Monochromatic Colors of #EF6966
Black with #EF6966
Text Example
Text Example
White with #EF6966
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF6966; }
p { color: rgb(239,105,102); }
H1.HeaderClassName
{
color: #EF6966;
}
.AnyTagClassName
{
color: #EF6966;
}
</style>
background-color css
<style>
a { background-color: #EF6966; }
a { background-color: rgb(239,105,102); }
div.DivClassName
{
background-color: #EF6966;
}
.BgClassName
{
background-color: #EF6966;
}
</style>
border-color css
<style>
span { border-color: #EF6966; }
span { border-color: rgb(239,105,102); }
td.TdClassName
{
border-color: #EF6966;
}
.TagClassName
{
border-color: #EF6966;
}
</style>