Shades of Froly #E77F80
Tints of Froly #E77F80
RGB
CMYK
RGB Variations
Color information
#E77F80 (or 0xE77F80) is known color: Froly. HEX triplet: E7, 7F and 80. RGB value is (231,127,128). Sum of RGB (Red+Green+Blue) = 231+127+128=486 (64% of max value = 765). Red value is 231 (90.62% from 255 or 47.53% from 486); Green value is 127 (50% from 255 or 26.13% from 486); Blue value is 128 (50.39% from 255 or 26.34% from 486); Max value from RGB is 231 - color contains mainly: red. Hex color #E77F80 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E77F80 is #18807F. Grayscale: #9E9E9E. Windows color (decimal): -1605760 or 8421351. OLE color: 8421351.
HSL color Cylindrical-coordinate representation of color #E77F80: hue angle of 359.42º degrees, saturation: 0.68, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #E77F80 is Cyan = 0, Magento = 0.45, Yellow = 0.45 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 127 | 128 | - |
| CMYK | 0 | 0.45 | 0.45 | 0.09 |
| HSL | 359.42º | 0.68% | 0.7% | - |
| HSV(B) | 359.42º | 0.45% | 0.91% | - |
| XYZ | 44.44 | 33.73 | 24.59 | - |
| YUV | 158.21 | 110.96 | 179.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 127 | 128 | 0 | 0.45 | 0.45 | 0.09 | 359.42 | 0.68 | 0.7 |
| Hex | E7 | 7F | 80 | 0 | 2D | 2D | 9 | 167 | 44 | 46 |
| Octal | 347 | 177 | 200 | 0 | 55 | 55 | 11 | 547 | 104 | 106 |
| Binary | 11100111 | 1111111 | 10000000 | 0 | 101101 | 101101 | 1001 | 101100111 | 1000100 | 1000110 |
Color Harmonies of #E77F80
Complementary color
Monochromatic Colors of #E77F80
Black with #E77F80
Text Example
Text Example
White with #E77F80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E77F80; }
p { color: rgb(231,127,128); }
H1.HeaderClassName
{
color: #E77F80;
}
.AnyTagClassName
{
color: #E77F80;
}
</style>
background-color css
<style>
a { background-color: #E77F80; }
a { background-color: rgb(231,127,128); }
div.DivClassName
{
background-color: #E77F80;
}
.BgClassName
{
background-color: #E77F80;
}
</style>
border-color css
<style>
span { border-color: #E77F80; }
span { border-color: rgb(231,127,128); }
td.TdClassName
{
border-color: #E77F80;
}
.TagClassName
{
border-color: #E77F80;
}
</style>