Shades of Bittersweet #ED6865
Tints of Bittersweet #ED6865
RGB
CMYK
RGB Variations
Color information
#ED6865 (or 0xED6865) is known color: Bittersweet. HEX triplet: ED, 68 and 65. RGB value is (237,104,101). Sum of RGB (Red+Green+Blue) = 237+104+101=442 (58% of max value = 765). Red value is 237 (92.97% from 255 or 53.62% from 442); Green value is 104 (41.02% from 255 or 23.53% from 442); Blue value is 101 (39.84% from 255 or 22.85% from 442); Max value from RGB is 237 - color contains mainly: red. Hex color #ED6865 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED6865 is #12979A. Grayscale: #8F8F8F. Windows color (decimal): -1218459 or 6645997. OLE color: 6645997.
HSL color Cylindrical-coordinate representation of color #ED6865: hue angle of 1.32º degrees, saturation: 0.79, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #ED6865 is Cyan = 0, Magento = 0.56, Yellow = 0.57 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 104 | 101 | - |
| CMYK | 0 | 0.56 | 0.57 | 0.07 |
| HSL | 1.32º | 0.79% | 0.66% | - |
| HSV(B) | 1.32º | 0.57% | 0.93% | - |
| XYZ | 42.22 | 28.84 | 15.65 | - |
| YUV | 143.43 | 104.06 | 194.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 104 | 101 | 0 | 0.56 | 0.57 | 0.07 | 1.32 | 0.79 | 0.66 |
| Hex | ED | 68 | 65 | 0 | 38 | 39 | 7 | 1 | 4F | 42 |
| Octal | 355 | 150 | 145 | 0 | 70 | 71 | 7 | 1 | 117 | 102 |
| Binary | 11101101 | 1101000 | 1100101 | 0 | 111000 | 111001 | 111 | 1 | 1001111 | 1000010 |
Color Harmonies of #ED6865
Complementary color
Monochromatic Colors of #ED6865
Black with #ED6865
Text Example
Text Example
White with #ED6865
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED6865; }
p { color: rgb(237,104,101); }
H1.HeaderClassName
{
color: #ED6865;
}
.AnyTagClassName
{
color: #ED6865;
}
</style>
background-color css
<style>
a { background-color: #ED6865; }
a { background-color: rgb(237,104,101); }
div.DivClassName
{
background-color: #ED6865;
}
.BgClassName
{
background-color: #ED6865;
}
</style>
border-color css
<style>
span { border-color: #ED6865; }
span { border-color: rgb(237,104,101); }
td.TdClassName
{
border-color: #ED6865;
}
.TagClassName
{
border-color: #ED6865;
}
</style>