Shades of Froly #E86E80
Tints of Froly #E86E80
RGB
CMYK
RGB Variations
Color information
#E86E80 (or 0xE86E80) is known color: Froly. HEX triplet: E8, 6E and 80. RGB value is (232,110,128). Sum of RGB (Red+Green+Blue) = 232+110+128=470 (62% of max value = 765). Red value is 232 (91.02% from 255 or 49.36% from 470); Green value is 110 (43.36% from 255 or 23.40% from 470); Blue value is 128 (50.39% from 255 or 27.23% from 470); Max value from RGB is 232 - color contains mainly: red. Hex color #E86E80 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E86E80 is #17917F. Grayscale: #949494. Windows color (decimal): -1544576 or 8417000. OLE color: 8417000.
HSL color Cylindrical-coordinate representation of color #E86E80: hue angle of 351.15º 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 #E86E80 is Cyan = 0, Magento = 0.53, Yellow = 0.45 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 110 | 128 | - |
| CMYK | 0 | 0.53 | 0.45 | 0.09 |
| HSL | 351.15º | 0.73% | 0.67% | - |
| HSV(B) | 351.15º | 0.53% | 0.91% | - |
| XYZ | 42.75 | 29.87 | 23.93 | - |
| YUV | 148.53 | 116.42 | 187.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 110 | 128 | 0 | 0.53 | 0.45 | 0.09 | 351.15 | 0.73 | 0.67 |
| Hex | E8 | 6E | 80 | 0 | 35 | 2D | 9 | 15F | 49 | 43 |
| Octal | 350 | 156 | 200 | 0 | 65 | 55 | 11 | 537 | 111 | 103 |
| Binary | 11101000 | 1101110 | 10000000 | 0 | 110101 | 101101 | 1001 | 101011111 | 1001001 | 1000011 |
Color Harmonies of #E86E80
Complementary color
Monochromatic Colors of #E86E80
Black with #E86E80
Text Example
Text Example
White with #E86E80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E86E80; }
p { color: rgb(232,110,128); }
H1.HeaderClassName
{
color: #E86E80;
}
.AnyTagClassName
{
color: #E86E80;
}
</style>
background-color css
<style>
a { background-color: #E86E80; }
a { background-color: rgb(232,110,128); }
div.DivClassName
{
background-color: #E86E80;
}
.BgClassName
{
background-color: #E86E80;
}
</style>
border-color css
<style>
span { border-color: #E86E80; }
span { border-color: rgb(232,110,128); }
td.TdClassName
{
border-color: #E86E80;
}
.TagClassName
{
border-color: #E86E80;
}
</style>