Shades of Bittersweet #EE6B64
Tints of Bittersweet #EE6B64
RGB
CMYK
RGB Variations
Color information
#EE6B64 (or 0xEE6B64) is known color: Bittersweet. HEX triplet: EE, 6B and 64. RGB value is (238,107,100). Sum of RGB (Red+Green+Blue) = 238+107+100=445 (58% of max value = 765). Red value is 238 (93.36% from 255 or 53.48% from 445); Green value is 107 (42.19% from 255 or 24.04% from 445); Blue value is 100 (39.45% from 255 or 22.47% from 445); Max value from RGB is 238 - color contains mainly: red. Hex color #EE6B64 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EE6B64 is #11949B. Grayscale: #919191. Windows color (decimal): -1152156 or 6581230. OLE color: 6581230.
HSL color Cylindrical-coordinate representation of color #EE6B64: hue angle of 3.04º 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 #EE6B64 is Cyan = 0, Magento = 0.55, Yellow = 0.58 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 107 | 100 | - |
| CMYK | 0 | 0.55 | 0.58 | 0.07 |
| HSL | 3.04º | 0.8% | 0.66% | - |
| HSV(B) | 3.04º | 0.58% | 0.93% | - |
| XYZ | 42.82 | 29.61 | 15.52 | - |
| YUV | 145.37 | 102.4 | 194.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 107 | 100 | 0 | 0.55 | 0.58 | 0.07 | 3.04 | 0.8 | 0.66 |
| Hex | EE | 6B | 64 | 0 | 37 | 3A | 7 | 3 | 50 | 42 |
| Octal | 356 | 153 | 144 | 0 | 67 | 72 | 7 | 3 | 120 | 102 |
| Binary | 11101110 | 1101011 | 1100100 | 0 | 110111 | 111010 | 111 | 11 | 1010000 | 1000010 |
Color Harmonies of #EE6B64
Complementary color
Monochromatic Colors of #EE6B64
Black with #EE6B64
Text Example
Text Example
White with #EE6B64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE6B64; }
p { color: rgb(238,107,100); }
H1.HeaderClassName
{
color: #EE6B64;
}
.AnyTagClassName
{
color: #EE6B64;
}
</style>
background-color css
<style>
a { background-color: #EE6B64; }
a { background-color: rgb(238,107,100); }
div.DivClassName
{
background-color: #EE6B64;
}
.BgClassName
{
background-color: #EE6B64;
}
</style>
border-color css
<style>
span { border-color: #EE6B64; }
span { border-color: rgb(238,107,100); }
td.TdClassName
{
border-color: #EE6B64;
}
.TagClassName
{
border-color: #EE6B64;
}
</style>