Shades of Froly #E77175
Tints of Froly #E77175
RGB
CMYK
RGB Variations
Color information
#E77175 (or 0xE77175) is known color: Froly. HEX triplet: E7, 71 and 75. RGB value is (231,113,117). Sum of RGB (Red+Green+Blue) = 231+113+117=461 (61% of max value = 765). Red value is 231 (90.62% from 255 or 50.11% from 461); Green value is 113 (44.53% from 255 or 24.51% from 461); Blue value is 117 (46.09% from 255 or 25.38% from 461); Max value from RGB is 231 - color contains mainly: red. Hex color #E77175 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E77175 is #188E8A. Grayscale: #949494. Windows color (decimal): -1609355 or 7696871. OLE color: 7696871.
HSL color Cylindrical-coordinate representation of color #E77175: hue angle of 357.97º degrees, saturation: 0.71, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #E77175 is Cyan = 0, Magento = 0.51, Yellow = 0.49 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 113 | 117 | - |
| CMYK | 0 | 0.51 | 0.49 | 0.09 |
| HSL | 357.97º | 0.71% | 0.67% | - |
| HSV(B) | 357.97º | 0.51% | 0.91% | - |
| XYZ | 42.07 | 30.08 | 20.42 | - |
| YUV | 148.74 | 110.09 | 186.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 113 | 117 | 0 | 0.51 | 0.49 | 0.09 | 357.97 | 0.71 | 0.67 |
| Hex | E7 | 71 | 75 | 0 | 33 | 31 | 9 | 166 | 47 | 43 |
| Octal | 347 | 161 | 165 | 0 | 63 | 61 | 11 | 546 | 107 | 103 |
| Binary | 11100111 | 1110001 | 1110101 | 0 | 110011 | 110001 | 1001 | 101100110 | 1000111 | 1000011 |
Color Harmonies of #E77175
Complementary color
Monochromatic Colors of #E77175
Black with #E77175
Text Example
Text Example
White with #E77175
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E77175; }
p { color: rgb(231,113,117); }
H1.HeaderClassName
{
color: #E77175;
}
.AnyTagClassName
{
color: #E77175;
}
</style>
background-color css
<style>
a { background-color: #E77175; }
a { background-color: rgb(231,113,117); }
div.DivClassName
{
background-color: #E77175;
}
.BgClassName
{
background-color: #E77175;
}
</style>
border-color css
<style>
span { border-color: #E77175; }
span { border-color: rgb(231,113,117); }
td.TdClassName
{
border-color: #E77175;
}
.TagClassName
{
border-color: #E77175;
}
</style>