Shades of Bittersweet #ED655F
Tints of Bittersweet #ED655F
RGB
CMYK
RGB Variations
Color information
#ED655F (or 0xED655F) is known color: Bittersweet. HEX triplet: ED, 65 and 5F. RGB value is (237,101,95). Sum of RGB (Red+Green+Blue) = 237+101+95=433 (57% of max value = 765). Red value is 237 (92.97% from 255 or 54.73% from 433); Green value is 101 (39.84% from 255 or 23.33% from 433); Blue value is 95 (37.5% from 255 or 21.94% from 433); Max value from RGB is 237 - color contains mainly: red. Hex color #ED655F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED655F is #129AA0. Grayscale: #8D8D8D. Windows color (decimal): -1219233 or 6252013. OLE color: 6252013.
HSL color Cylindrical-coordinate representation of color #ED655F: hue angle of 2.54º degrees, saturation: 0.8, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #ED655F is Cyan = 0, Magento = 0.57, Yellow = 0.60 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 101 | 95 | - |
| CMYK | 0 | 0.57 | 0.60 | 0.07 |
| HSL | 2.54º | 0.8% | 0.65% | - |
| HSV(B) | 2.54º | 0.6% | 0.93% | - |
| XYZ | 41.64 | 28.14 | 14.06 | - |
| YUV | 140.98 | 102.06 | 196.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 101 | 95 | 0 | 0.57 | 0.60 | 0.07 | 2.54 | 0.8 | 0.65 |
| Hex | ED | 65 | 5F | 0 | 39 | 3C | 7 | 3 | 50 | 41 |
| Octal | 355 | 145 | 137 | 0 | 71 | 74 | 7 | 3 | 120 | 101 |
| Binary | 11101101 | 1100101 | 1011111 | 0 | 111001 | 111100 | 111 | 11 | 1010000 | 1000001 |
Color Harmonies of #ED655F
Complementary color
Monochromatic Colors of #ED655F
Black with #ED655F
Text Example
Text Example
White with #ED655F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED655F; }
p { color: rgb(237,101,95); }
H1.HeaderClassName
{
color: #ED655F;
}
.AnyTagClassName
{
color: #ED655F;
}
</style>
background-color css
<style>
a { background-color: #ED655F; }
a { background-color: rgb(237,101,95); }
div.DivClassName
{
background-color: #ED655F;
}
.BgClassName
{
background-color: #ED655F;
}
</style>
border-color css
<style>
span { border-color: #ED655F; }
span { border-color: rgb(237,101,95); }
td.TdClassName
{
border-color: #ED655F;
}
.TagClassName
{
border-color: #ED655F;
}
</style>