Shades of Froly #E57F83
Tints of Froly #E57F83
RGB
CMYK
RGB Variations
Color information
#E57F83 (or 0xE57F83) is known color: Froly. HEX triplet: E5, 7F and 83. RGB value is (229,127,131). Sum of RGB (Red+Green+Blue) = 229+127+131=487 (64% of max value = 765). Red value is 229 (89.84% from 255 or 47.02% from 487); Green value is 127 (50% from 255 or 26.08% from 487); Blue value is 131 (51.56% from 255 or 26.90% from 487); Max value from RGB is 229 - color contains mainly: red. Hex color #E57F83 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E57F83 is #1A807C. Grayscale: #9E9E9E. Windows color (decimal): -1736829 or 8617957. OLE color: 8617957.
HSL color Cylindrical-coordinate representation of color #E57F83: hue angle of 357.65º degrees, saturation: 0.66, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #E57F83 is Cyan = 0, Magento = 0.45, Yellow = 0.43 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 127 | 131 | - |
| CMYK | 0 | 0.45 | 0.43 | 0.10 |
| HSL | 357.65º | 0.66% | 0.7% | - |
| HSV(B) | 357.65º | 0.45% | 0.9% | - |
| XYZ | 44 | 33.48 | 25.62 | - |
| YUV | 157.95 | 112.79 | 178.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 127 | 131 | 0 | 0.45 | 0.43 | 0.10 | 357.65 | 0.66 | 0.7 |
| Hex | E5 | 7F | 83 | 0 | 2D | 2B | A | 166 | 42 | 46 |
| Octal | 345 | 177 | 203 | 0 | 55 | 53 | 12 | 546 | 102 | 106 |
| Binary | 11100101 | 1111111 | 10000011 | 0 | 101101 | 101011 | 1010 | 101100110 | 1000010 | 1000110 |
Color Harmonies of #E57F83
Complementary color
Monochromatic Colors of #E57F83
Black with #E57F83
Text Example
Text Example
White with #E57F83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E57F83; }
p { color: rgb(229,127,131); }
H1.HeaderClassName
{
color: #E57F83;
}
.AnyTagClassName
{
color: #E57F83;
}
</style>
background-color css
<style>
a { background-color: #E57F83; }
a { background-color: rgb(229,127,131); }
div.DivClassName
{
background-color: #E57F83;
}
.BgClassName
{
background-color: #E57F83;
}
</style>
border-color css
<style>
span { border-color: #E57F83; }
span { border-color: rgb(229,127,131); }
td.TdClassName
{
border-color: #E57F83;
}
.TagClassName
{
border-color: #E57F83;
}
</style>