Shades of Froly #E86266
Tints of Froly #E86266
RGB
CMYK
RGB Variations
Color information
#E86266 (or 0xE86266) is known color: Froly. HEX triplet: E8, 62 and 66. RGB value is (232,98,102). Sum of RGB (Red+Green+Blue) = 232+98+102=432 (57% of max value = 765). Red value is 232 (91.02% from 255 or 53.70% from 432); Green value is 98 (38.67% from 255 or 22.69% from 432); Blue value is 102 (40.23% from 255 or 23.61% from 432); Max value from RGB is 232 - color contains mainly: red. Hex color #E86266 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E86266 is #179D99. Grayscale: #8A8A8A. Windows color (decimal): -1547674 or 6709992. OLE color: 6709992.
HSL color Cylindrical-coordinate representation of color #E86266: hue angle of 358.21º degrees, saturation: 0.74, 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 #E86266 is Cyan = 0, Magento = 0.58, Yellow = 0.56 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 98 | 102 | - |
| CMYK | 0 | 0.58 | 0.56 | 0.09 |
| HSL | 358.21º | 0.74% | 0.65% | - |
| HSV(B) | 358.21º | 0.58% | 0.91% | - |
| XYZ | 40.04 | 26.85 | 15.64 | - |
| YUV | 138.52 | 107.39 | 194.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 98 | 102 | 0 | 0.58 | 0.56 | 0.09 | 358.21 | 0.74 | 0.65 |
| Hex | E8 | 62 | 66 | 0 | 3A | 38 | 9 | 166 | 4A | 41 |
| Octal | 350 | 142 | 146 | 0 | 72 | 70 | 11 | 546 | 112 | 101 |
| Binary | 11101000 | 1100010 | 1100110 | 0 | 111010 | 111000 | 1001 | 101100110 | 1001010 | 1000001 |
Color Harmonies of #E86266
Complementary color
Monochromatic Colors of #E86266
Black with #E86266
Text Example
Text Example
White with #E86266
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E86266; }
p { color: rgb(232,98,102); }
H1.HeaderClassName
{
color: #E86266;
}
.AnyTagClassName
{
color: #E86266;
}
</style>
background-color css
<style>
a { background-color: #E86266; }
a { background-color: rgb(232,98,102); }
div.DivClassName
{
background-color: #E86266;
}
.BgClassName
{
background-color: #E86266;
}
</style>
border-color css
<style>
span { border-color: #E86266; }
span { border-color: rgb(232,98,102); }
td.TdClassName
{
border-color: #E86266;
}
.TagClassName
{
border-color: #E86266;
}
</style>