Shades of Froly #E56679
Tints of Froly #E56679
RGB
CMYK
RGB Variations
Color information
#E56679 (or 0xE56679) is known color: Froly. HEX triplet: E5, 66 and 79. RGB value is (229,102,121). Sum of RGB (Red+Green+Blue) = 229+102+121=452 (59% of max value = 765). Red value is 229 (89.84% from 255 or 50.66% from 452); Green value is 102 (40.23% from 255 or 22.57% from 452); Blue value is 121 (47.66% from 255 or 26.77% from 452); Max value from RGB is 229 - color contains mainly: red. Hex color #E56679 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E56679 is #1A9986. Grayscale: #8E8E8E. Windows color (decimal): -1743239 or 7956197. OLE color: 7956197.
HSL color Cylindrical-coordinate representation of color #E56679: hue angle of 351.02º 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 #E56679 is Cyan = 0, Magento = 0.55, Yellow = 0.47 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 102 | 121 | - |
| CMYK | 0 | 0.55 | 0.47 | 0.10 |
| HSL | 351.02º | 0.71% | 0.65% | - |
| HSV(B) | 351.02º | 0.55% | 0.9% | - |
| XYZ | 40.52 | 27.54 | 21.27 | - |
| YUV | 142.14 | 116.08 | 189.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 102 | 121 | 0 | 0.55 | 0.47 | 0.10 | 351.02 | 0.71 | 0.65 |
| Hex | E5 | 66 | 79 | 0 | 37 | 2F | A | 15F | 47 | 41 |
| Octal | 345 | 146 | 171 | 0 | 67 | 57 | 12 | 537 | 107 | 101 |
| Binary | 11100101 | 1100110 | 1111001 | 0 | 110111 | 101111 | 1010 | 101011111 | 1000111 | 1000001 |
Color Harmonies of #E56679
Complementary color
Monochromatic Colors of #E56679
Black with #E56679
Text Example
Text Example
White with #E56679
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E56679; }
p { color: rgb(229,102,121); }
H1.HeaderClassName
{
color: #E56679;
}
.AnyTagClassName
{
color: #E56679;
}
</style>
background-color css
<style>
a { background-color: #E56679; }
a { background-color: rgb(229,102,121); }
div.DivClassName
{
background-color: #E56679;
}
.BgClassName
{
background-color: #E56679;
}
</style>
border-color css
<style>
span { border-color: #E56679; }
span { border-color: rgb(229,102,121); }
td.TdClassName
{
border-color: #E56679;
}
.TagClassName
{
border-color: #E56679;
}
</style>