Shades of Froly #E85866
Tints of Froly #E85866
RGB
CMYK
RGB Variations
Color information
#E85866 (or 0xE85866) is known color: Froly. HEX triplet: E8, 58 and 66. RGB value is (232,88,102). Sum of RGB (Red+Green+Blue) = 232+88+102=422 (55% of max value = 765). Red value is 232 (91.02% from 255 or 54.98% from 422); Green value is 88 (34.77% from 255 or 20.85% from 422); Blue value is 102 (40.23% from 255 or 24.17% from 422); Max value from RGB is 232 - color contains mainly: red. Hex color #E85866 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E85866 is #17A799. Grayscale: #848484. Windows color (decimal): -1550234 or 6707432. OLE color: 6707432.
HSL color Cylindrical-coordinate representation of color #E85866: hue angle of 354.17º degrees, saturation: 0.76, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #E85866 is Cyan = 0, Magento = 0.62, Yellow = 0.56 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 88 | 102 | - |
| CMYK | 0 | 0.62 | 0.56 | 0.09 |
| HSL | 354.17º | 0.76% | 0.63% | - |
| HSV(B) | 354.17º | 0.62% | 0.91% | - |
| XYZ | 39.17 | 25.09 | 15.35 | - |
| YUV | 132.65 | 110.71 | 198.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 88 | 102 | 0 | 0.62 | 0.56 | 0.09 | 354.17 | 0.76 | 0.63 |
| Hex | E8 | 58 | 66 | 0 | 3E | 38 | 9 | 162 | 4C | 3F |
| Octal | 350 | 130 | 146 | 0 | 76 | 70 | 11 | 542 | 114 | 77 |
| Binary | 11101000 | 1011000 | 1100110 | 0 | 111110 | 111000 | 1001 | 101100010 | 1001100 | 111111 |
Color Harmonies of #E85866
Complementary color
Monochromatic Colors of #E85866
Black with #E85866
Text Example
Text Example
White with #E85866
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E85866; }
p { color: rgb(232,88,102); }
H1.HeaderClassName
{
color: #E85866;
}
.AnyTagClassName
{
color: #E85866;
}
</style>
background-color css
<style>
a { background-color: #E85866; }
a { background-color: rgb(232,88,102); }
div.DivClassName
{
background-color: #E85866;
}
.BgClassName
{
background-color: #E85866;
}
</style>
border-color css
<style>
span { border-color: #E85866; }
span { border-color: rgb(232,88,102); }
td.TdClassName
{
border-color: #E85866;
}
.TagClassName
{
border-color: #E85866;
}
</style>