Shades of Bittersweet #EF645E
Tints of Bittersweet #EF645E
RGB
CMYK
RGB Variations
Color information
#EF645E (or 0xEF645E) is known color: Bittersweet. HEX triplet: EF, 64 and 5E. RGB value is (239,100,94). Sum of RGB (Red+Green+Blue) = 239+100+94=433 (57% of max value = 765). Red value is 239 (93.75% from 255 or 55.20% from 433); Green value is 100 (39.45% from 255 or 23.09% from 433); Blue value is 94 (37.11% from 255 or 21.71% from 433); Max value from RGB is 239 - color contains mainly: red. Hex color #EF645E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF645E is #109BA1. Grayscale: #8D8D8D. Windows color (decimal): -1088418 or 6186223. OLE color: 6186223.
HSL color Cylindrical-coordinate representation of color #EF645E: hue angle of 2.48º degrees, saturation: 0.82, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #EF645E is Cyan = 0, Magento = 0.58, Yellow = 0.61 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 100 | 94 | - |
| CMYK | 0 | 0.58 | 0.61 | 0.06 |
| HSL | 2.48º | 0.82% | 0.65% | - |
| HSV(B) | 2.48º | 0.61% | 0.94% | - |
| XYZ | 42.17 | 28.27 | 13.82 | - |
| YUV | 140.88 | 101.55 | 197.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 100 | 94 | 0 | 0.58 | 0.61 | 0.06 | 2.48 | 0.82 | 0.65 |
| Hex | EF | 64 | 5E | 0 | 3A | 3D | 6 | 2 | 52 | 41 |
| Octal | 357 | 144 | 136 | 0 | 72 | 75 | 6 | 2 | 122 | 101 |
| Binary | 11101111 | 1100100 | 1011110 | 0 | 111010 | 111101 | 110 | 10 | 1010010 | 1000001 |
Color Harmonies of #EF645E
Complementary color
Monochromatic Colors of #EF645E
Black with #EF645E
Text Example
Text Example
White with #EF645E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF645E; }
p { color: rgb(239,100,94); }
H1.HeaderClassName
{
color: #EF645E;
}
.AnyTagClassName
{
color: #EF645E;
}
</style>
background-color css
<style>
a { background-color: #EF645E; }
a { background-color: rgb(239,100,94); }
div.DivClassName
{
background-color: #EF645E;
}
.BgClassName
{
background-color: #EF645E;
}
</style>
border-color css
<style>
span { border-color: #EF645E; }
span { border-color: rgb(239,100,94); }
td.TdClassName
{
border-color: #EF645E;
}
.TagClassName
{
border-color: #EF645E;
}
</style>