Shades of Froly #E57C80
Tints of Froly #E57C80
RGB
CMYK
RGB Variations
Color information
#E57C80 (or 0xE57C80) is known color: Froly. HEX triplet: E5, 7C and 80. RGB value is (229,124,128). Sum of RGB (Red+Green+Blue) = 229+124+128=481 (63% of max value = 765). Red value is 229 (89.84% from 255 or 47.61% from 481); Green value is 124 (48.83% from 255 or 25.78% from 481); Blue value is 128 (50.39% from 255 or 26.61% from 481); Max value from RGB is 229 - color contains mainly: red. Hex color #E57C80 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E57C80 is #1A837F. Grayscale: #9B9B9B. Windows color (decimal): -1737600 or 8420581. OLE color: 8420581.
HSL color Cylindrical-coordinate representation of color #E57C80: hue angle of 357.71º degrees, saturation: 0.67, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #E57C80 is Cyan = 0, Magento = 0.46, Yellow = 0.44 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 124 | 128 | - |
| CMYK | 0 | 0.46 | 0.44 | 0.10 |
| HSL | 357.71º | 0.67% | 0.69% | - |
| HSV(B) | 357.71º | 0.46% | 0.9% | - |
| XYZ | 43.42 | 32.63 | 24.43 | - |
| YUV | 155.85 | 112.29 | 180.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 124 | 128 | 0 | 0.46 | 0.44 | 0.10 | 357.71 | 0.67 | 0.69 |
| Hex | E5 | 7C | 80 | 0 | 2E | 2C | A | 166 | 43 | 45 |
| Octal | 345 | 174 | 200 | 0 | 56 | 54 | 12 | 546 | 103 | 105 |
| Binary | 11100101 | 1111100 | 10000000 | 0 | 101110 | 101100 | 1010 | 101100110 | 1000011 | 1000101 |
Color Harmonies of #E57C80
Complementary color
Monochromatic Colors of #E57C80
Black with #E57C80
Text Example
Text Example
White with #E57C80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E57C80; }
p { color: rgb(229,124,128); }
H1.HeaderClassName
{
color: #E57C80;
}
.AnyTagClassName
{
color: #E57C80;
}
</style>
background-color css
<style>
a { background-color: #E57C80; }
a { background-color: rgb(229,124,128); }
div.DivClassName
{
background-color: #E57C80;
}
.BgClassName
{
background-color: #E57C80;
}
</style>
border-color css
<style>
span { border-color: #E57C80; }
span { border-color: rgb(229,124,128); }
td.TdClassName
{
border-color: #E57C80;
}
.TagClassName
{
border-color: #E57C80;
}
</style>