Shades of Bittersweet #EE655D
Tints of Bittersweet #EE655D
RGB
CMYK
RGB Variations
Color information
#EE655D (or 0xEE655D) is known color: Bittersweet. HEX triplet: EE, 65 and 5D. RGB value is (238,101,93). Sum of RGB (Red+Green+Blue) = 238+101+93=432 (57% of max value = 765). Red value is 238 (93.36% from 255 or 55.09% from 432); Green value is 101 (39.84% from 255 or 23.38% from 432); Blue value is 93 (36.72% from 255 or 21.53% from 432); Max value from RGB is 238 - color contains mainly: red. Hex color #EE655D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EE655D is #119AA2. Grayscale: #8D8D8D. Windows color (decimal): -1153699 or 6120942. OLE color: 6120942.
HSL color Cylindrical-coordinate representation of color #EE655D: hue angle of 3.31º degrees, saturation: 0.81, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #EE655D is Cyan = 0, Magento = 0.58, Yellow = 0.61 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 101 | 93 | - |
| CMYK | 0 | 0.58 | 0.61 | 0.07 |
| HSL | 3.31º | 0.81% | 0.65% | - |
| HSV(B) | 3.31º | 0.61% | 0.93% | - |
| XYZ | 41.89 | 28.27 | 13.61 | - |
| YUV | 141.05 | 100.89 | 197.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 101 | 93 | 0 | 0.58 | 0.61 | 0.07 | 3.31 | 0.81 | 0.65 |
| Hex | EE | 65 | 5D | 0 | 3A | 3D | 7 | 3 | 51 | 41 |
| Octal | 356 | 145 | 135 | 0 | 72 | 75 | 7 | 3 | 121 | 101 |
| Binary | 11101110 | 1100101 | 1011101 | 0 | 111010 | 111101 | 111 | 11 | 1010001 | 1000001 |
Color Harmonies of #EE655D
Complementary color
Monochromatic Colors of #EE655D
Black with #EE655D
Text Example
Text Example
White with #EE655D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE655D; }
p { color: rgb(238,101,93); }
H1.HeaderClassName
{
color: #EE655D;
}
.AnyTagClassName
{
color: #EE655D;
}
</style>
background-color css
<style>
a { background-color: #EE655D; }
a { background-color: rgb(238,101,93); }
div.DivClassName
{
background-color: #EE655D;
}
.BgClassName
{
background-color: #EE655D;
}
</style>
border-color css
<style>
span { border-color: #EE655D; }
span { border-color: rgb(238,101,93); }
td.TdClassName
{
border-color: #EE655D;
}
.TagClassName
{
border-color: #EE655D;
}
</style>