Shades of Froly #E86A6C
Tints of Froly #E86A6C
RGB
CMYK
RGB Variations
Color information
#E86A6C (or 0xE86A6C) is known color: Froly. HEX triplet: E8, 6A and 6C. RGB value is (232,106,108). Sum of RGB (Red+Green+Blue) = 232+106+108=446 (59% of max value = 765). Red value is 232 (91.02% from 255 or 52.02% from 446); Green value is 106 (41.80% from 255 or 23.77% from 446); Blue value is 108 (42.58% from 255 or 24.22% from 446); Max value from RGB is 232 - color contains mainly: red. Hex color #E86A6C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E86A6C is #179593. Grayscale: #909090. Windows color (decimal): -1545620 or 7105256. OLE color: 7105256.
HSL color Cylindrical-coordinate representation of color #E86A6C: hue angle of 359.05º degrees, saturation: 0.73, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #E86A6C is Cyan = 0, Magento = 0.54, Yellow = 0.53 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 106 | 108 | - |
| CMYK | 0 | 0.54 | 0.53 | 0.09 |
| HSL | 359.05º | 0.73% | 0.66% | - |
| HSV(B) | 359.05º | 0.54% | 0.91% | - |
| XYZ | 41.14 | 28.55 | 17.53 | - |
| YUV | 143.9 | 107.74 | 190.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 106 | 108 | 0 | 0.54 | 0.53 | 0.09 | 359.05 | 0.73 | 0.66 |
| Hex | E8 | 6A | 6C | 0 | 36 | 35 | 9 | 167 | 49 | 42 |
| Octal | 350 | 152 | 154 | 0 | 66 | 65 | 11 | 547 | 111 | 102 |
| Binary | 11101000 | 1101010 | 1101100 | 0 | 110110 | 110101 | 1001 | 101100111 | 1001001 | 1000010 |
Color Harmonies of #E86A6C
Complementary color
Monochromatic Colors of #E86A6C
Black with #E86A6C
Text Example
Text Example
White with #E86A6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E86A6C; }
p { color: rgb(232,106,108); }
H1.HeaderClassName
{
color: #E86A6C;
}
.AnyTagClassName
{
color: #E86A6C;
}
</style>
background-color css
<style>
a { background-color: #E86A6C; }
a { background-color: rgb(232,106,108); }
div.DivClassName
{
background-color: #E86A6C;
}
.BgClassName
{
background-color: #E86A6C;
}
</style>
border-color css
<style>
span { border-color: #E86A6C; }
span { border-color: rgb(232,106,108); }
td.TdClassName
{
border-color: #E86A6C;
}
.TagClassName
{
border-color: #E86A6C;
}
</style>