Shades of Froly #E85862
Tints of Froly #E85862
RGB
CMYK
RGB Variations
Color information
#E85862 (or 0xE85862) is known color: Froly. HEX triplet: E8, 58 and 62. RGB value is (232,88,98). Sum of RGB (Red+Green+Blue) = 232+88+98=418 (55% of max value = 765). Red value is 232 (91.02% from 255 or 55.50% from 418); Green value is 88 (34.77% from 255 or 21.05% from 418); Blue value is 98 (38.67% from 255 or 23.44% from 418); Max value from RGB is 232 - color contains mainly: red. Hex color #E85862 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E85862 is #17A79D. Grayscale: #848484. Windows color (decimal): -1550238 or 6445288. OLE color: 6445288.
HSL color Cylindrical-coordinate representation of color #E85862: hue angle of 355.83º 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 #E85862 is Cyan = 0, Magento = 0.62, Yellow = 0.58 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 88 | 98 | - |
| CMYK | 0 | 0.62 | 0.58 | 0.09 |
| HSL | 355.83º | 0.76% | 0.63% | - |
| HSV(B) | 355.83º | 0.62% | 0.91% | - |
| XYZ | 38.97 | 25.02 | 14.33 | - |
| YUV | 132.2 | 108.71 | 199.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 88 | 98 | 0 | 0.62 | 0.58 | 0.09 | 355.83 | 0.76 | 0.63 |
| Hex | E8 | 58 | 62 | 0 | 3E | 3A | 9 | 164 | 4C | 3F |
| Octal | 350 | 130 | 142 | 0 | 76 | 72 | 11 | 544 | 114 | 77 |
| Binary | 11101000 | 1011000 | 1100010 | 0 | 111110 | 111010 | 1001 | 101100100 | 1001100 | 111111 |
Color Harmonies of #E85862
Complementary color
Monochromatic Colors of #E85862
Black with #E85862
Text Example
Text Example
White with #E85862
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E85862; }
p { color: rgb(232,88,98); }
H1.HeaderClassName
{
color: #E85862;
}
.AnyTagClassName
{
color: #E85862;
}
</style>
background-color css
<style>
a { background-color: #E85862; }
a { background-color: rgb(232,88,98); }
div.DivClassName
{
background-color: #E85862;
}
.BgClassName
{
background-color: #E85862;
}
</style>
border-color css
<style>
span { border-color: #E85862; }
span { border-color: rgb(232,88,98); }
td.TdClassName
{
border-color: #E85862;
}
.TagClassName
{
border-color: #E85862;
}
</style>