Shades of Bittersweet #EC6767
Tints of Bittersweet #EC6767
RGB
CMYK
RGB Variations
Color information
#EC6767 (or 0xEC6767) is known color: Bittersweet. HEX triplet: EC, 67 and 67. RGB value is (236,103,103). Sum of RGB (Red+Green+Blue) = 236+103+103=442 (58% of max value = 765). Red value is 236 (92.58% from 255 or 53.39% from 442); Green value is 103 (40.62% from 255 or 23.30% from 442); Blue value is 103 (40.62% from 255 or 23.30% from 442); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6767 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC6767 is #139898. Grayscale: #8E8E8E. Windows color (decimal): -1284249 or 6776812. OLE color: 6776812.
HSL color Cylindrical-coordinate representation of color #EC6767: hue angle of 0º 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 #EC6767 is Cyan = 0, Magento = 0.56, Yellow = 0.56 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 103 | 103 | - |
| CMYK | 0 | 0.56 | 0.56 | 0.07 |
| HSL | 0º | 0.78% | 0.66% | - |
| HSV(B) | 0º | 0.56% | 0.93% | - |
| XYZ | 41.89 | 28.51 | 16.13 | - |
| YUV | 142.77 | 105.56 | 194.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 103 | 103 | 0 | 0.56 | 0.56 | 0.07 | 0 | 0.78 | 0.66 |
| Hex | EC | 67 | 67 | 0 | 38 | 38 | 7 | 0 | 4E | 42 |
| Octal | 354 | 147 | 147 | 0 | 70 | 70 | 7 | 0 | 116 | 102 |
| Binary | 11101100 | 1100111 | 1100111 | 0 | 111000 | 111000 | 111 | 0 | 1001110 | 1000010 |
Color Harmonies of #EC6767
Complementary color
Monochromatic Colors of #EC6767
Black with #EC6767
Text Example
Text Example
White with #EC6767
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC6767; }
p { color: rgb(236,103,103); }
H1.HeaderClassName
{
color: #EC6767;
}
.AnyTagClassName
{
color: #EC6767;
}
</style>
background-color css
<style>
a { background-color: #EC6767; }
a { background-color: rgb(236,103,103); }
div.DivClassName
{
background-color: #EC6767;
}
.BgClassName
{
background-color: #EC6767;
}
</style>
border-color css
<style>
span { border-color: #EC6767; }
span { border-color: rgb(236,103,103); }
td.TdClassName
{
border-color: #EC6767;
}
.TagClassName
{
border-color: #EC6767;
}
</style>