Shades of Froly #E56E71
Tints of Froly #E56E71
RGB
CMYK
RGB Variations
Color information
#E56E71 (or 0xE56E71) is known color: Froly. HEX triplet: E5, 6E and 71. RGB value is (229,110,113). Sum of RGB (Red+Green+Blue) = 229+110+113=452 (59% of max value = 765). Red value is 229 (89.84% from 255 or 50.66% from 452); Green value is 110 (43.36% from 255 or 24.34% from 452); Blue value is 113 (44.53% from 255 or 25% from 452); Max value from RGB is 229 - color contains mainly: red. Hex color #E56E71 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E56E71 is #1A918E. Grayscale: #929292. Windows color (decimal): -1741199 or 7433957. OLE color: 7433957.
HSL color Cylindrical-coordinate representation of color #E56E71: hue angle of 358.49º degrees, saturation: 0.7, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E56E71 is Cyan = 0, Magento = 0.52, Yellow = 0.51 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 110 | 113 | - |
| CMYK | 0 | 0.52 | 0.51 | 0.10 |
| HSL | 358.49º | 0.7% | 0.66% | - |
| HSV(B) | 358.49º | 0.52% | 0.9% | - |
| XYZ | 40.87 | 29 | 19.07 | - |
| YUV | 145.92 | 109.42 | 187.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 110 | 113 | 0 | 0.52 | 0.51 | 0.10 | 358.49 | 0.7 | 0.66 |
| Hex | E5 | 6E | 71 | 0 | 34 | 33 | A | 166 | 46 | 42 |
| Octal | 345 | 156 | 161 | 0 | 64 | 63 | 12 | 546 | 106 | 102 |
| Binary | 11100101 | 1101110 | 1110001 | 0 | 110100 | 110011 | 1010 | 101100110 | 1000110 | 1000010 |
Color Harmonies of #E56E71
Complementary color
Monochromatic Colors of #E56E71
Black with #E56E71
Text Example
Text Example
White with #E56E71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E56E71; }
p { color: rgb(229,110,113); }
H1.HeaderClassName
{
color: #E56E71;
}
.AnyTagClassName
{
color: #E56E71;
}
</style>
background-color css
<style>
a { background-color: #E56E71; }
a { background-color: rgb(229,110,113); }
div.DivClassName
{
background-color: #E56E71;
}
.BgClassName
{
background-color: #E56E71;
}
</style>
border-color css
<style>
span { border-color: #E56E71; }
span { border-color: rgb(229,110,113); }
td.TdClassName
{
border-color: #E56E71;
}
.TagClassName
{
border-color: #E56E71;
}
</style>