Shades of Bittersweet #EE6D66
Tints of Bittersweet #EE6D66
RGB
CMYK
RGB Variations
Color information
#EE6D66 (or 0xEE6D66) is known color: Bittersweet. HEX triplet: EE, 6D and 66. RGB value is (238,109,102). Sum of RGB (Red+Green+Blue) = 238+109+102=449 (59% of max value = 765). Red value is 238 (93.36% from 255 or 53.01% from 449); Green value is 109 (42.97% from 255 or 24.28% from 449); Blue value is 102 (40.23% from 255 or 22.72% from 449); Max value from RGB is 238 - color contains mainly: red. Hex color #EE6D66 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EE6D66 is #119299. Grayscale: #929292. Windows color (decimal): -1151642 or 6712814. OLE color: 6712814.
HSL color Cylindrical-coordinate representation of color #EE6D66: hue angle of 3.09º degrees, saturation: 0.8, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #EE6D66 is Cyan = 0, Magento = 0.54, Yellow = 0.57 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 109 | 102 | - |
| CMYK | 0 | 0.54 | 0.57 | 0.07 |
| HSL | 3.09º | 0.8% | 0.67% | - |
| HSV(B) | 3.09º | 0.57% | 0.93% | - |
| XYZ | 43.13 | 30.07 | 16.1 | - |
| YUV | 146.77 | 102.74 | 193.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 109 | 102 | 0 | 0.54 | 0.57 | 0.07 | 3.09 | 0.8 | 0.67 |
| Hex | EE | 6D | 66 | 0 | 36 | 39 | 7 | 3 | 50 | 43 |
| Octal | 356 | 155 | 146 | 0 | 66 | 71 | 7 | 3 | 120 | 103 |
| Binary | 11101110 | 1101101 | 1100110 | 0 | 110110 | 111001 | 111 | 11 | 1010000 | 1000011 |
Color Harmonies of #EE6D66
Complementary color
Monochromatic Colors of #EE6D66
Black with #EE6D66
Text Example
Text Example
White with #EE6D66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE6D66; }
p { color: rgb(238,109,102); }
H1.HeaderClassName
{
color: #EE6D66;
}
.AnyTagClassName
{
color: #EE6D66;
}
</style>
background-color css
<style>
a { background-color: #EE6D66; }
a { background-color: rgb(238,109,102); }
div.DivClassName
{
background-color: #EE6D66;
}
.BgClassName
{
background-color: #EE6D66;
}
</style>
border-color css
<style>
span { border-color: #EE6D66; }
span { border-color: rgb(238,109,102); }
td.TdClassName
{
border-color: #EE6D66;
}
.TagClassName
{
border-color: #EE6D66;
}
</style>