Shades of Bittersweet #EF7466
Tints of Bittersweet #EF7466
RGB
CMYK
RGB Variations
Color information
#EF7466 (or 0xEF7466) is known color: Bittersweet. HEX triplet: EF, 74 and 66. RGB value is (239,116,102). Sum of RGB (Red+Green+Blue) = 239+116+102=457 (60% of max value = 765). Red value is 239 (93.75% from 255 or 52.30% from 457); Green value is 116 (45.70% from 255 or 25.38% from 457); Blue value is 102 (40.23% from 255 or 22.32% from 457); Max value from RGB is 239 - color contains mainly: red. Hex color #EF7466 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF7466 is #108B99. Grayscale: #979797. Windows color (decimal): -1084314 or 6714607. OLE color: 6714607.
HSL color Cylindrical-coordinate representation of color #EF7466: hue angle of 6.13º degrees, saturation: 0.81, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #EF7466 is Cyan = 0, Magento = 0.51, Yellow = 0.57 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 116 | 102 | - |
| CMYK | 0 | 0.51 | 0.57 | 0.06 |
| HSL | 6.13º | 0.81% | 0.67% | - |
| HSV(B) | 6.13º | 0.57% | 0.94% | - |
| XYZ | 44.24 | 31.8 | 16.38 | - |
| YUV | 151.18 | 100.25 | 190.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 116 | 102 | 0 | 0.51 | 0.57 | 0.06 | 6.13 | 0.81 | 0.67 |
| Hex | EF | 74 | 66 | 0 | 33 | 39 | 6 | 6 | 51 | 43 |
| Octal | 357 | 164 | 146 | 0 | 63 | 71 | 6 | 6 | 121 | 103 |
| Binary | 11101111 | 1110100 | 1100110 | 0 | 110011 | 111001 | 110 | 110 | 1010001 | 1000011 |
Color Harmonies of #EF7466
Complementary color
Monochromatic Colors of #EF7466
Black with #EF7466
Text Example
Text Example
White with #EF7466
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF7466; }
p { color: rgb(239,116,102); }
H1.HeaderClassName
{
color: #EF7466;
}
.AnyTagClassName
{
color: #EF7466;
}
</style>
background-color css
<style>
a { background-color: #EF7466; }
a { background-color: rgb(239,116,102); }
div.DivClassName
{
background-color: #EF7466;
}
.BgClassName
{
background-color: #EF7466;
}
</style>
border-color css
<style>
span { border-color: #EF7466; }
span { border-color: rgb(239,116,102); }
td.TdClassName
{
border-color: #EF7466;
}
.TagClassName
{
border-color: #EF7466;
}
</style>