Shades of Froly #EF6A6D
Tints of Froly #EF6A6D
RGB
CMYK
RGB Variations
Color information
#EF6A6D (or 0xEF6A6D) is known color: Froly. HEX triplet: EF, 6A and 6D. RGB value is (239,106,109). Sum of RGB (Red+Green+Blue) = 239+106+109=454 (60% of max value = 765). Red value is 239 (93.75% from 255 or 52.64% from 454); Green value is 106 (41.80% from 255 or 23.35% from 454); Blue value is 109 (42.97% from 255 or 24.01% from 454); Max value from RGB is 239 - color contains mainly: red. Hex color #EF6A6D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF6A6D is #109592. Grayscale: #929292. Windows color (decimal): -1086867 or 7170799. OLE color: 7170799.
HSL color Cylindrical-coordinate representation of color #EF6A6D: hue angle of 358.65º degrees, saturation: 0.81, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #EF6A6D is Cyan = 0, Magento = 0.56, Yellow = 0.54 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 106 | 109 | - |
| CMYK | 0 | 0.56 | 0.54 | 0.06 |
| HSL | 358.65º | 0.81% | 0.68% | - |
| HSV(B) | 358.65º | 0.56% | 0.94% | - |
| XYZ | 43.51 | 29.76 | 17.92 | - |
| YUV | 146.11 | 107.06 | 194.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 106 | 109 | 0 | 0.56 | 0.54 | 0.06 | 358.65 | 0.81 | 0.68 |
| Hex | EF | 6A | 6D | 0 | 38 | 36 | 6 | 167 | 51 | 44 |
| Octal | 357 | 152 | 155 | 0 | 70 | 66 | 6 | 547 | 121 | 104 |
| Binary | 11101111 | 1101010 | 1101101 | 0 | 111000 | 110110 | 110 | 101100111 | 1010001 | 1000100 |
Color Harmonies of #EF6A6D
Complementary color
Monochromatic Colors of #EF6A6D
Black with #EF6A6D
Text Example
Text Example
White with #EF6A6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF6A6D; }
p { color: rgb(239,106,109); }
H1.HeaderClassName
{
color: #EF6A6D;
}
.AnyTagClassName
{
color: #EF6A6D;
}
</style>
background-color css
<style>
a { background-color: #EF6A6D; }
a { background-color: rgb(239,106,109); }
div.DivClassName
{
background-color: #EF6A6D;
}
.BgClassName
{
background-color: #EF6A6D;
}
</style>
border-color css
<style>
span { border-color: #EF6A6D; }
span { border-color: rgb(239,106,109); }
td.TdClassName
{
border-color: #EF6A6D;
}
.TagClassName
{
border-color: #EF6A6D;
}
</style>