Shades of Froly #E86167
Tints of Froly #E86167
RGB
CMYK
RGB Variations
Color information
#E86167 (or 0xE86167) is known color: Froly. HEX triplet: E8, 61 and 67. RGB value is (232,97,103). Sum of RGB (Red+Green+Blue) = 232+97+103=432 (57% of max value = 765). Red value is 232 (91.02% from 255 or 53.70% from 432); Green value is 97 (38.28% from 255 or 22.45% from 432); Blue value is 103 (40.62% from 255 or 23.84% from 432); Max value from RGB is 232 - color contains mainly: red. Hex color #E86167 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E86167 is #179E98. Grayscale: #8A8A8A. Windows color (decimal): -1547929 or 6775272. OLE color: 6775272.
HSL color Cylindrical-coordinate representation of color #E86167: hue angle of 357.33º 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 #E86167 is Cyan = 0, Magento = 0.58, Yellow = 0.56 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 97 | 103 | - |
| CMYK | 0 | 0.58 | 0.56 | 0.09 |
| HSL | 357.33º | 0.75% | 0.65% | - |
| HSV(B) | 357.33º | 0.58% | 0.91% | - |
| XYZ | 40 | 26.68 | 15.87 | - |
| YUV | 138.05 | 108.23 | 195.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 97 | 103 | 0 | 0.58 | 0.56 | 0.09 | 357.33 | 0.75 | 0.65 |
| Hex | E8 | 61 | 67 | 0 | 3A | 38 | 9 | 165 | 4B | 41 |
| Octal | 350 | 141 | 147 | 0 | 72 | 70 | 11 | 545 | 113 | 101 |
| Binary | 11101000 | 1100001 | 1100111 | 0 | 111010 | 111000 | 1001 | 101100101 | 1001011 | 1000001 |
Color Harmonies of #E86167
Complementary color
Monochromatic Colors of #E86167
Black with #E86167
Text Example
Text Example
White with #E86167
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E86167; }
p { color: rgb(232,97,103); }
H1.HeaderClassName
{
color: #E86167;
}
.AnyTagClassName
{
color: #E86167;
}
</style>
background-color css
<style>
a { background-color: #E86167; }
a { background-color: rgb(232,97,103); }
div.DivClassName
{
background-color: #E86167;
}
.BgClassName
{
background-color: #E86167;
}
</style>
border-color css
<style>
span { border-color: #E86167; }
span { border-color: rgb(232,97,103); }
td.TdClassName
{
border-color: #E86167;
}
.TagClassName
{
border-color: #E86167;
}
</style>