Shades of Bittersweet #EE6966
Tints of Bittersweet #EE6966
RGB
CMYK
RGB Variations
Color information
#EE6966 (or 0xEE6966) is known color: Bittersweet. HEX triplet: EE, 69 and 66. RGB value is (238,105,102). Sum of RGB (Red+Green+Blue) = 238+105+102=445 (58% of max value = 765). Red value is 238 (93.36% from 255 or 53.48% from 445); Green value is 105 (41.41% from 255 or 23.60% from 445); Blue value is 102 (40.23% from 255 or 22.92% from 445); Max value from RGB is 238 - color contains mainly: red. Hex color #EE6966 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EE6966 is #119699. Grayscale: #909090. Windows color (decimal): -1152666 or 6711790. OLE color: 6711790.
HSL color Cylindrical-coordinate representation of color #EE6966: hue angle of 1.32º degrees, saturation: 0.8, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #EE6966 is Cyan = 0, Magento = 0.56, Yellow = 0.57 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 105 | 102 | - |
| CMYK | 0 | 0.56 | 0.57 | 0.07 |
| HSL | 1.32º | 0.8% | 0.67% | - |
| HSV(B) | 1.32º | 0.57% | 0.93% | - |
| XYZ | 42.71 | 29.24 | 15.96 | - |
| YUV | 144.43 | 104.06 | 194.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 105 | 102 | 0 | 0.56 | 0.57 | 0.07 | 1.32 | 0.8 | 0.67 |
| Hex | EE | 69 | 66 | 0 | 38 | 39 | 7 | 1 | 50 | 43 |
| Octal | 356 | 151 | 146 | 0 | 70 | 71 | 7 | 1 | 120 | 103 |
| Binary | 11101110 | 1101001 | 1100110 | 0 | 111000 | 111001 | 111 | 1 | 1010000 | 1000011 |
Color Harmonies of #EE6966
Complementary color
Monochromatic Colors of #EE6966
Black with #EE6966
Text Example
Text Example
White with #EE6966
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE6966; }
p { color: rgb(238,105,102); }
H1.HeaderClassName
{
color: #EE6966;
}
.AnyTagClassName
{
color: #EE6966;
}
</style>
background-color css
<style>
a { background-color: #EE6966; }
a { background-color: rgb(238,105,102); }
div.DivClassName
{
background-color: #EE6966;
}
.BgClassName
{
background-color: #EE6966;
}
</style>
border-color css
<style>
span { border-color: #EE6966; }
span { border-color: rgb(238,105,102); }
td.TdClassName
{
border-color: #EE6966;
}
.TagClassName
{
border-color: #EE6966;
}
</style>