Shades of Froly #E8686B
Tints of Froly #E8686B
RGB
CMYK
RGB Variations
Color information
#E8686B (or 0xE8686B) is known color: Froly. HEX triplet: E8, 68 and 6B. RGB value is (232,104,107). Sum of RGB (Red+Green+Blue) = 232+104+107=443 (58% of max value = 765). Red value is 232 (91.02% from 255 or 52.37% from 443); Green value is 104 (41.02% from 255 or 23.48% from 443); Blue value is 107 (42.19% from 255 or 24.15% from 443); Max value from RGB is 232 - color contains mainly: red. Hex color #E8686B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E8686B is #179794. Grayscale: #8E8E8E. Windows color (decimal): -1546133 or 7039208. OLE color: 7039208.
HSL color Cylindrical-coordinate representation of color #E8686B: hue angle of 358.59º 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 #E8686B is Cyan = 0, Magento = 0.55, Yellow = 0.54 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 104 | 107 | - |
| CMYK | 0 | 0.55 | 0.54 | 0.09 |
| HSL | 358.59º | 0.74% | 0.66% | - |
| HSV(B) | 358.59º | 0.55% | 0.91% | - |
| XYZ | 40.88 | 28.12 | 17.18 | - |
| YUV | 142.61 | 107.91 | 191.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 104 | 107 | 0 | 0.55 | 0.54 | 0.09 | 358.59 | 0.74 | 0.66 |
| Hex | E8 | 68 | 6B | 0 | 37 | 36 | 9 | 167 | 4A | 42 |
| Octal | 350 | 150 | 153 | 0 | 67 | 66 | 11 | 547 | 112 | 102 |
| Binary | 11101000 | 1101000 | 1101011 | 0 | 110111 | 110110 | 1001 | 101100111 | 1001010 | 1000010 |
Color Harmonies of #E8686B
Complementary color
Monochromatic Colors of #E8686B
Black with #E8686B
Text Example
Text Example
White with #E8686B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8686B; }
p { color: rgb(232,104,107); }
H1.HeaderClassName
{
color: #E8686B;
}
.AnyTagClassName
{
color: #E8686B;
}
</style>
background-color css
<style>
a { background-color: #E8686B; }
a { background-color: rgb(232,104,107); }
div.DivClassName
{
background-color: #E8686B;
}
.BgClassName
{
background-color: #E8686B;
}
</style>
border-color css
<style>
span { border-color: #E8686B; }
span { border-color: rgb(232,104,107); }
td.TdClassName
{
border-color: #E8686B;
}
.TagClassName
{
border-color: #E8686B;
}
</style>