Shades of Froly #E56769
Tints of Froly #E56769
RGB
CMYK
RGB Variations
Color information
#E56769 (or 0xE56769) is known color: Froly. HEX triplet: E5, 67 and 69. RGB value is (229,103,105). Sum of RGB (Red+Green+Blue) = 229+103+105=437 (57% of max value = 765). Red value is 229 (89.84% from 255 or 52.40% from 437); Green value is 103 (40.62% from 255 or 23.57% from 437); Blue value is 105 (41.41% from 255 or 24.03% from 437); Max value from RGB is 229 - color contains mainly: red. Hex color #E56769 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E56769 is #1A9896. Grayscale: #8D8D8D. Windows color (decimal): -1742999 or 6907877. OLE color: 6907877.
HSL color Cylindrical-coordinate representation of color #E56769: hue angle of 359.05º 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 #E56769 is Cyan = 0, Magento = 0.55, Yellow = 0.54 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 103 | 105 | - |
| CMYK | 0 | 0.55 | 0.54 | 0.10 |
| HSL | 359.05º | 0.71% | 0.65% | - |
| HSV(B) | 359.05º | 0.55% | 0.9% | - |
| XYZ | 39.71 | 27.38 | 16.56 | - |
| YUV | 140.9 | 107.74 | 190.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 103 | 105 | 0 | 0.55 | 0.54 | 0.10 | 359.05 | 0.71 | 0.65 |
| Hex | E5 | 67 | 69 | 0 | 37 | 36 | A | 167 | 47 | 41 |
| Octal | 345 | 147 | 151 | 0 | 67 | 66 | 12 | 547 | 107 | 101 |
| Binary | 11100101 | 1100111 | 1101001 | 0 | 110111 | 110110 | 1010 | 101100111 | 1000111 | 1000001 |
Color Harmonies of #E56769
Complementary color
Monochromatic Colors of #E56769
Black with #E56769
Text Example
Text Example
White with #E56769
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E56769; }
p { color: rgb(229,103,105); }
H1.HeaderClassName
{
color: #E56769;
}
.AnyTagClassName
{
color: #E56769;
}
</style>
background-color css
<style>
a { background-color: #E56769; }
a { background-color: rgb(229,103,105); }
div.DivClassName
{
background-color: #E56769;
}
.BgClassName
{
background-color: #E56769;
}
</style>
border-color css
<style>
span { border-color: #E56769; }
span { border-color: rgb(229,103,105); }
td.TdClassName
{
border-color: #E56769;
}
.TagClassName
{
border-color: #E56769;
}
</style>