Shades of Froly #E86165
Tints of Froly #E86165
RGB
CMYK
RGB Variations
Color information
#E86165 (or 0xE86165) is known color: Froly. HEX triplet: E8, 61 and 65. RGB value is (232,97,101). Sum of RGB (Red+Green+Blue) = 232+97+101=430 (56% of max value = 765). Red value is 232 (91.02% from 255 or 53.95% from 430); Green value is 97 (38.28% from 255 or 22.56% from 430); Blue value is 101 (39.84% from 255 or 23.49% from 430); Max value from RGB is 232 - color contains mainly: red. Hex color #E86165 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E86165 is #179E9A. Grayscale: #898989. Windows color (decimal): -1547931 or 6644200. OLE color: 6644200.
HSL color Cylindrical-coordinate representation of color #E86165: hue angle of 358.22º degrees, saturation: 0.75, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E86165 is Cyan = 0, Magento = 0.58, Yellow = 0.56 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 97 | 101 | - |
| CMYK | 0 | 0.58 | 0.56 | 0.09 |
| HSL | 358.22º | 0.75% | 0.65% | - |
| HSV(B) | 358.22º | 0.58% | 0.91% | - |
| XYZ | 39.9 | 26.64 | 15.35 | - |
| YUV | 137.82 | 107.23 | 195.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 97 | 101 | 0 | 0.58 | 0.56 | 0.09 | 358.22 | 0.75 | 0.65 |
| Hex | E8 | 61 | 65 | 0 | 3A | 38 | 9 | 166 | 4B | 41 |
| Octal | 350 | 141 | 145 | 0 | 72 | 70 | 11 | 546 | 113 | 101 |
| Binary | 11101000 | 1100001 | 1100101 | 0 | 111010 | 111000 | 1001 | 101100110 | 1001011 | 1000001 |
Color Harmonies of #E86165
Complementary color
Monochromatic Colors of #E86165
Black with #E86165
Text Example
Text Example
White with #E86165
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E86165; }
p { color: rgb(232,97,101); }
H1.HeaderClassName
{
color: #E86165;
}
.AnyTagClassName
{
color: #E86165;
}
</style>
background-color css
<style>
a { background-color: #E86165; }
a { background-color: rgb(232,97,101); }
div.DivClassName
{
background-color: #E86165;
}
.BgClassName
{
background-color: #E86165;
}
</style>
border-color css
<style>
span { border-color: #E86165; }
span { border-color: rgb(232,97,101); }
td.TdClassName
{
border-color: #E86165;
}
.TagClassName
{
border-color: #E86165;
}
</style>