Shades of Froly #E85665
Tints of Froly #E85665
RGB
CMYK
RGB Variations
Color information
#E85665 (or 0xE85665) is known color: Froly. HEX triplet: E8, 56 and 65. RGB value is (232,86,101). Sum of RGB (Red+Green+Blue) = 232+86+101=419 (55% of max value = 765). Red value is 232 (91.02% from 255 or 55.37% from 419); Green value is 86 (33.98% from 255 or 20.53% from 419); Blue value is 101 (39.84% from 255 or 24.11% from 419); Max value from RGB is 232 - color contains mainly: red. Hex color #E85665 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E85665 is #17A99A. Grayscale: #838383. Windows color (decimal): -1550747 or 6641384. OLE color: 6641384.
HSL color Cylindrical-coordinate representation of color #E85665: hue angle of 353.84º degrees, saturation: 0.76, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #E85665 is Cyan = 0, Magento = 0.63, Yellow = 0.56 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 86 | 101 | - |
| CMYK | 0 | 0.63 | 0.56 | 0.09 |
| HSL | 353.84º | 0.76% | 0.62% | - |
| HSV(B) | 353.84º | 0.63% | 0.91% | - |
| XYZ | 38.96 | 24.75 | 15.04 | - |
| YUV | 131.36 | 110.87 | 199.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 86 | 101 | 0 | 0.63 | 0.56 | 0.09 | 353.84 | 0.76 | 0.62 |
| Hex | E8 | 56 | 65 | 0 | 3F | 38 | 9 | 162 | 4C | 3E |
| Octal | 350 | 126 | 145 | 0 | 77 | 70 | 11 | 542 | 114 | 76 |
| Binary | 11101000 | 1010110 | 1100101 | 0 | 111111 | 111000 | 1001 | 101100010 | 1001100 | 111110 |
Color Harmonies of #E85665
Complementary color
Monochromatic Colors of #E85665
Black with #E85665
Text Example
Text Example
White with #E85665
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E85665; }
p { color: rgb(232,86,101); }
H1.HeaderClassName
{
color: #E85665;
}
.AnyTagClassName
{
color: #E85665;
}
</style>
background-color css
<style>
a { background-color: #E85665; }
a { background-color: rgb(232,86,101); }
div.DivClassName
{
background-color: #E85665;
}
.BgClassName
{
background-color: #E85665;
}
</style>
border-color css
<style>
span { border-color: #E85665; }
span { border-color: rgb(232,86,101); }
td.TdClassName
{
border-color: #E85665;
}
.TagClassName
{
border-color: #E85665;
}
</style>