Shades of Bittersweet #EC6868
Tints of Bittersweet #EC6868
RGB
CMYK
RGB Variations
Color information
#EC6868 (or 0xEC6868) is known color: Bittersweet. HEX triplet: EC, 68 and 68. RGB value is (236,104,104). Sum of RGB (Red+Green+Blue) = 236+104+104=444 (58% of max value = 765). Red value is 236 (92.58% from 255 or 53.15% from 444); Green value is 104 (41.02% from 255 or 23.42% from 444); Blue value is 104 (41.02% from 255 or 23.42% from 444); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6868 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC6868 is #139797. Grayscale: #8F8F8F. Windows color (decimal): -1283992 or 6842604. OLE color: 6842604.
HSL color Cylindrical-coordinate representation of color #EC6868: hue angle of 0º degrees, saturation: 0.78, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #EC6868 is Cyan = 0, Magento = 0.56, Yellow = 0.56 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 104 | 104 | - |
| CMYK | 0 | 0.56 | 0.56 | 0.07 |
| HSL | 0º | 0.78% | 0.67% | - |
| HSV(B) | 0º | 0.56% | 0.93% | - |
| XYZ | 42.04 | 28.73 | 16.43 | - |
| YUV | 143.47 | 105.73 | 194 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 104 | 104 | 0 | 0.56 | 0.56 | 0.07 | 0 | 0.78 | 0.67 |
| Hex | EC | 68 | 68 | 0 | 38 | 38 | 7 | 0 | 4E | 43 |
| Octal | 354 | 150 | 150 | 0 | 70 | 70 | 7 | 0 | 116 | 103 |
| Binary | 11101100 | 1101000 | 1101000 | 0 | 111000 | 111000 | 111 | 0 | 1001110 | 1000011 |
Color Harmonies of #EC6868
Complementary color
Monochromatic Colors of #EC6868
Black with #EC6868
Text Example
Text Example
White with #EC6868
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC6868; }
p { color: rgb(236,104,104); }
H1.HeaderClassName
{
color: #EC6868;
}
.AnyTagClassName
{
color: #EC6868;
}
</style>
background-color css
<style>
a { background-color: #EC6868; }
a { background-color: rgb(236,104,104); }
div.DivClassName
{
background-color: #EC6868;
}
.BgClassName
{
background-color: #EC6868;
}
</style>
border-color css
<style>
span { border-color: #EC6868; }
span { border-color: rgb(236,104,104); }
td.TdClassName
{
border-color: #EC6868;
}
.TagClassName
{
border-color: #EC6868;
}
</style>