Shades of Bittersweet #EE6D64
Tints of Bittersweet #EE6D64
RGB
CMYK
RGB Variations
Color information
#EE6D64 (or 0xEE6D64) is known color: Bittersweet. HEX triplet: EE, 6D and 64. RGB value is (238,109,100). Sum of RGB (Red+Green+Blue) = 238+109+100=447 (59% of max value = 765). Red value is 238 (93.36% from 255 or 53.24% from 447); Green value is 109 (42.97% from 255 or 24.38% from 447); Blue value is 100 (39.45% from 255 or 22.37% from 447); Max value from RGB is 238 - color contains mainly: red. Hex color #EE6D64 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EE6D64 is #11929B. Grayscale: #929292. Windows color (decimal): -1151644 or 6581742. OLE color: 6581742.
HSL color Cylindrical-coordinate representation of color #EE6D64: hue angle of 3.91º degrees, saturation: 0.8, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #EE6D64 is Cyan = 0, Magento = 0.54, Yellow = 0.58 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 109 | 100 | - |
| CMYK | 0 | 0.54 | 0.58 | 0.07 |
| HSL | 3.91º | 0.8% | 0.66% | - |
| HSV(B) | 3.91º | 0.58% | 0.93% | - |
| XYZ | 43.03 | 30.03 | 15.59 | - |
| YUV | 146.55 | 101.74 | 193.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 109 | 100 | 0 | 0.54 | 0.58 | 0.07 | 3.91 | 0.8 | 0.66 |
| Hex | EE | 6D | 64 | 0 | 36 | 3A | 7 | 4 | 50 | 42 |
| Octal | 356 | 155 | 144 | 0 | 66 | 72 | 7 | 4 | 120 | 102 |
| Binary | 11101110 | 1101101 | 1100100 | 0 | 110110 | 111010 | 111 | 100 | 1010000 | 1000010 |
Color Harmonies of #EE6D64
Complementary color
Monochromatic Colors of #EE6D64
Black with #EE6D64
Text Example
Text Example
White with #EE6D64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE6D64; }
p { color: rgb(238,109,100); }
H1.HeaderClassName
{
color: #EE6D64;
}
.AnyTagClassName
{
color: #EE6D64;
}
</style>
background-color css
<style>
a { background-color: #EE6D64; }
a { background-color: rgb(238,109,100); }
div.DivClassName
{
background-color: #EE6D64;
}
.BgClassName
{
background-color: #EE6D64;
}
</style>
border-color css
<style>
span { border-color: #EE6D64; }
span { border-color: rgb(238,109,100); }
td.TdClassName
{
border-color: #EE6D64;
}
.TagClassName
{
border-color: #EE6D64;
}
</style>