Shades of Bittersweet #EE6766
Tints of Bittersweet #EE6766
RGB
CMYK
RGB Variations
Color information
#EE6766 (or 0xEE6766) is known color: Bittersweet. HEX triplet: EE, 67 and 66. RGB value is (238,103,102). Sum of RGB (Red+Green+Blue) = 238+103+102=443 (58% of max value = 765). Red value is 238 (93.36% from 255 or 53.72% from 443); Green value is 103 (40.62% from 255 or 23.25% from 443); Blue value is 102 (40.23% from 255 or 23.02% from 443); Max value from RGB is 238 - color contains mainly: red. Hex color #EE6766 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EE6766 is #119899. Grayscale: #8F8F8F. Windows color (decimal): -1153178 or 6711278. OLE color: 6711278.
HSL color Cylindrical-coordinate representation of color #EE6766: hue angle of 0.44º 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 #EE6766 is Cyan = 0, Magento = 0.57, Yellow = 0.57 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 103 | 102 | - |
| CMYK | 0 | 0.57 | 0.57 | 0.07 |
| HSL | 0.44º | 0.8% | 0.67% | - |
| HSV(B) | 0.44º | 0.57% | 0.93% | - |
| XYZ | 42.51 | 28.84 | 15.9 | - |
| YUV | 143.25 | 104.73 | 195.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 103 | 102 | 0 | 0.57 | 0.57 | 0.07 | 0.44 | 0.8 | 0.67 |
| Hex | EE | 67 | 66 | 0 | 39 | 39 | 7 | 0 | 50 | 43 |
| Octal | 356 | 147 | 146 | 0 | 71 | 71 | 7 | 0 | 120 | 103 |
| Binary | 11101110 | 1100111 | 1100110 | 0 | 111001 | 111001 | 111 | 0 | 1010000 | 1000011 |
Color Harmonies of #EE6766
Complementary color
Monochromatic Colors of #EE6766
Black with #EE6766
Text Example
Text Example
White with #EE6766
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE6766; }
p { color: rgb(238,103,102); }
H1.HeaderClassName
{
color: #EE6766;
}
.AnyTagClassName
{
color: #EE6766;
}
</style>
background-color css
<style>
a { background-color: #EE6766; }
a { background-color: rgb(238,103,102); }
div.DivClassName
{
background-color: #EE6766;
}
.BgClassName
{
background-color: #EE6766;
}
</style>
border-color css
<style>
span { border-color: #EE6766; }
span { border-color: rgb(238,103,102); }
td.TdClassName
{
border-color: #EE6766;
}
.TagClassName
{
border-color: #EE6766;
}
</style>