Shades of Froly #E86C7B
Tints of Froly #E86C7B
RGB
CMYK
RGB Variations
Color information
#E86C7B (or 0xE86C7B) is known color: Froly. HEX triplet: E8, 6C and 7B. RGB value is (232,108,123). Sum of RGB (Red+Green+Blue) = 232+108+123=463 (61% of max value = 765). Red value is 232 (91.02% from 255 or 50.11% from 463); Green value is 108 (42.58% from 255 or 23.33% from 463); Blue value is 123 (48.44% from 255 or 26.57% from 463); Max value from RGB is 232 - color contains mainly: red. Hex color #E86C7B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E86C7B is #179384. Grayscale: #929292. Windows color (decimal): -1545093 or 8088808. OLE color: 8088808.
HSL color Cylindrical-coordinate representation of color #E86C7B: hue angle of 352.74º degrees, saturation: 0.73, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #E86C7B is Cyan = 0, Magento = 0.53, Yellow = 0.47 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 108 | 123 | - |
| CMYK | 0 | 0.53 | 0.47 | 0.09 |
| HSL | 352.74º | 0.73% | 0.67% | - |
| HSV(B) | 352.74º | 0.53% | 0.91% | - |
| XYZ | 42.22 | 29.31 | 22.17 | - |
| YUV | 146.79 | 114.58 | 188.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 108 | 123 | 0 | 0.53 | 0.47 | 0.09 | 352.74 | 0.73 | 0.67 |
| Hex | E8 | 6C | 7B | 0 | 35 | 2F | 9 | 161 | 49 | 43 |
| Octal | 350 | 154 | 173 | 0 | 65 | 57 | 11 | 541 | 111 | 103 |
| Binary | 11101000 | 1101100 | 1111011 | 0 | 110101 | 101111 | 1001 | 101100001 | 1001001 | 1000011 |
Color Harmonies of #E86C7B
Complementary color
Monochromatic Colors of #E86C7B
Black with #E86C7B
Text Example
Text Example
White with #E86C7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E86C7B; }
p { color: rgb(232,108,123); }
H1.HeaderClassName
{
color: #E86C7B;
}
.AnyTagClassName
{
color: #E86C7B;
}
</style>
background-color css
<style>
a { background-color: #E86C7B; }
a { background-color: rgb(232,108,123); }
div.DivClassName
{
background-color: #E86C7B;
}
.BgClassName
{
background-color: #E86C7B;
}
</style>
border-color css
<style>
span { border-color: #E86C7B; }
span { border-color: rgb(232,108,123); }
td.TdClassName
{
border-color: #E86C7B;
}
.TagClassName
{
border-color: #E86C7B;
}
</style>