Shades of Froly #E86E7C
Tints of Froly #E86E7C
RGB
CMYK
RGB Variations
Color information
#E86E7C (or 0xE86E7C) is known color: Froly. HEX triplet: E8, 6E and 7C. RGB value is (232,110,124). Sum of RGB (Red+Green+Blue) = 232+110+124=466 (61% of max value = 765). Red value is 232 (91.02% from 255 or 49.79% from 466); Green value is 110 (43.36% from 255 or 23.61% from 466); Blue value is 124 (48.83% from 255 or 26.61% from 466); Max value from RGB is 232 - color contains mainly: red. Hex color #E86E7C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E86E7C is #179183. Grayscale: #949494. Windows color (decimal): -1544580 or 8154856. OLE color: 8154856.
HSL color Cylindrical-coordinate representation of color #E86E7C: hue angle of 353.11º 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 #E86E7C is Cyan = 0, Magento = 0.53, Yellow = 0.47 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 110 | 124 | - |
| CMYK | 0 | 0.53 | 0.47 | 0.09 |
| HSL | 353.11º | 0.73% | 0.67% | - |
| HSV(B) | 353.11º | 0.53% | 0.91% | - |
| XYZ | 42.49 | 29.76 | 22.57 | - |
| YUV | 148.07 | 114.42 | 187.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 110 | 124 | 0 | 0.53 | 0.47 | 0.09 | 353.11 | 0.73 | 0.67 |
| Hex | E8 | 6E | 7C | 0 | 35 | 2F | 9 | 161 | 49 | 43 |
| Octal | 350 | 156 | 174 | 0 | 65 | 57 | 11 | 541 | 111 | 103 |
| Binary | 11101000 | 1101110 | 1111100 | 0 | 110101 | 101111 | 1001 | 101100001 | 1001001 | 1000011 |
Color Harmonies of #E86E7C
Complementary color
Monochromatic Colors of #E86E7C
Black with #E86E7C
Text Example
Text Example
White with #E86E7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E86E7C; }
p { color: rgb(232,110,124); }
H1.HeaderClassName
{
color: #E86E7C;
}
.AnyTagClassName
{
color: #E86E7C;
}
</style>
background-color css
<style>
a { background-color: #E86E7C; }
a { background-color: rgb(232,110,124); }
div.DivClassName
{
background-color: #E86E7C;
}
.BgClassName
{
background-color: #E86E7C;
}
</style>
border-color css
<style>
span { border-color: #E86E7C; }
span { border-color: rgb(232,110,124); }
td.TdClassName
{
border-color: #E86E7C;
}
.TagClassName
{
border-color: #E86E7C;
}
</style>