Shades of Bittersweet #EC6867
Tints of Bittersweet #EC6867
RGB
CMYK
RGB Variations
Color information
#EC6867 (or 0xEC6867) is known color: Bittersweet. HEX triplet: EC, 68 and 67. RGB value is (236,104,103). Sum of RGB (Red+Green+Blue) = 236+104+103=443 (58% of max value = 765). Red value is 236 (92.58% from 255 or 53.27% from 443); Green value is 104 (41.02% from 255 or 23.48% from 443); Blue value is 103 (40.62% from 255 or 23.25% from 443); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6867 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC6867 is #139798. Grayscale: #8F8F8F. Windows color (decimal): -1283993 or 6777068. OLE color: 6777068.
HSL color Cylindrical-coordinate representation of color #EC6867: hue angle of 0.45º degrees, saturation: 0.78, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #EC6867 is Cyan = 0, Magento = 0.56, Yellow = 0.56 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 104 | 103 | - |
| CMYK | 0 | 0.56 | 0.56 | 0.07 |
| HSL | 0.45º | 0.78% | 0.66% | - |
| HSV(B) | 0.45º | 0.56% | 0.93% | - |
| XYZ | 41.99 | 28.71 | 16.16 | - |
| YUV | 143.35 | 105.23 | 194.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 104 | 103 | 0 | 0.56 | 0.56 | 0.07 | 0.45 | 0.78 | 0.66 |
| Hex | EC | 68 | 67 | 0 | 38 | 38 | 7 | 0 | 4E | 42 |
| Octal | 354 | 150 | 147 | 0 | 70 | 70 | 7 | 0 | 116 | 102 |
| Binary | 11101100 | 1101000 | 1100111 | 0 | 111000 | 111000 | 111 | 0 | 1001110 | 1000010 |
Color Harmonies of #EC6867
Complementary color
Monochromatic Colors of #EC6867
Black with #EC6867
Text Example
Text Example
White with #EC6867
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC6867; }
p { color: rgb(236,104,103); }
H1.HeaderClassName
{
color: #EC6867;
}
.AnyTagClassName
{
color: #EC6867;
}
</style>
background-color css
<style>
a { background-color: #EC6867; }
a { background-color: rgb(236,104,103); }
div.DivClassName
{
background-color: #EC6867;
}
.BgClassName
{
background-color: #EC6867;
}
</style>
border-color css
<style>
span { border-color: #EC6867; }
span { border-color: rgb(236,104,103); }
td.TdClassName
{
border-color: #EC6867;
}
.TagClassName
{
border-color: #EC6867;
}
</style>