Shades of Froly #E86375
Tints of Froly #E86375
RGB
CMYK
RGB Variations
Color information
#E86375 (or 0xE86375) is known color: Froly. HEX triplet: E8, 63 and 75. RGB value is (232,99,117). Sum of RGB (Red+Green+Blue) = 232+99+117=448 (59% of max value = 765). Red value is 232 (91.02% from 255 or 51.79% from 448); Green value is 99 (39.06% from 255 or 22.10% from 448); Blue value is 117 (46.09% from 255 or 26.12% from 448); Max value from RGB is 232 - color contains mainly: red. Hex color #E86375 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E86375 is #179C8A. Grayscale: #8C8C8C. Windows color (decimal): -1547403 or 7693288. OLE color: 7693288.
HSL color Cylindrical-coordinate representation of color #E86375: hue angle of 351.88º degrees, saturation: 0.74, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #E86375 is Cyan = 0, Magento = 0.57, Yellow = 0.50 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 99 | 117 | - |
| CMYK | 0 | 0.57 | 0.50 | 0.09 |
| HSL | 351.88º | 0.74% | 0.65% | - |
| HSV(B) | 351.88º | 0.57% | 0.91% | - |
| XYZ | 40.95 | 27.36 | 19.95 | - |
| YUV | 140.82 | 114.56 | 193.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 99 | 117 | 0 | 0.57 | 0.50 | 0.09 | 351.88 | 0.74 | 0.65 |
| Hex | E8 | 63 | 75 | 0 | 39 | 32 | 9 | 160 | 4A | 41 |
| Octal | 350 | 143 | 165 | 0 | 71 | 62 | 11 | 540 | 112 | 101 |
| Binary | 11101000 | 1100011 | 1110101 | 0 | 111001 | 110010 | 1001 | 101100000 | 1001010 | 1000001 |
Color Harmonies of #E86375
Complementary color
Monochromatic Colors of #E86375
Black with #E86375
Text Example
Text Example
White with #E86375
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E86375; }
p { color: rgb(232,99,117); }
H1.HeaderClassName
{
color: #E86375;
}
.AnyTagClassName
{
color: #E86375;
}
</style>
background-color css
<style>
a { background-color: #E86375; }
a { background-color: rgb(232,99,117); }
div.DivClassName
{
background-color: #E86375;
}
.BgClassName
{
background-color: #E86375;
}
</style>
border-color css
<style>
span { border-color: #E86375; }
span { border-color: rgb(232,99,117); }
td.TdClassName
{
border-color: #E86375;
}
.TagClassName
{
border-color: #E86375;
}
</style>