Shades of Bittersweet #ED6460
Tints of Bittersweet #ED6460
RGB
CMYK
RGB Variations
Color information
#ED6460 (or 0xED6460) is known color: Bittersweet. HEX triplet: ED, 64 and 60. RGB value is (237,100,96). Sum of RGB (Red+Green+Blue) = 237+100+96=433 (57% of max value = 765). Red value is 237 (92.97% from 255 or 54.73% from 433); Green value is 100 (39.45% from 255 or 23.09% from 433); Blue value is 96 (37.89% from 255 or 22.17% from 433); Max value from RGB is 237 - color contains mainly: red. Hex color #ED6460 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED6460 is #129B9F. Grayscale: #8C8C8C. Windows color (decimal): -1219488 or 6317293. OLE color: 6317293.
HSL color Cylindrical-coordinate representation of color #ED6460: hue angle of 1.7º degrees, saturation: 0.8, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #ED6460 is Cyan = 0, Magento = 0.58, Yellow = 0.59 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 100 | 96 | - |
| CMYK | 0 | 0.58 | 0.59 | 0.07 |
| HSL | 1.7º | 0.8% | 0.65% | - |
| HSV(B) | 1.7º | 0.59% | 0.93% | - |
| XYZ | 41.59 | 27.96 | 14.27 | - |
| YUV | 140.51 | 102.89 | 196.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 100 | 96 | 0 | 0.58 | 0.59 | 0.07 | 1.7 | 0.8 | 0.65 |
| Hex | ED | 64 | 60 | 0 | 3A | 3B | 7 | 2 | 50 | 41 |
| Octal | 355 | 144 | 140 | 0 | 72 | 73 | 7 | 2 | 120 | 101 |
| Binary | 11101101 | 1100100 | 1100000 | 0 | 111010 | 111011 | 111 | 10 | 1010000 | 1000001 |
Color Harmonies of #ED6460
Complementary color
Monochromatic Colors of #ED6460
Black with #ED6460
Text Example
Text Example
White with #ED6460
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED6460; }
p { color: rgb(237,100,96); }
H1.HeaderClassName
{
color: #ED6460;
}
.AnyTagClassName
{
color: #ED6460;
}
</style>
background-color css
<style>
a { background-color: #ED6460; }
a { background-color: rgb(237,100,96); }
div.DivClassName
{
background-color: #ED6460;
}
.BgClassName
{
background-color: #ED6460;
}
</style>
border-color css
<style>
span { border-color: #ED6460; }
span { border-color: rgb(237,100,96); }
td.TdClassName
{
border-color: #ED6460;
}
.TagClassName
{
border-color: #ED6460;
}
</style>