Shades of Froly #E56368
Tints of Froly #E56368
RGB
CMYK
RGB Variations
Color information
#E56368 (or 0xE56368) is known color: Froly. HEX triplet: E5, 63 and 68. RGB value is (229,99,104). Sum of RGB (Red+Green+Blue) = 229+99+104=432 (57% of max value = 765). Red value is 229 (89.84% from 255 or 53.01% from 432); Green value is 99 (39.06% from 255 or 22.92% from 432); Blue value is 104 (41.02% from 255 or 24.07% from 432); Max value from RGB is 229 - color contains mainly: red. Hex color #E56368 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E56368 is #1A9C97. Grayscale: #8A8A8A. Windows color (decimal): -1744024 or 6841317. OLE color: 6841317.
HSL color Cylindrical-coordinate representation of color #E56368: hue angle of 357.69º degrees, saturation: 0.71, 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 #E56368 is Cyan = 0, Magento = 0.57, Yellow = 0.55 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 99 | 104 | - |
| CMYK | 0 | 0.57 | 0.55 | 0.10 |
| HSL | 357.69º | 0.71% | 0.64% | - |
| HSV(B) | 357.69º | 0.57% | 0.9% | - |
| XYZ | 39.27 | 26.58 | 16.16 | - |
| YUV | 138.44 | 108.57 | 192.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 99 | 104 | 0 | 0.57 | 0.55 | 0.10 | 357.69 | 0.71 | 0.64 |
| Hex | E5 | 63 | 68 | 0 | 39 | 37 | A | 166 | 47 | 40 |
| Octal | 345 | 143 | 150 | 0 | 71 | 67 | 12 | 546 | 107 | 100 |
| Binary | 11100101 | 1100011 | 1101000 | 0 | 111001 | 110111 | 1010 | 101100110 | 1000111 | 1000000 |
Color Harmonies of #E56368
Complementary color
Monochromatic Colors of #E56368
Black with #E56368
Text Example
Text Example
White with #E56368
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E56368; }
p { color: rgb(229,99,104); }
H1.HeaderClassName
{
color: #E56368;
}
.AnyTagClassName
{
color: #E56368;
}
</style>
background-color css
<style>
a { background-color: #E56368; }
a { background-color: rgb(229,99,104); }
div.DivClassName
{
background-color: #E56368;
}
.BgClassName
{
background-color: #E56368;
}
</style>
border-color css
<style>
span { border-color: #E56368; }
span { border-color: rgb(229,99,104); }
td.TdClassName
{
border-color: #E56368;
}
.TagClassName
{
border-color: #E56368;
}
</style>