Shades of Froly #E56976
Tints of Froly #E56976
RGB
CMYK
RGB Variations
Color information
#E56976 (or 0xE56976) is known color: Froly. HEX triplet: E5, 69 and 76. RGB value is (229,105,118). Sum of RGB (Red+Green+Blue) = 229+105+118=452 (59% of max value = 765). Red value is 229 (89.84% from 255 or 50.66% from 452); Green value is 105 (41.41% from 255 or 23.23% from 452); Blue value is 118 (46.48% from 255 or 26.11% from 452); Max value from RGB is 229 - color contains mainly: red. Hex color #E56976 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E56976 is #1A9689. Grayscale: #8F8F8F. Windows color (decimal): -1742474 or 7760357. OLE color: 7760357.
HSL color Cylindrical-coordinate representation of color #E56976: hue angle of 353.71º degrees, saturation: 0.7, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #E56976 is Cyan = 0, Magento = 0.54, Yellow = 0.48 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 105 | 118 | - |
| CMYK | 0 | 0.54 | 0.48 | 0.10 |
| HSL | 353.71º | 0.7% | 0.65% | - |
| HSV(B) | 353.71º | 0.54% | 0.9% | - |
| XYZ | 40.63 | 28.07 | 20.42 | - |
| YUV | 143.56 | 113.58 | 188.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 105 | 118 | 0 | 0.54 | 0.48 | 0.10 | 353.71 | 0.7 | 0.65 |
| Hex | E5 | 69 | 76 | 0 | 36 | 30 | A | 162 | 46 | 41 |
| Octal | 345 | 151 | 166 | 0 | 66 | 60 | 12 | 542 | 106 | 101 |
| Binary | 11100101 | 1101001 | 1110110 | 0 | 110110 | 110000 | 1010 | 101100010 | 1000110 | 1000001 |
Color Harmonies of #E56976
Complementary color
Monochromatic Colors of #E56976
Black with #E56976
Text Example
Text Example
White with #E56976
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E56976; }
p { color: rgb(229,105,118); }
H1.HeaderClassName
{
color: #E56976;
}
.AnyTagClassName
{
color: #E56976;
}
</style>
background-color css
<style>
a { background-color: #E56976; }
a { background-color: rgb(229,105,118); }
div.DivClassName
{
background-color: #E56976;
}
.BgClassName
{
background-color: #E56976;
}
</style>
border-color css
<style>
span { border-color: #E56976; }
span { border-color: rgb(229,105,118); }
td.TdClassName
{
border-color: #E56976;
}
.TagClassName
{
border-color: #E56976;
}
</style>