Shades of Bittersweet #ED6867
Tints of Bittersweet #ED6867
RGB
CMYK
RGB Variations
Color information
#ED6867 (or 0xED6867) is known color: Bittersweet. HEX triplet: ED, 68 and 67. RGB value is (237,104,103). Sum of RGB (Red+Green+Blue) = 237+104+103=444 (58% of max value = 765). Red value is 237 (92.97% from 255 or 53.38% from 444); Green value is 104 (41.02% from 255 or 23.42% from 444); Blue value is 103 (40.62% from 255 or 23.20% from 444); Max value from RGB is 237 - color contains mainly: red. Hex color #ED6867 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED6867 is #129798. Grayscale: #8F8F8F. Windows color (decimal): -1218457 or 6777069. OLE color: 6777069.
HSL color Cylindrical-coordinate representation of color #ED6867: hue angle of 0.45º degrees, saturation: 0.79, 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 #ED6867 is Cyan = 0, Magento = 0.56, Yellow = 0.57 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 104 | 103 | - |
| CMYK | 0 | 0.56 | 0.57 | 0.07 |
| HSL | 0.45º | 0.79% | 0.67% | - |
| HSV(B) | 0.45º | 0.57% | 0.93% | - |
| XYZ | 42.32 | 28.88 | 16.18 | - |
| YUV | 143.65 | 105.06 | 194.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 104 | 103 | 0 | 0.56 | 0.57 | 0.07 | 0.45 | 0.79 | 0.67 |
| Hex | ED | 68 | 67 | 0 | 38 | 39 | 7 | 0 | 4F | 43 |
| Octal | 355 | 150 | 147 | 0 | 70 | 71 | 7 | 0 | 117 | 103 |
| Binary | 11101101 | 1101000 | 1100111 | 0 | 111000 | 111001 | 111 | 0 | 1001111 | 1000011 |
Color Harmonies of #ED6867
Complementary color
Monochromatic Colors of #ED6867
Black with #ED6867
Text Example
Text Example
White with #ED6867
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED6867; }
p { color: rgb(237,104,103); }
H1.HeaderClassName
{
color: #ED6867;
}
.AnyTagClassName
{
color: #ED6867;
}
</style>
background-color css
<style>
a { background-color: #ED6867; }
a { background-color: rgb(237,104,103); }
div.DivClassName
{
background-color: #ED6867;
}
.BgClassName
{
background-color: #ED6867;
}
</style>
border-color css
<style>
span { border-color: #ED6867; }
span { border-color: rgb(237,104,103); }
td.TdClassName
{
border-color: #ED6867;
}
.TagClassName
{
border-color: #ED6867;
}
</style>