Shades of Froly #E87D83
Tints of Froly #E87D83
RGB
CMYK
RGB Variations
Color information
#E87D83 (or 0xE87D83) is known color: Froly. HEX triplet: E8, 7D and 83. RGB value is (232,125,131). Sum of RGB (Red+Green+Blue) = 232+125+131=488 (64% of max value = 765). Red value is 232 (91.02% from 255 or 47.54% from 488); Green value is 125 (49.22% from 255 or 25.61% from 488); Blue value is 131 (51.56% from 255 or 26.84% from 488); Max value from RGB is 232 - color contains mainly: red. Hex color #E87D83 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E87D83 is #17827C. Grayscale: #9D9D9D. Windows color (decimal): -1540733 or 8617448. OLE color: 8617448.
HSL color Cylindrical-coordinate representation of color #E87D83: hue angle of 356.64º degrees, saturation: 0.7, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #E87D83 is Cyan = 0, Magento = 0.46, Yellow = 0.44 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 125 | 131 | - |
| CMYK | 0 | 0.46 | 0.44 | 0.09 |
| HSL | 356.64º | 0.7% | 0.7% | - |
| HSV(B) | 356.64º | 0.46% | 0.91% | - |
| XYZ | 44.71 | 33.46 | 25.58 | - |
| YUV | 157.68 | 112.95 | 181.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 125 | 131 | 0 | 0.46 | 0.44 | 0.09 | 356.64 | 0.7 | 0.7 |
| Hex | E8 | 7D | 83 | 0 | 2E | 2C | 9 | 165 | 46 | 46 |
| Octal | 350 | 175 | 203 | 0 | 56 | 54 | 11 | 545 | 106 | 106 |
| Binary | 11101000 | 1111101 | 10000011 | 0 | 101110 | 101100 | 1001 | 101100101 | 1000110 | 1000110 |
Color Harmonies of #E87D83
Complementary color
Monochromatic Colors of #E87D83
Black with #E87D83
Text Example
Text Example
White with #E87D83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E87D83; }
p { color: rgb(232,125,131); }
H1.HeaderClassName
{
color: #E87D83;
}
.AnyTagClassName
{
color: #E87D83;
}
</style>
background-color css
<style>
a { background-color: #E87D83; }
a { background-color: rgb(232,125,131); }
div.DivClassName
{
background-color: #E87D83;
}
.BgClassName
{
background-color: #E87D83;
}
</style>
border-color css
<style>
span { border-color: #E87D83; }
span { border-color: rgb(232,125,131); }
td.TdClassName
{
border-color: #E87D83;
}
.TagClassName
{
border-color: #E87D83;
}
</style>