Shades of Froly #E5777E
Tints of Froly #E5777E
RGB
CMYK
RGB Variations
Color information
#E5777E (or 0xE5777E) is known color: Froly. HEX triplet: E5, 77 and 7E. RGB value is (229,119,126). Sum of RGB (Red+Green+Blue) = 229+119+126=474 (62% of max value = 765). Red value is 229 (89.84% from 255 or 48.31% from 474); Green value is 119 (46.88% from 255 or 25.11% from 474); Blue value is 126 (49.61% from 255 or 26.58% from 474); Max value from RGB is 229 - color contains mainly: red. Hex color #E5777E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E5777E is #1A8881. Grayscale: #989898. Windows color (decimal): -1738882 or 8288229. OLE color: 8288229.
HSL color Cylindrical-coordinate representation of color #E5777E: hue angle of 356.18º degrees, saturation: 0.68, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #E5777E is Cyan = 0, Magento = 0.48, Yellow = 0.45 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 119 | 126 | - |
| CMYK | 0 | 0.48 | 0.45 | 0.10 |
| HSL | 356.18º | 0.68% | 0.68% | - |
| HSV(B) | 356.18º | 0.48% | 0.9% | - |
| XYZ | 42.68 | 31.36 | 23.54 | - |
| YUV | 152.69 | 112.94 | 182.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 119 | 126 | 0 | 0.48 | 0.45 | 0.10 | 356.18 | 0.68 | 0.68 |
| Hex | E5 | 77 | 7E | 0 | 30 | 2D | A | 164 | 44 | 44 |
| Octal | 345 | 167 | 176 | 0 | 60 | 55 | 12 | 544 | 104 | 104 |
| Binary | 11100101 | 1110111 | 1111110 | 0 | 110000 | 101101 | 1010 | 101100100 | 1000100 | 1000100 |
Color Harmonies of #E5777E
Complementary color
Monochromatic Colors of #E5777E
Black with #E5777E
Text Example
Text Example
White with #E5777E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5777E; }
p { color: rgb(229,119,126); }
H1.HeaderClassName
{
color: #E5777E;
}
.AnyTagClassName
{
color: #E5777E;
}
</style>
background-color css
<style>
a { background-color: #E5777E; }
a { background-color: rgb(229,119,126); }
div.DivClassName
{
background-color: #E5777E;
}
.BgClassName
{
background-color: #E5777E;
}
</style>
border-color css
<style>
span { border-color: #E5777E; }
span { border-color: rgb(229,119,126); }
td.TdClassName
{
border-color: #E5777E;
}
.TagClassName
{
border-color: #E5777E;
}
</style>