Shades of Froly #E5777C
Tints of Froly #E5777C
RGB
CMYK
RGB Variations
Color information
#E5777C (or 0xE5777C) is known color: Froly. HEX triplet: E5, 77 and 7C. RGB value is (229,119,124). Sum of RGB (Red+Green+Blue) = 229+119+124=472 (62% of max value = 765). Red value is 229 (89.84% from 255 or 48.52% from 472); Green value is 119 (46.88% from 255 or 25.21% from 472); Blue value is 124 (48.83% from 255 or 26.27% from 472); Max value from RGB is 229 - color contains mainly: red. Hex color #E5777C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E5777C is #1A8883. Grayscale: #989898. Windows color (decimal): -1738884 or 8157157. OLE color: 8157157.
HSL color Cylindrical-coordinate representation of color #E5777C: hue angle of 357.27º 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 #E5777C is Cyan = 0, Magento = 0.48, Yellow = 0.46 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 119 | 124 | - |
| CMYK | 0 | 0.48 | 0.46 | 0.10 |
| HSL | 357.27º | 0.68% | 0.68% | - |
| HSV(B) | 357.27º | 0.48% | 0.9% | - |
| XYZ | 42.55 | 31.31 | 22.87 | - |
| YUV | 152.46 | 111.94 | 182.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 119 | 124 | 0 | 0.48 | 0.46 | 0.10 | 357.27 | 0.68 | 0.68 |
| Hex | E5 | 77 | 7C | 0 | 30 | 2E | A | 165 | 44 | 44 |
| Octal | 345 | 167 | 174 | 0 | 60 | 56 | 12 | 545 | 104 | 104 |
| Binary | 11100101 | 1110111 | 1111100 | 0 | 110000 | 101110 | 1010 | 101100101 | 1000100 | 1000100 |
Color Harmonies of #E5777C
Complementary color
Monochromatic Colors of #E5777C
Black with #E5777C
Text Example
Text Example
White with #E5777C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5777C; }
p { color: rgb(229,119,124); }
H1.HeaderClassName
{
color: #E5777C;
}
.AnyTagClassName
{
color: #E5777C;
}
</style>
background-color css
<style>
a { background-color: #E5777C; }
a { background-color: rgb(229,119,124); }
div.DivClassName
{
background-color: #E5777C;
}
.BgClassName
{
background-color: #E5777C;
}
</style>
border-color css
<style>
span { border-color: #E5777C; }
span { border-color: rgb(229,119,124); }
td.TdClassName
{
border-color: #E5777C;
}
.TagClassName
{
border-color: #E5777C;
}
</style>