Shades of Froly #E86162
Tints of Froly #E86162
RGB
CMYK
RGB Variations
Color information
#E86162 (or 0xE86162) is known color: Froly. HEX triplet: E8, 61 and 62. RGB value is (232,97,98). Sum of RGB (Red+Green+Blue) = 232+97+98=427 (56% of max value = 765). Red value is 232 (91.02% from 255 or 54.33% from 427); Green value is 97 (38.28% from 255 or 22.72% from 427); Blue value is 98 (38.67% from 255 or 22.95% from 427); Max value from RGB is 232 - color contains mainly: red. Hex color #E86162 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E86162 is #179E9D. Grayscale: #898989. Windows color (decimal): -1547934 or 6447592. OLE color: 6447592.
HSL color Cylindrical-coordinate representation of color #E86162: hue angle of 359.56º degrees, saturation: 0.75, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E86162 is Cyan = 0, Magento = 0.58, Yellow = 0.58 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 97 | 98 | - |
| CMYK | 0 | 0.58 | 0.58 | 0.09 |
| HSL | 359.56º | 0.75% | 0.65% | - |
| HSV(B) | 359.56º | 0.58% | 0.91% | - |
| XYZ | 39.76 | 26.59 | 14.59 | - |
| YUV | 137.48 | 105.73 | 195.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 97 | 98 | 0 | 0.58 | 0.58 | 0.09 | 359.56 | 0.75 | 0.65 |
| Hex | E8 | 61 | 62 | 0 | 3A | 3A | 9 | 168 | 4B | 41 |
| Octal | 350 | 141 | 142 | 0 | 72 | 72 | 11 | 550 | 113 | 101 |
| Binary | 11101000 | 1100001 | 1100010 | 0 | 111010 | 111010 | 1001 | 101101000 | 1001011 | 1000001 |
Color Harmonies of #E86162
Complementary color
Monochromatic Colors of #E86162
Black with #E86162
Text Example
Text Example
White with #E86162
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E86162; }
p { color: rgb(232,97,98); }
H1.HeaderClassName
{
color: #E86162;
}
.AnyTagClassName
{
color: #E86162;
}
</style>
background-color css
<style>
a { background-color: #E86162; }
a { background-color: rgb(232,97,98); }
div.DivClassName
{
background-color: #E86162;
}
.BgClassName
{
background-color: #E86162;
}
</style>
border-color css
<style>
span { border-color: #E86162; }
span { border-color: rgb(232,97,98); }
td.TdClassName
{
border-color: #E86162;
}
.TagClassName
{
border-color: #E86162;
}
</style>