Shades of Bittersweet #EE6860
Tints of Bittersweet #EE6860
RGB
CMYK
RGB Variations
Color information
#EE6860 (or 0xEE6860) is known color: Bittersweet. HEX triplet: EE, 68 and 60. RGB value is (238,104,96). Sum of RGB (Red+Green+Blue) = 238+104+96=438 (58% of max value = 765). Red value is 238 (93.36% from 255 or 54.34% from 438); Green value is 104 (41.02% from 255 or 23.74% from 438); Blue value is 96 (37.89% from 255 or 21.92% from 438); Max value from RGB is 238 - color contains mainly: red. Hex color #EE6860 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EE6860 is #11979F. Grayscale: #8F8F8F. Windows color (decimal): -1152928 or 6318318. OLE color: 6318318.
HSL color Cylindrical-coordinate representation of color #EE6860: hue angle of 3.38º 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 #EE6860 is Cyan = 0, Magento = 0.56, Yellow = 0.60 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 104 | 96 | - |
| CMYK | 0 | 0.56 | 0.60 | 0.07 |
| HSL | 3.38º | 0.81% | 0.65% | - |
| HSV(B) | 3.38º | 0.6% | 0.93% | - |
| XYZ | 42.32 | 28.92 | 14.42 | - |
| YUV | 143.15 | 101.39 | 195.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 104 | 96 | 0 | 0.56 | 0.60 | 0.07 | 3.38 | 0.81 | 0.65 |
| Hex | EE | 68 | 60 | 0 | 38 | 3C | 7 | 3 | 51 | 41 |
| Octal | 356 | 150 | 140 | 0 | 70 | 74 | 7 | 3 | 121 | 101 |
| Binary | 11101110 | 1101000 | 1100000 | 0 | 111000 | 111100 | 111 | 11 | 1010001 | 1000001 |
Color Harmonies of #EE6860
Complementary color
Monochromatic Colors of #EE6860
Black with #EE6860
Text Example
Text Example
White with #EE6860
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE6860; }
p { color: rgb(238,104,96); }
H1.HeaderClassName
{
color: #EE6860;
}
.AnyTagClassName
{
color: #EE6860;
}
</style>
background-color css
<style>
a { background-color: #EE6860; }
a { background-color: rgb(238,104,96); }
div.DivClassName
{
background-color: #EE6860;
}
.BgClassName
{
background-color: #EE6860;
}
</style>
border-color css
<style>
span { border-color: #EE6860; }
span { border-color: rgb(238,104,96); }
td.TdClassName
{
border-color: #EE6860;
}
.TagClassName
{
border-color: #EE6860;
}
</style>