Shades of Froly #E56570
Tints of Froly #E56570
RGB
CMYK
RGB Variations
Color information
#E56570 (or 0xE56570) is known color: Froly. HEX triplet: E5, 65 and 70. RGB value is (229,101,112). Sum of RGB (Red+Green+Blue) = 229+101+112=442 (58% of max value = 765). Red value is 229 (89.84% from 255 or 51.81% from 442); Green value is 101 (39.84% from 255 or 22.85% from 442); Blue value is 112 (44.14% from 255 or 25.34% from 442); Max value from RGB is 229 - color contains mainly: red. Hex color #E56570 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E56570 is #1A9A8F. Grayscale: #8C8C8C. Windows color (decimal): -1743504 or 7366117. OLE color: 7366117.
HSL color Cylindrical-coordinate representation of color #E56570: hue angle of 354.84º degrees, saturation: 0.71, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #E56570 is Cyan = 0, Magento = 0.56, Yellow = 0.51 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 101 | 112 | - |
| CMYK | 0 | 0.56 | 0.51 | 0.10 |
| HSL | 354.84º | 0.71% | 0.65% | - |
| HSV(B) | 354.84º | 0.56% | 0.9% | - |
| XYZ | 39.89 | 27.14 | 18.46 | - |
| YUV | 140.53 | 111.91 | 191.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 101 | 112 | 0 | 0.56 | 0.51 | 0.10 | 354.84 | 0.71 | 0.65 |
| Hex | E5 | 65 | 70 | 0 | 38 | 33 | A | 163 | 47 | 41 |
| Octal | 345 | 145 | 160 | 0 | 70 | 63 | 12 | 543 | 107 | 101 |
| Binary | 11100101 | 1100101 | 1110000 | 0 | 111000 | 110011 | 1010 | 101100011 | 1000111 | 1000001 |
Color Harmonies of #E56570
Complementary color
Monochromatic Colors of #E56570
Black with #E56570
Text Example
Text Example
White with #E56570
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E56570; }
p { color: rgb(229,101,112); }
H1.HeaderClassName
{
color: #E56570;
}
.AnyTagClassName
{
color: #E56570;
}
</style>
background-color css
<style>
a { background-color: #E56570; }
a { background-color: rgb(229,101,112); }
div.DivClassName
{
background-color: #E56570;
}
.BgClassName
{
background-color: #E56570;
}
</style>
border-color css
<style>
span { border-color: #E56570; }
span { border-color: rgb(229,101,112); }
td.TdClassName
{
border-color: #E56570;
}
.TagClassName
{
border-color: #E56570;
}
</style>