Shades of Froly #E56768
Tints of Froly #E56768
RGB
CMYK
RGB Variations
Color information
#E56768 (or 0xE56768) is known color: Froly. HEX triplet: E5, 67 and 68. RGB value is (229,103,104). Sum of RGB (Red+Green+Blue) = 229+103+104=436 (57% of max value = 765). Red value is 229 (89.84% from 255 or 52.52% from 436); Green value is 103 (40.62% from 255 or 23.62% from 436); Blue value is 104 (41.02% from 255 or 23.85% from 436); Max value from RGB is 229 - color contains mainly: red. Hex color #E56768 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E56768 is #1A9897. Grayscale: #8C8C8C. Windows color (decimal): -1743000 or 6842341. OLE color: 6842341.
HSL color Cylindrical-coordinate representation of color #E56768: hue angle of 359.52º 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 #E56768 is Cyan = 0, Magento = 0.55, Yellow = 0.55 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 103 | 104 | - |
| CMYK | 0 | 0.55 | 0.55 | 0.10 |
| HSL | 359.52º | 0.71% | 0.65% | - |
| HSV(B) | 359.52º | 0.55% | 0.9% | - |
| XYZ | 39.66 | 27.36 | 16.29 | - |
| YUV | 140.79 | 107.24 | 190.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 103 | 104 | 0 | 0.55 | 0.55 | 0.10 | 359.52 | 0.71 | 0.65 |
| Hex | E5 | 67 | 68 | 0 | 37 | 37 | A | 168 | 47 | 41 |
| Octal | 345 | 147 | 150 | 0 | 67 | 67 | 12 | 550 | 107 | 101 |
| Binary | 11100101 | 1100111 | 1101000 | 0 | 110111 | 110111 | 1010 | 101101000 | 1000111 | 1000001 |
Color Harmonies of #E56768
Complementary color
Monochromatic Colors of #E56768
Black with #E56768
Text Example
Text Example
White with #E56768
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E56768; }
p { color: rgb(229,103,104); }
H1.HeaderClassName
{
color: #E56768;
}
.AnyTagClassName
{
color: #E56768;
}
</style>
background-color css
<style>
a { background-color: #E56768; }
a { background-color: rgb(229,103,104); }
div.DivClassName
{
background-color: #E56768;
}
.BgClassName
{
background-color: #E56768;
}
</style>
border-color css
<style>
span { border-color: #E56768; }
span { border-color: rgb(229,103,104); }
td.TdClassName
{
border-color: #E56768;
}
.TagClassName
{
border-color: #E56768;
}
</style>