Shades of Froly #E56770
Tints of Froly #E56770
RGB
CMYK
RGB Variations
Color information
#E56770 (or 0xE56770) is known color: Froly. HEX triplet: E5, 67 and 70. RGB value is (229,103,112). Sum of RGB (Red+Green+Blue) = 229+103+112=444 (58% of max value = 765). Red value is 229 (89.84% from 255 or 51.58% from 444); Green value is 103 (40.62% from 255 or 23.20% from 444); Blue value is 112 (44.14% from 255 or 25.23% from 444); Max value from RGB is 229 - color contains mainly: red. Hex color #E56770 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E56770 is #1A988F. Grayscale: #8D8D8D. Windows color (decimal): -1742992 or 7366629. OLE color: 7366629.
HSL color Cylindrical-coordinate representation of color #E56770: hue angle of 355.71º degrees, saturation: 0.71, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #E56770 is Cyan = 0, Magento = 0.55, Yellow = 0.51 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 103 | 112 | - |
| CMYK | 0 | 0.55 | 0.51 | 0.10 |
| HSL | 355.71º | 0.71% | 0.65% | - |
| HSV(B) | 355.71º | 0.55% | 0.9% | - |
| XYZ | 40.09 | 27.53 | 18.53 | - |
| YUV | 141.7 | 111.24 | 190.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 103 | 112 | 0 | 0.55 | 0.51 | 0.10 | 355.71 | 0.71 | 0.65 |
| Hex | E5 | 67 | 70 | 0 | 37 | 33 | A | 164 | 47 | 41 |
| Octal | 345 | 147 | 160 | 0 | 67 | 63 | 12 | 544 | 107 | 101 |
| Binary | 11100101 | 1100111 | 1110000 | 0 | 110111 | 110011 | 1010 | 101100100 | 1000111 | 1000001 |
Color Harmonies of #E56770
Complementary color
Monochromatic Colors of #E56770
Black with #E56770
Text Example
Text Example
White with #E56770
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E56770; }
p { color: rgb(229,103,112); }
H1.HeaderClassName
{
color: #E56770;
}
.AnyTagClassName
{
color: #E56770;
}
</style>
background-color css
<style>
a { background-color: #E56770; }
a { background-color: rgb(229,103,112); }
div.DivClassName
{
background-color: #E56770;
}
.BgClassName
{
background-color: #E56770;
}
</style>
border-color css
<style>
span { border-color: #E56770; }
span { border-color: rgb(229,103,112); }
td.TdClassName
{
border-color: #E56770;
}
.TagClassName
{
border-color: #E56770;
}
</style>