Shades of Bittersweet #EF6864
Tints of Bittersweet #EF6864
RGB
CMYK
RGB Variations
Color information
#EF6864 (or 0xEF6864) is known color: Bittersweet. HEX triplet: EF, 68 and 64. RGB value is (239,104,100). Sum of RGB (Red+Green+Blue) = 239+104+100=443 (58% of max value = 765). Red value is 239 (93.75% from 255 or 53.95% from 443); Green value is 104 (41.02% from 255 or 23.48% from 443); Blue value is 100 (39.45% from 255 or 22.57% from 443); Max value from RGB is 239 - color contains mainly: red. Hex color #EF6864 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF6864 is #10979B. Grayscale: #909090. Windows color (decimal): -1087388 or 6580463. OLE color: 6580463.
HSL color Cylindrical-coordinate representation of color #EF6864: hue angle of 1.73º degrees, saturation: 0.81, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #EF6864 is Cyan = 0, Magento = 0.56, Yellow = 0.58 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 104 | 100 | - |
| CMYK | 0 | 0.56 | 0.58 | 0.06 |
| HSL | 1.73º | 0.81% | 0.66% | - |
| HSV(B) | 1.73º | 0.58% | 0.94% | - |
| XYZ | 42.85 | 29.17 | 15.43 | - |
| YUV | 143.91 | 103.23 | 195.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 104 | 100 | 0 | 0.56 | 0.58 | 0.06 | 1.73 | 0.81 | 0.66 |
| Hex | EF | 68 | 64 | 0 | 38 | 3A | 6 | 2 | 51 | 42 |
| Octal | 357 | 150 | 144 | 0 | 70 | 72 | 6 | 2 | 121 | 102 |
| Binary | 11101111 | 1101000 | 1100100 | 0 | 111000 | 111010 | 110 | 10 | 1010001 | 1000010 |
Color Harmonies of #EF6864
Complementary color
Monochromatic Colors of #EF6864
Black with #EF6864
Text Example
Text Example
White with #EF6864
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF6864; }
p { color: rgb(239,104,100); }
H1.HeaderClassName
{
color: #EF6864;
}
.AnyTagClassName
{
color: #EF6864;
}
</style>
background-color css
<style>
a { background-color: #EF6864; }
a { background-color: rgb(239,104,100); }
div.DivClassName
{
background-color: #EF6864;
}
.BgClassName
{
background-color: #EF6864;
}
</style>
border-color css
<style>
span { border-color: #EF6864; }
span { border-color: rgb(239,104,100); }
td.TdClassName
{
border-color: #EF6864;
}
.TagClassName
{
border-color: #EF6864;
}
</style>