Shades of Froly #E77071
Tints of Froly #E77071
RGB
CMYK
RGB Variations
Color information
#E77071 (or 0xE77071) is known color: Froly. HEX triplet: E7, 70 and 71. RGB value is (231,112,113). Sum of RGB (Red+Green+Blue) = 231+112+113=456 (60% of max value = 765). Red value is 231 (90.62% from 255 or 50.66% from 456); Green value is 112 (44.14% from 255 or 24.56% from 456); Blue value is 113 (44.53% from 255 or 24.78% from 456); Max value from RGB is 231 - color contains mainly: red. Hex color #E77071 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E77071 is #188F8E. Grayscale: #939393. Windows color (decimal): -1609615 or 7434471. OLE color: 7434471.
HSL color Cylindrical-coordinate representation of color #E77071: hue angle of 359.5º degrees, saturation: 0.71, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E77071 is Cyan = 0, Magento = 0.52, Yellow = 0.51 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 112 | 113 | - |
| CMYK | 0 | 0.52 | 0.51 | 0.09 |
| HSL | 359.5º | 0.71% | 0.67% | - |
| HSV(B) | 359.5º | 0.52% | 0.91% | - |
| XYZ | 41.73 | 29.77 | 19.17 | - |
| YUV | 147.7 | 108.42 | 187.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 112 | 113 | 0 | 0.52 | 0.51 | 0.09 | 359.5 | 0.71 | 0.67 |
| Hex | E7 | 70 | 71 | 0 | 34 | 33 | 9 | 167 | 47 | 43 |
| Octal | 347 | 160 | 161 | 0 | 64 | 63 | 11 | 547 | 107 | 103 |
| Binary | 11100111 | 1110000 | 1110001 | 0 | 110100 | 110011 | 1001 | 101100111 | 1000111 | 1000011 |
Color Harmonies of #E77071
Complementary color
Monochromatic Colors of #E77071
Black with #E77071
Text Example
Text Example
White with #E77071
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E77071; }
p { color: rgb(231,112,113); }
H1.HeaderClassName
{
color: #E77071;
}
.AnyTagClassName
{
color: #E77071;
}
</style>
background-color css
<style>
a { background-color: #E77071; }
a { background-color: rgb(231,112,113); }
div.DivClassName
{
background-color: #E77071;
}
.BgClassName
{
background-color: #E77071;
}
</style>
border-color css
<style>
span { border-color: #E77071; }
span { border-color: rgb(231,112,113); }
td.TdClassName
{
border-color: #E77071;
}
.TagClassName
{
border-color: #E77071;
}
</style>