Shades of Froly #E56270
Tints of Froly #E56270
RGB
CMYK
RGB Variations
Color information
#E56270 (or 0xE56270) is known color: Froly. HEX triplet: E5, 62 and 70. RGB value is (229,98,112). Sum of RGB (Red+Green+Blue) = 229+98+112=439 (58% of max value = 765). Red value is 229 (89.84% from 255 or 52.16% from 439); Green value is 98 (38.67% from 255 or 22.32% from 439); Blue value is 112 (44.14% from 255 or 25.51% from 439); Max value from RGB is 229 - color contains mainly: red. Hex color #E56270 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E56270 is #1A9D8F. Grayscale: #8A8A8A. Windows color (decimal): -1744272 or 7365349. OLE color: 7365349.
HSL color Cylindrical-coordinate representation of color #E56270: hue angle of 353.59º degrees, saturation: 0.72, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #E56270 is Cyan = 0, Magento = 0.57, Yellow = 0.51 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 98 | 112 | - |
| CMYK | 0 | 0.57 | 0.51 | 0.10 |
| HSL | 353.59º | 0.72% | 0.64% | - |
| HSV(B) | 353.59º | 0.57% | 0.9% | - |
| XYZ | 39.61 | 26.56 | 18.37 | - |
| YUV | 138.77 | 112.9 | 192.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 98 | 112 | 0 | 0.57 | 0.51 | 0.10 | 353.59 | 0.72 | 0.64 |
| Hex | E5 | 62 | 70 | 0 | 39 | 33 | A | 162 | 48 | 40 |
| Octal | 345 | 142 | 160 | 0 | 71 | 63 | 12 | 542 | 110 | 100 |
| Binary | 11100101 | 1100010 | 1110000 | 0 | 111001 | 110011 | 1010 | 101100010 | 1001000 | 1000000 |
Color Harmonies of #E56270
Complementary color
Monochromatic Colors of #E56270
Black with #E56270
Text Example
Text Example
White with #E56270
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E56270; }
p { color: rgb(229,98,112); }
H1.HeaderClassName
{
color: #E56270;
}
.AnyTagClassName
{
color: #E56270;
}
</style>
background-color css
<style>
a { background-color: #E56270; }
a { background-color: rgb(229,98,112); }
div.DivClassName
{
background-color: #E56270;
}
.BgClassName
{
background-color: #E56270;
}
</style>
border-color css
<style>
span { border-color: #E56270; }
span { border-color: rgb(229,98,112); }
td.TdClassName
{
border-color: #E56270;
}
.TagClassName
{
border-color: #E56270;
}
</style>