Shades of Froly #E56064
Tints of Froly #E56064
RGB
CMYK
RGB Variations
Color information
#E56064 (or 0xE56064) is known color: Froly. HEX triplet: E5, 60 and 64. RGB value is (229,96,100). Sum of RGB (Red+Green+Blue) = 229+96+100=425 (56% of max value = 765). Red value is 229 (89.84% from 255 or 53.88% from 425); Green value is 96 (37.89% from 255 or 22.59% from 425); Blue value is 100 (39.45% from 255 or 23.53% from 425); Max value from RGB is 229 - color contains mainly: red. Hex color #E56064 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E56064 is #1A9F9B. Grayscale: #888888. Windows color (decimal): -1744796 or 6578405. OLE color: 6578405.
HSL color Cylindrical-coordinate representation of color #E56064: hue angle of 358.2º degrees, saturation: 0.72, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E56064 is Cyan = 0, Magento = 0.58, Yellow = 0.56 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 96 | 100 | - |
| CMYK | 0 | 0.58 | 0.56 | 0.10 |
| HSL | 358.2º | 0.72% | 0.64% | - |
| HSV(B) | 358.2º | 0.58% | 0.9% | - |
| XYZ | 38.8 | 25.94 | 15.02 | - |
| YUV | 136.22 | 107.56 | 194.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 96 | 100 | 0 | 0.58 | 0.56 | 0.10 | 358.2 | 0.72 | 0.64 |
| Hex | E5 | 60 | 64 | 0 | 3A | 38 | A | 166 | 48 | 40 |
| Octal | 345 | 140 | 144 | 0 | 72 | 70 | 12 | 546 | 110 | 100 |
| Binary | 11100101 | 1100000 | 1100100 | 0 | 111010 | 111000 | 1010 | 101100110 | 1001000 | 1000000 |
Color Harmonies of #E56064
Complementary color
Monochromatic Colors of #E56064
Black with #E56064
Text Example
Text Example
White with #E56064
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E56064; }
p { color: rgb(229,96,100); }
H1.HeaderClassName
{
color: #E56064;
}
.AnyTagClassName
{
color: #E56064;
}
</style>
background-color css
<style>
a { background-color: #E56064; }
a { background-color: rgb(229,96,100); }
div.DivClassName
{
background-color: #E56064;
}
.BgClassName
{
background-color: #E56064;
}
</style>
border-color css
<style>
span { border-color: #E56064; }
span { border-color: rgb(229,96,100); }
td.TdClassName
{
border-color: #E56064;
}
.TagClassName
{
border-color: #E56064;
}
</style>