Shades of Froly #E8696E
Tints of Froly #E8696E
RGB
CMYK
RGB Variations
Color information
#E8696E (or 0xE8696E) is known color: Froly. HEX triplet: E8, 69 and 6E. RGB value is (232,105,110). Sum of RGB (Red+Green+Blue) = 232+105+110=447 (59% of max value = 765). Red value is 232 (91.02% from 255 or 51.90% from 447); Green value is 105 (41.41% from 255 or 23.49% from 447); Blue value is 110 (43.36% from 255 or 24.61% from 447); Max value from RGB is 232 - color contains mainly: red. Hex color #E8696E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E8696E is #179691. Grayscale: #8F8F8F. Windows color (decimal): -1545874 or 7236072. OLE color: 7236072.
HSL color Cylindrical-coordinate representation of color #E8696E: hue angle of 357.64º 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 #E8696E is Cyan = 0, Magento = 0.55, Yellow = 0.53 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 105 | 110 | - |
| CMYK | 0 | 0.55 | 0.53 | 0.09 |
| HSL | 357.64º | 0.73% | 0.66% | - |
| HSV(B) | 357.64º | 0.55% | 0.91% | - |
| XYZ | 41.14 | 28.38 | 18.06 | - |
| YUV | 143.54 | 109.08 | 191.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 105 | 110 | 0 | 0.55 | 0.53 | 0.09 | 357.64 | 0.73 | 0.66 |
| Hex | E8 | 69 | 6E | 0 | 37 | 35 | 9 | 166 | 49 | 42 |
| Octal | 350 | 151 | 156 | 0 | 67 | 65 | 11 | 546 | 111 | 102 |
| Binary | 11101000 | 1101001 | 1101110 | 0 | 110111 | 110101 | 1001 | 101100110 | 1001001 | 1000010 |
Color Harmonies of #E8696E
Complementary color
Monochromatic Colors of #E8696E
Black with #E8696E
Text Example
Text Example
White with #E8696E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8696E; }
p { color: rgb(232,105,110); }
H1.HeaderClassName
{
color: #E8696E;
}
.AnyTagClassName
{
color: #E8696E;
}
</style>
background-color css
<style>
a { background-color: #E8696E; }
a { background-color: rgb(232,105,110); }
div.DivClassName
{
background-color: #E8696E;
}
.BgClassName
{
background-color: #E8696E;
}
</style>
border-color css
<style>
span { border-color: #E8696E; }
span { border-color: rgb(232,105,110); }
td.TdClassName
{
border-color: #E8696E;
}
.TagClassName
{
border-color: #E8696E;
}
</style>