Shades of Froly #E57780
Tints of Froly #E57780
RGB
CMYK
RGB Variations
Color information
#E57780 (or 0xE57780) is known color: Froly. HEX triplet: E5, 77 and 80. RGB value is (229,119,128). Sum of RGB (Red+Green+Blue) = 229+119+128=476 (63% of max value = 765). Red value is 229 (89.84% from 255 or 48.11% from 476); Green value is 119 (46.88% from 255 or 25% from 476); Blue value is 128 (50.39% from 255 or 26.89% from 476); Max value from RGB is 229 - color contains mainly: red. Hex color #E57780 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E57780 is #1A887F. Grayscale: #989898. Windows color (decimal): -1738880 or 8419301. OLE color: 8419301.
HSL color Cylindrical-coordinate representation of color #E57780: hue angle of 355.09º 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 #E57780 is Cyan = 0, Magento = 0.48, Yellow = 0.44 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 119 | 128 | - |
| CMYK | 0 | 0.48 | 0.44 | 0.10 |
| HSL | 355.09º | 0.68% | 0.68% | - |
| HSV(B) | 355.09º | 0.48% | 0.9% | - |
| XYZ | 42.81 | 31.41 | 24.23 | - |
| YUV | 152.92 | 113.94 | 182.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 119 | 128 | 0 | 0.48 | 0.44 | 0.10 | 355.09 | 0.68 | 0.68 |
| Hex | E5 | 77 | 80 | 0 | 30 | 2C | A | 163 | 44 | 44 |
| Octal | 345 | 167 | 200 | 0 | 60 | 54 | 12 | 543 | 104 | 104 |
| Binary | 11100101 | 1110111 | 10000000 | 0 | 110000 | 101100 | 1010 | 101100011 | 1000100 | 1000100 |
Color Harmonies of #E57780
Complementary color
Monochromatic Colors of #E57780
Black with #E57780
Text Example
Text Example
White with #E57780
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E57780; }
p { color: rgb(229,119,128); }
H1.HeaderClassName
{
color: #E57780;
}
.AnyTagClassName
{
color: #E57780;
}
</style>
background-color css
<style>
a { background-color: #E57780; }
a { background-color: rgb(229,119,128); }
div.DivClassName
{
background-color: #E57780;
}
.BgClassName
{
background-color: #E57780;
}
</style>
border-color css
<style>
span { border-color: #E57780; }
span { border-color: rgb(229,119,128); }
td.TdClassName
{
border-color: #E57780;
}
.TagClassName
{
border-color: #E57780;
}
</style>