Shades of Bittersweet #EE6967
Tints of Bittersweet #EE6967
RGB
CMYK
RGB Variations
Color information
#EE6967 (or 0xEE6967) is known color: Bittersweet. HEX triplet: EE, 69 and 67. RGB value is (238,105,103). Sum of RGB (Red+Green+Blue) = 238+105+103=446 (59% of max value = 765). Red value is 238 (93.36% from 255 or 53.36% from 446); Green value is 105 (41.41% from 255 or 23.54% from 446); Blue value is 103 (40.62% from 255 or 23.09% from 446); Max value from RGB is 238 - color contains mainly: red. Hex color #EE6967 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EE6967 is #119698. Grayscale: #909090. Windows color (decimal): -1152665 or 6777326. OLE color: 6777326.
HSL color Cylindrical-coordinate representation of color #EE6967: hue angle of 0.89º 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 #EE6967 is Cyan = 0, Magento = 0.56, Yellow = 0.57 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 105 | 103 | - |
| CMYK | 0 | 0.56 | 0.57 | 0.07 |
| HSL | 0.89º | 0.8% | 0.67% | - |
| HSV(B) | 0.89º | 0.57% | 0.93% | - |
| XYZ | 42.76 | 29.26 | 16.23 | - |
| YUV | 144.54 | 104.56 | 194.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 105 | 103 | 0 | 0.56 | 0.57 | 0.07 | 0.89 | 0.8 | 0.67 |
| Hex | EE | 69 | 67 | 0 | 38 | 39 | 7 | 1 | 50 | 43 |
| Octal | 356 | 151 | 147 | 0 | 70 | 71 | 7 | 1 | 120 | 103 |
| Binary | 11101110 | 1101001 | 1100111 | 0 | 111000 | 111001 | 111 | 1 | 1010000 | 1000011 |
Color Harmonies of #EE6967
Complementary color
Monochromatic Colors of #EE6967
Black with #EE6967
Text Example
Text Example
White with #EE6967
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE6967; }
p { color: rgb(238,105,103); }
H1.HeaderClassName
{
color: #EE6967;
}
.AnyTagClassName
{
color: #EE6967;
}
</style>
background-color css
<style>
a { background-color: #EE6967; }
a { background-color: rgb(238,105,103); }
div.DivClassName
{
background-color: #EE6967;
}
.BgClassName
{
background-color: #EE6967;
}
</style>
border-color css
<style>
span { border-color: #EE6967; }
span { border-color: rgb(238,105,103); }
td.TdClassName
{
border-color: #EE6967;
}
.TagClassName
{
border-color: #EE6967;
}
</style>