Shades of Bittersweet #EF6665
Tints of Bittersweet #EF6665
RGB
CMYK
RGB Variations
Color information
#EF6665 (or 0xEF6665) is known color: Bittersweet. HEX triplet: EF, 66 and 65. RGB value is (239,102,101). Sum of RGB (Red+Green+Blue) = 239+102+101=442 (58% of max value = 765). Red value is 239 (93.75% from 255 or 54.07% from 442); Green value is 102 (40.23% from 255 or 23.08% from 442); Blue value is 101 (39.84% from 255 or 22.85% from 442); Max value from RGB is 239 - color contains mainly: red. Hex color #EF6665 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF6665 is #10999A. Grayscale: #8E8E8E. Windows color (decimal): -1087899 or 6645487. OLE color: 6645487.
HSL color Cylindrical-coordinate representation of color #EF6665: hue angle of 0.43º degrees, saturation: 0.81, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #EF6665 is Cyan = 0, Magento = 0.57, Yellow = 0.58 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 102 | 101 | - |
| CMYK | 0 | 0.57 | 0.58 | 0.06 |
| HSL | 0.43º | 0.81% | 0.67% | - |
| HSV(B) | 0.43º | 0.58% | 0.94% | - |
| XYZ | 42.7 | 28.79 | 15.62 | - |
| YUV | 142.85 | 104.39 | 196.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 102 | 101 | 0 | 0.57 | 0.58 | 0.06 | 0.43 | 0.81 | 0.67 |
| Hex | EF | 66 | 65 | 0 | 39 | 3A | 6 | 0 | 51 | 43 |
| Octal | 357 | 146 | 145 | 0 | 71 | 72 | 6 | 0 | 121 | 103 |
| Binary | 11101111 | 1100110 | 1100101 | 0 | 111001 | 111010 | 110 | 0 | 1010001 | 1000011 |
Color Harmonies of #EF6665
Complementary color
Monochromatic Colors of #EF6665
Black with #EF6665
Text Example
Text Example
White with #EF6665
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF6665; }
p { color: rgb(239,102,101); }
H1.HeaderClassName
{
color: #EF6665;
}
.AnyTagClassName
{
color: #EF6665;
}
</style>
background-color css
<style>
a { background-color: #EF6665; }
a { background-color: rgb(239,102,101); }
div.DivClassName
{
background-color: #EF6665;
}
.BgClassName
{
background-color: #EF6665;
}
</style>
border-color css
<style>
span { border-color: #EF6665; }
span { border-color: rgb(239,102,101); }
td.TdClassName
{
border-color: #EF6665;
}
.TagClassName
{
border-color: #EF6665;
}
</style>