Shades of Froly #E77375
Tints of Froly #E77375
RGB
CMYK
RGB Variations
Color information
#E77375 (or 0xE77375) is known color: Froly. HEX triplet: E7, 73 and 75. RGB value is (231,115,117). Sum of RGB (Red+Green+Blue) = 231+115+117=463 (61% of max value = 765). Red value is 231 (90.62% from 255 or 49.89% from 463); Green value is 115 (45.31% from 255 or 24.84% from 463); Blue value is 117 (46.09% from 255 or 25.27% from 463); Max value from RGB is 231 - color contains mainly: red. Hex color #E77375 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E77375 is #188C8A. Grayscale: #969696. Windows color (decimal): -1608843 or 7697383. OLE color: 7697383.
HSL color Cylindrical-coordinate representation of color #E77375: hue angle of 358.97º degrees, saturation: 0.71, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E77375 is Cyan = 0, Magento = 0.50, Yellow = 0.49 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 115 | 117 | - |
| CMYK | 0 | 0.50 | 0.49 | 0.09 |
| HSL | 358.97º | 0.71% | 0.68% | - |
| HSV(B) | 358.97º | 0.5% | 0.91% | - |
| XYZ | 42.3 | 30.53 | 20.49 | - |
| YUV | 149.91 | 109.43 | 185.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 115 | 117 | 0 | 0.50 | 0.49 | 0.09 | 358.97 | 0.71 | 0.68 |
| Hex | E7 | 73 | 75 | 0 | 32 | 31 | 9 | 167 | 47 | 44 |
| Octal | 347 | 163 | 165 | 0 | 62 | 61 | 11 | 547 | 107 | 104 |
| Binary | 11100111 | 1110011 | 1110101 | 0 | 110010 | 110001 | 1001 | 101100111 | 1000111 | 1000100 |
Color Harmonies of #E77375
Complementary color
Monochromatic Colors of #E77375
Black with #E77375
Text Example
Text Example
White with #E77375
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E77375; }
p { color: rgb(231,115,117); }
H1.HeaderClassName
{
color: #E77375;
}
.AnyTagClassName
{
color: #E77375;
}
</style>
background-color css
<style>
a { background-color: #E77375; }
a { background-color: rgb(231,115,117); }
div.DivClassName
{
background-color: #E77375;
}
.BgClassName
{
background-color: #E77375;
}
</style>
border-color css
<style>
span { border-color: #E77375; }
span { border-color: rgb(231,115,117); }
td.TdClassName
{
border-color: #E77375;
}
.TagClassName
{
border-color: #E77375;
}
</style>