Shades of Froly #E87D81
Tints of Froly #E87D81
RGB
CMYK
RGB Variations
Color information
#E87D81 (or 0xE87D81) is known color: Froly. HEX triplet: E8, 7D and 81. RGB value is (232,125,129). Sum of RGB (Red+Green+Blue) = 232+125+129=486 (64% of max value = 765). Red value is 232 (91.02% from 255 or 47.74% from 486); Green value is 125 (49.22% from 255 or 25.72% from 486); Blue value is 129 (50.78% from 255 or 26.54% from 486); Max value from RGB is 232 - color contains mainly: red. Hex color #E87D81 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E87D81 is #17827E. Grayscale: #9D9D9D. Windows color (decimal): -1540735 or 8486376. OLE color: 8486376.
HSL color Cylindrical-coordinate representation of color #E87D81: hue angle of 357.76º 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 #E87D81 is Cyan = 0, Magento = 0.46, Yellow = 0.44 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 125 | 129 | - |
| CMYK | 0 | 0.46 | 0.44 | 0.09 |
| HSL | 357.76º | 0.7% | 0.7% | - |
| HSV(B) | 357.76º | 0.46% | 0.91% | - |
| XYZ | 44.57 | 33.41 | 24.87 | - |
| YUV | 157.45 | 111.95 | 181.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 125 | 129 | 0 | 0.46 | 0.44 | 0.09 | 357.76 | 0.7 | 0.7 |
| Hex | E8 | 7D | 81 | 0 | 2E | 2C | 9 | 166 | 46 | 46 |
| Octal | 350 | 175 | 201 | 0 | 56 | 54 | 11 | 546 | 106 | 106 |
| Binary | 11101000 | 1111101 | 10000001 | 0 | 101110 | 101100 | 1001 | 101100110 | 1000110 | 1000110 |
Color Harmonies of #E87D81
Complementary color
Monochromatic Colors of #E87D81
Black with #E87D81
Text Example
Text Example
White with #E87D81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E87D81; }
p { color: rgb(232,125,129); }
H1.HeaderClassName
{
color: #E87D81;
}
.AnyTagClassName
{
color: #E87D81;
}
</style>
background-color css
<style>
a { background-color: #E87D81; }
a { background-color: rgb(232,125,129); }
div.DivClassName
{
background-color: #E87D81;
}
.BgClassName
{
background-color: #E87D81;
}
</style>
border-color css
<style>
span { border-color: #E87D81; }
span { border-color: rgb(232,125,129); }
td.TdClassName
{
border-color: #E87D81;
}
.TagClassName
{
border-color: #E87D81;
}
</style>