Shades of Froly #E77B80
Tints of Froly #E77B80
RGB
CMYK
RGB Variations
Color information
#E77B80 (or 0xE77B80) is known color: Froly. HEX triplet: E7, 7B and 80. RGB value is (231,123,128). Sum of RGB (Red+Green+Blue) = 231+123+128=482 (63% of max value = 765). Red value is 231 (90.62% from 255 or 47.93% from 482); Green value is 123 (48.44% from 255 or 25.52% from 482); Blue value is 128 (50.39% from 255 or 26.56% from 482); Max value from RGB is 231 - color contains mainly: red. Hex color #E77B80 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E77B80 is #18847F. Grayscale: #9B9B9B. Windows color (decimal): -1606784 or 8420327. OLE color: 8420327.
HSL color Cylindrical-coordinate representation of color #E77B80: hue angle of 357.22º degrees, saturation: 0.69, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #E77B80 is Cyan = 0, Magento = 0.47, Yellow = 0.45 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 123 | 128 | - |
| CMYK | 0 | 0.47 | 0.45 | 0.09 |
| HSL | 357.22º | 0.69% | 0.69% | - |
| HSV(B) | 357.22º | 0.47% | 0.91% | - |
| XYZ | 43.93 | 32.71 | 24.42 | - |
| YUV | 155.86 | 112.28 | 181.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 123 | 128 | 0 | 0.47 | 0.45 | 0.09 | 357.22 | 0.69 | 0.69 |
| Hex | E7 | 7B | 80 | 0 | 2F | 2D | 9 | 165 | 45 | 45 |
| Octal | 347 | 173 | 200 | 0 | 57 | 55 | 11 | 545 | 105 | 105 |
| Binary | 11100111 | 1111011 | 10000000 | 0 | 101111 | 101101 | 1001 | 101100101 | 1000101 | 1000101 |
Color Harmonies of #E77B80
Complementary color
Monochromatic Colors of #E77B80
Black with #E77B80
Text Example
Text Example
White with #E77B80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E77B80; }
p { color: rgb(231,123,128); }
H1.HeaderClassName
{
color: #E77B80;
}
.AnyTagClassName
{
color: #E77B80;
}
</style>
background-color css
<style>
a { background-color: #E77B80; }
a { background-color: rgb(231,123,128); }
div.DivClassName
{
background-color: #E77B80;
}
.BgClassName
{
background-color: #E77B80;
}
</style>
border-color css
<style>
span { border-color: #E77B80; }
span { border-color: rgb(231,123,128); }
td.TdClassName
{
border-color: #E77B80;
}
.TagClassName
{
border-color: #E77B80;
}
</style>