Shades of Froly #E56B6E
Tints of Froly #E56B6E
RGB
CMYK
RGB Variations
Color information
#E56B6E (or 0xE56B6E) is known color: Froly. HEX triplet: E5, 6B and 6E. RGB value is (229,107,110). Sum of RGB (Red+Green+Blue) = 229+107+110=446 (59% of max value = 765). Red value is 229 (89.84% from 255 or 51.35% from 446); Green value is 107 (42.19% from 255 or 23.99% from 446); Blue value is 110 (43.36% from 255 or 24.66% from 446); Max value from RGB is 229 - color contains mainly: red. Hex color #E56B6E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E56B6E is #1A9491. Grayscale: #8F8F8F. Windows color (decimal): -1741970 or 7236581. OLE color: 7236581.
HSL color Cylindrical-coordinate representation of color #E56B6E: hue angle of 358.52º degrees, saturation: 0.7, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #E56B6E is Cyan = 0, Magento = 0.53, Yellow = 0.52 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 107 | 110 | - |
| CMYK | 0 | 0.53 | 0.52 | 0.10 |
| HSL | 358.52º | 0.7% | 0.66% | - |
| HSV(B) | 358.52º | 0.53% | 0.9% | - |
| XYZ | 40.39 | 28.3 | 18.09 | - |
| YUV | 143.82 | 108.92 | 188.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 107 | 110 | 0 | 0.53 | 0.52 | 0.10 | 358.52 | 0.7 | 0.66 |
| Hex | E5 | 6B | 6E | 0 | 35 | 34 | A | 167 | 46 | 42 |
| Octal | 345 | 153 | 156 | 0 | 65 | 64 | 12 | 547 | 106 | 102 |
| Binary | 11100101 | 1101011 | 1101110 | 0 | 110101 | 110100 | 1010 | 101100111 | 1000110 | 1000010 |
Color Harmonies of #E56B6E
Complementary color
Monochromatic Colors of #E56B6E
Black with #E56B6E
Text Example
Text Example
White with #E56B6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E56B6E; }
p { color: rgb(229,107,110); }
H1.HeaderClassName
{
color: #E56B6E;
}
.AnyTagClassName
{
color: #E56B6E;
}
</style>
background-color css
<style>
a { background-color: #E56B6E; }
a { background-color: rgb(229,107,110); }
div.DivClassName
{
background-color: #E56B6E;
}
.BgClassName
{
background-color: #E56B6E;
}
</style>
border-color css
<style>
span { border-color: #E56B6E; }
span { border-color: rgb(229,107,110); }
td.TdClassName
{
border-color: #E56B6E;
}
.TagClassName
{
border-color: #E56B6E;
}
</style>