Shades of Froly #E56168
Tints of Froly #E56168
RGB
CMYK
RGB Variations
Color information
#E56168 (or 0xE56168) is known color: Froly. HEX triplet: E5, 61 and 68. RGB value is (229,97,104). Sum of RGB (Red+Green+Blue) = 229+97+104=430 (56% of max value = 765). Red value is 229 (89.84% from 255 or 53.26% from 430); Green value is 97 (38.28% from 255 or 22.56% from 430); Blue value is 104 (41.02% from 255 or 24.19% from 430); Max value from RGB is 229 - color contains mainly: red. Hex color #E56168 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E56168 is #1A9E97. Grayscale: #898989. Windows color (decimal): -1744536 or 6840805. OLE color: 6840805.
HSL color Cylindrical-coordinate representation of color #E56168: hue angle of 356.82º 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 #E56168 is Cyan = 0, Magento = 0.58, Yellow = 0.55 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 97 | 104 | - |
| CMYK | 0 | 0.58 | 0.55 | 0.10 |
| HSL | 356.82º | 0.72% | 0.64% | - |
| HSV(B) | 356.82º | 0.58% | 0.9% | - |
| XYZ | 39.09 | 26.21 | 16.1 | - |
| YUV | 137.27 | 109.23 | 193.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 97 | 104 | 0 | 0.58 | 0.55 | 0.10 | 356.82 | 0.72 | 0.64 |
| Hex | E5 | 61 | 68 | 0 | 3A | 37 | A | 165 | 48 | 40 |
| Octal | 345 | 141 | 150 | 0 | 72 | 67 | 12 | 545 | 110 | 100 |
| Binary | 11100101 | 1100001 | 1101000 | 0 | 111010 | 110111 | 1010 | 101100101 | 1001000 | 1000000 |
Color Harmonies of #E56168
Complementary color
Monochromatic Colors of #E56168
Black with #E56168
Text Example
Text Example
White with #E56168
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E56168; }
p { color: rgb(229,97,104); }
H1.HeaderClassName
{
color: #E56168;
}
.AnyTagClassName
{
color: #E56168;
}
</style>
background-color css
<style>
a { background-color: #E56168; }
a { background-color: rgb(229,97,104); }
div.DivClassName
{
background-color: #E56168;
}
.BgClassName
{
background-color: #E56168;
}
</style>
border-color css
<style>
span { border-color: #E56168; }
span { border-color: rgb(229,97,104); }
td.TdClassName
{
border-color: #E56168;
}
.TagClassName
{
border-color: #E56168;
}
</style>