Shades of Froly #E8686F
Tints of Froly #E8686F
RGB
CMYK
RGB Variations
Color information
#E8686F (or 0xE8686F) is known color: Froly. HEX triplet: E8, 68 and 6F. RGB value is (232,104,111). Sum of RGB (Red+Green+Blue) = 232+104+111=447 (59% of max value = 765). Red value is 232 (91.02% from 255 or 51.90% from 447); Green value is 104 (41.02% from 255 or 23.27% from 447); Blue value is 111 (43.75% from 255 or 24.83% from 447); Max value from RGB is 232 - color contains mainly: red. Hex color #E8686F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E8686F is #179790. Grayscale: #8F8F8F. Windows color (decimal): -1546129 or 7301352. OLE color: 7301352.
HSL color Cylindrical-coordinate representation of color #E8686F: hue angle of 356.72º 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 #E8686F is Cyan = 0, Magento = 0.55, Yellow = 0.52 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 104 | 111 | - |
| CMYK | 0 | 0.55 | 0.52 | 0.09 |
| HSL | 356.72º | 0.74% | 0.66% | - |
| HSV(B) | 356.72º | 0.55% | 0.91% | - |
| XYZ | 41.1 | 28.2 | 18.32 | - |
| YUV | 143.07 | 109.91 | 191.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 104 | 111 | 0 | 0.55 | 0.52 | 0.09 | 356.72 | 0.74 | 0.66 |
| Hex | E8 | 68 | 6F | 0 | 37 | 34 | 9 | 165 | 4A | 42 |
| Octal | 350 | 150 | 157 | 0 | 67 | 64 | 11 | 545 | 112 | 102 |
| Binary | 11101000 | 1101000 | 1101111 | 0 | 110111 | 110100 | 1001 | 101100101 | 1001010 | 1000010 |
Color Harmonies of #E8686F
Complementary color
Monochromatic Colors of #E8686F
Black with #E8686F
Text Example
Text Example
White with #E8686F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8686F; }
p { color: rgb(232,104,111); }
H1.HeaderClassName
{
color: #E8686F;
}
.AnyTagClassName
{
color: #E8686F;
}
</style>
background-color css
<style>
a { background-color: #E8686F; }
a { background-color: rgb(232,104,111); }
div.DivClassName
{
background-color: #E8686F;
}
.BgClassName
{
background-color: #E8686F;
}
</style>
border-color css
<style>
span { border-color: #E8686F; }
span { border-color: rgb(232,104,111); }
td.TdClassName
{
border-color: #E8686F;
}
.TagClassName
{
border-color: #E8686F;
}
</style>