Shades of Bittersweet #EE6560
Tints of Bittersweet #EE6560
RGB
CMYK
RGB Variations
Color information
#EE6560 (or 0xEE6560) is known color: Bittersweet. HEX triplet: EE, 65 and 60. RGB value is (238,101,96). Sum of RGB (Red+Green+Blue) = 238+101+96=435 (57% of max value = 765). Red value is 238 (93.36% from 255 or 54.71% from 435); Green value is 101 (39.84% from 255 or 23.22% from 435); Blue value is 96 (37.89% from 255 or 22.07% from 435); Max value from RGB is 238 - color contains mainly: red. Hex color #EE6560 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EE6560 is #119A9F. Grayscale: #8D8D8D. Windows color (decimal): -1153696 or 6317550. OLE color: 6317550.
HSL color Cylindrical-coordinate representation of color #EE6560: hue angle of 2.11º degrees, saturation: 0.81, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #EE6560 is Cyan = 0, Magento = 0.58, Yellow = 0.60 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 101 | 96 | - |
| CMYK | 0 | 0.58 | 0.60 | 0.07 |
| HSL | 2.11º | 0.81% | 0.65% | - |
| HSV(B) | 2.11º | 0.6% | 0.93% | - |
| XYZ | 42.02 | 28.33 | 14.32 | - |
| YUV | 141.39 | 102.39 | 196.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 101 | 96 | 0 | 0.58 | 0.60 | 0.07 | 2.11 | 0.81 | 0.65 |
| Hex | EE | 65 | 60 | 0 | 3A | 3C | 7 | 2 | 51 | 41 |
| Octal | 356 | 145 | 140 | 0 | 72 | 74 | 7 | 2 | 121 | 101 |
| Binary | 11101110 | 1100101 | 1100000 | 0 | 111010 | 111100 | 111 | 10 | 1010001 | 1000001 |
Color Harmonies of #EE6560
Complementary color
Monochromatic Colors of #EE6560
Black with #EE6560
Text Example
Text Example
White with #EE6560
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE6560; }
p { color: rgb(238,101,96); }
H1.HeaderClassName
{
color: #EE6560;
}
.AnyTagClassName
{
color: #EE6560;
}
</style>
background-color css
<style>
a { background-color: #EE6560; }
a { background-color: rgb(238,101,96); }
div.DivClassName
{
background-color: #EE6560;
}
.BgClassName
{
background-color: #EE6560;
}
</style>
border-color css
<style>
span { border-color: #EE6560; }
span { border-color: rgb(238,101,96); }
td.TdClassName
{
border-color: #EE6560;
}
.TagClassName
{
border-color: #EE6560;
}
</style>