Shades of Froly #E56973
Tints of Froly #E56973
RGB
CMYK
RGB Variations
Color information
#E56973 (or 0xE56973) is known color: Froly. HEX triplet: E5, 69 and 73. RGB value is (229,105,115). Sum of RGB (Red+Green+Blue) = 229+105+115=449 (59% of max value = 765). Red value is 229 (89.84% from 255 or 51.00% from 449); Green value is 105 (41.41% from 255 or 23.39% from 449); Blue value is 115 (45.31% from 255 or 25.61% from 449); Max value from RGB is 229 - color contains mainly: red. Hex color #E56973 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E56973 is #1A968C. Grayscale: #8F8F8F. Windows color (decimal): -1742477 or 7563749. OLE color: 7563749.
HSL color Cylindrical-coordinate representation of color #E56973: hue angle of 355.16º degrees, saturation: 0.7, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #E56973 is Cyan = 0, Magento = 0.54, Yellow = 0.50 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 105 | 115 | - |
| CMYK | 0 | 0.54 | 0.50 | 0.10 |
| HSL | 355.16º | 0.7% | 0.65% | - |
| HSV(B) | 355.16º | 0.54% | 0.9% | - |
| XYZ | 40.46 | 28 | 19.49 | - |
| YUV | 143.22 | 112.08 | 189.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 105 | 115 | 0 | 0.54 | 0.50 | 0.10 | 355.16 | 0.7 | 0.65 |
| Hex | E5 | 69 | 73 | 0 | 36 | 32 | A | 163 | 46 | 41 |
| Octal | 345 | 151 | 163 | 0 | 66 | 62 | 12 | 543 | 106 | 101 |
| Binary | 11100101 | 1101001 | 1110011 | 0 | 110110 | 110010 | 1010 | 101100011 | 1000110 | 1000001 |
Color Harmonies of #E56973
Complementary color
Monochromatic Colors of #E56973
Black with #E56973
Text Example
Text Example
White with #E56973
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E56973; }
p { color: rgb(229,105,115); }
H1.HeaderClassName
{
color: #E56973;
}
.AnyTagClassName
{
color: #E56973;
}
</style>
background-color css
<style>
a { background-color: #E56973; }
a { background-color: rgb(229,105,115); }
div.DivClassName
{
background-color: #E56973;
}
.BgClassName
{
background-color: #E56973;
}
</style>
border-color css
<style>
span { border-color: #E56973; }
span { border-color: rgb(229,105,115); }
td.TdClassName
{
border-color: #E56973;
}
.TagClassName
{
border-color: #E56973;
}
</style>