Shades of Froly #E8696A
Tints of Froly #E8696A
RGB
CMYK
RGB Variations
Color information
#E8696A (or 0xE8696A) is known color: Froly. HEX triplet: E8, 69 and 6A. RGB value is (232,105,106). Sum of RGB (Red+Green+Blue) = 232+105+106=443 (58% of max value = 765). Red value is 232 (91.02% from 255 or 52.37% from 443); Green value is 105 (41.41% from 255 or 23.70% from 443); Blue value is 106 (41.80% from 255 or 23.93% from 443); Max value from RGB is 232 - color contains mainly: red. Hex color #E8696A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E8696A is #179695. Grayscale: #8F8F8F. Windows color (decimal): -1545878 or 6973928. OLE color: 6973928.
HSL color Cylindrical-coordinate representation of color #E8696A: hue angle of 359.53º degrees, saturation: 0.73, 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 #E8696A is Cyan = 0, Magento = 0.55, Yellow = 0.54 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 105 | 106 | - |
| CMYK | 0 | 0.55 | 0.54 | 0.09 |
| HSL | 359.53º | 0.73% | 0.66% | - |
| HSV(B) | 359.53º | 0.55% | 0.91% | - |
| XYZ | 40.93 | 28.3 | 16.94 | - |
| YUV | 143.09 | 107.08 | 191.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 105 | 106 | 0 | 0.55 | 0.54 | 0.09 | 359.53 | 0.73 | 0.66 |
| Hex | E8 | 69 | 6A | 0 | 37 | 36 | 9 | 168 | 49 | 42 |
| Octal | 350 | 151 | 152 | 0 | 67 | 66 | 11 | 550 | 111 | 102 |
| Binary | 11101000 | 1101001 | 1101010 | 0 | 110111 | 110110 | 1001 | 101101000 | 1001001 | 1000010 |
Color Harmonies of #E8696A
Complementary color
Monochromatic Colors of #E8696A
Black with #E8696A
Text Example
Text Example
White with #E8696A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8696A; }
p { color: rgb(232,105,106); }
H1.HeaderClassName
{
color: #E8696A;
}
.AnyTagClassName
{
color: #E8696A;
}
</style>
background-color css
<style>
a { background-color: #E8696A; }
a { background-color: rgb(232,105,106); }
div.DivClassName
{
background-color: #E8696A;
}
.BgClassName
{
background-color: #E8696A;
}
</style>
border-color css
<style>
span { border-color: #E8696A; }
span { border-color: rgb(232,105,106); }
td.TdClassName
{
border-color: #E8696A;
}
.TagClassName
{
border-color: #E8696A;
}
</style>