Shades of Bittersweet #ED6864
Tints of Bittersweet #ED6864
RGB
CMYK
RGB Variations
Color information
#ED6864 (or 0xED6864) is known color: Bittersweet. HEX triplet: ED, 68 and 64. RGB value is (237,104,100). Sum of RGB (Red+Green+Blue) = 237+104+100=441 (58% of max value = 765). Red value is 237 (92.97% from 255 or 53.74% from 441); Green value is 104 (41.02% from 255 or 23.58% from 441); Blue value is 100 (39.45% from 255 or 22.68% from 441); Max value from RGB is 237 - color contains mainly: red. Hex color #ED6864 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED6864 is #12979B. Grayscale: #8F8F8F. Windows color (decimal): -1218460 or 6580461. OLE color: 6580461.
HSL color Cylindrical-coordinate representation of color #ED6864: hue angle of 1.75º degrees, saturation: 0.79, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #ED6864 is Cyan = 0, Magento = 0.56, Yellow = 0.58 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 104 | 100 | - |
| CMYK | 0 | 0.56 | 0.58 | 0.07 |
| HSL | 1.75º | 0.79% | 0.66% | - |
| HSV(B) | 1.75º | 0.58% | 0.93% | - |
| XYZ | 42.18 | 28.83 | 15.4 | - |
| YUV | 143.31 | 103.56 | 194.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 104 | 100 | 0 | 0.56 | 0.58 | 0.07 | 1.75 | 0.79 | 0.66 |
| Hex | ED | 68 | 64 | 0 | 38 | 3A | 7 | 2 | 4F | 42 |
| Octal | 355 | 150 | 144 | 0 | 70 | 72 | 7 | 2 | 117 | 102 |
| Binary | 11101101 | 1101000 | 1100100 | 0 | 111000 | 111010 | 111 | 10 | 1001111 | 1000010 |
Color Harmonies of #ED6864
Complementary color
Monochromatic Colors of #ED6864
Black with #ED6864
Text Example
Text Example
White with #ED6864
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED6864; }
p { color: rgb(237,104,100); }
H1.HeaderClassName
{
color: #ED6864;
}
.AnyTagClassName
{
color: #ED6864;
}
</style>
background-color css
<style>
a { background-color: #ED6864; }
a { background-color: rgb(237,104,100); }
div.DivClassName
{
background-color: #ED6864;
}
.BgClassName
{
background-color: #ED6864;
}
</style>
border-color css
<style>
span { border-color: #ED6864; }
span { border-color: rgb(237,104,100); }
td.TdClassName
{
border-color: #ED6864;
}
.TagClassName
{
border-color: #ED6864;
}
</style>