Shades of Froly #E8686E
Tints of Froly #E8686E
RGB
CMYK
RGB Variations
Color information
#E8686E (or 0xE8686E) is known color: Froly. HEX triplet: E8, 68 and 6E. RGB value is (232,104,110). Sum of RGB (Red+Green+Blue) = 232+104+110=446 (59% of max value = 765). Red value is 232 (91.02% from 255 or 52.02% from 446); Green value is 104 (41.02% from 255 or 23.32% from 446); Blue value is 110 (43.36% from 255 or 24.66% from 446); Max value from RGB is 232 - color contains mainly: red. Hex color #E8686E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E8686E is #179791. Grayscale: #8F8F8F. Windows color (decimal): -1546130 or 7235816. OLE color: 7235816.
HSL color Cylindrical-coordinate representation of color #E8686E: hue angle of 357.19º degrees, saturation: 0.74, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #E8686E is Cyan = 0, Magento = 0.55, Yellow = 0.53 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 104 | 110 | - |
| CMYK | 0 | 0.55 | 0.53 | 0.09 |
| HSL | 357.19º | 0.74% | 0.66% | - |
| HSV(B) | 357.19º | 0.55% | 0.91% | - |
| XYZ | 41.04 | 28.18 | 18.03 | - |
| YUV | 142.96 | 109.41 | 191.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 104 | 110 | 0 | 0.55 | 0.53 | 0.09 | 357.19 | 0.74 | 0.66 |
| Hex | E8 | 68 | 6E | 0 | 37 | 35 | 9 | 165 | 4A | 42 |
| Octal | 350 | 150 | 156 | 0 | 67 | 65 | 11 | 545 | 112 | 102 |
| Binary | 11101000 | 1101000 | 1101110 | 0 | 110111 | 110101 | 1001 | 101100101 | 1001010 | 1000010 |
Color Harmonies of #E8686E
Complementary color
Monochromatic Colors of #E8686E
Black with #E8686E
Text Example
Text Example
White with #E8686E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8686E; }
p { color: rgb(232,104,110); }
H1.HeaderClassName
{
color: #E8686E;
}
.AnyTagClassName
{
color: #E8686E;
}
</style>
background-color css
<style>
a { background-color: #E8686E; }
a { background-color: rgb(232,104,110); }
div.DivClassName
{
background-color: #E8686E;
}
.BgClassName
{
background-color: #E8686E;
}
</style>
border-color css
<style>
span { border-color: #E8686E; }
span { border-color: rgb(232,104,110); }
td.TdClassName
{
border-color: #E8686E;
}
.TagClassName
{
border-color: #E8686E;
}
</style>