Shades of Froly #E85863
Tints of Froly #E85863
RGB
CMYK
RGB Variations
Color information
#E85863 (or 0xE85863) is known color: Froly. HEX triplet: E8, 58 and 63. RGB value is (232,88,99). Sum of RGB (Red+Green+Blue) = 232+88+99=419 (55% of max value = 765). Red value is 232 (91.02% from 255 or 55.37% from 419); Green value is 88 (34.77% from 255 or 21.00% from 419); Blue value is 99 (39.06% from 255 or 23.63% from 419); Max value from RGB is 232 - color contains mainly: red. Hex color #E85863 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E85863 is #17A79C. Grayscale: #848484. Windows color (decimal): -1550237 or 6510824. OLE color: 6510824.
HSL color Cylindrical-coordinate representation of color #E85863: hue angle of 355.42º 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 #E85863 is Cyan = 0, Magento = 0.62, Yellow = 0.57 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 88 | 99 | - |
| CMYK | 0 | 0.62 | 0.57 | 0.09 |
| HSL | 355.42º | 0.76% | 0.63% | - |
| HSV(B) | 355.42º | 0.62% | 0.91% | - |
| XYZ | 39.02 | 25.04 | 14.58 | - |
| YUV | 132.31 | 109.21 | 199.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 88 | 99 | 0 | 0.62 | 0.57 | 0.09 | 355.42 | 0.76 | 0.63 |
| Hex | E8 | 58 | 63 | 0 | 3E | 39 | 9 | 163 | 4C | 3F |
| Octal | 350 | 130 | 143 | 0 | 76 | 71 | 11 | 543 | 114 | 77 |
| Binary | 11101000 | 1011000 | 1100011 | 0 | 111110 | 111001 | 1001 | 101100011 | 1001100 | 111111 |
Color Harmonies of #E85863
Complementary color
Monochromatic Colors of #E85863
Black with #E85863
Text Example
Text Example
White with #E85863
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E85863; }
p { color: rgb(232,88,99); }
H1.HeaderClassName
{
color: #E85863;
}
.AnyTagClassName
{
color: #E85863;
}
</style>
background-color css
<style>
a { background-color: #E85863; }
a { background-color: rgb(232,88,99); }
div.DivClassName
{
background-color: #E85863;
}
.BgClassName
{
background-color: #E85863;
}
</style>
border-color css
<style>
span { border-color: #E85863; }
span { border-color: rgb(232,88,99); }
td.TdClassName
{
border-color: #E85863;
}
.TagClassName
{
border-color: #E85863;
}
</style>