Shades of Froly #E56471
Tints of Froly #E56471
RGB
CMYK
RGB Variations
Color information
#E56471 (or 0xE56471) is known color: Froly. HEX triplet: E5, 64 and 71. RGB value is (229,100,113). Sum of RGB (Red+Green+Blue) = 229+100+113=442 (58% of max value = 765). Red value is 229 (89.84% from 255 or 51.81% from 442); Green value is 100 (39.45% from 255 or 22.62% from 442); Blue value is 113 (44.53% from 255 or 25.57% from 442); Max value from RGB is 229 - color contains mainly: red. Hex color #E56471 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E56471 is #1A9B8E. Grayscale: #8C8C8C. Windows color (decimal): -1743759 or 7431397. OLE color: 7431397.
HSL color Cylindrical-coordinate representation of color #E56471: hue angle of 353.95º degrees, saturation: 0.71, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #E56471 is Cyan = 0, Magento = 0.56, Yellow = 0.51 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 100 | 113 | - |
| CMYK | 0 | 0.56 | 0.51 | 0.10 |
| HSL | 353.95º | 0.71% | 0.65% | - |
| HSV(B) | 353.95º | 0.56% | 0.9% | - |
| XYZ | 39.85 | 26.96 | 18.73 | - |
| YUV | 140.05 | 112.74 | 191.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 100 | 113 | 0 | 0.56 | 0.51 | 0.10 | 353.95 | 0.71 | 0.65 |
| Hex | E5 | 64 | 71 | 0 | 38 | 33 | A | 162 | 47 | 41 |
| Octal | 345 | 144 | 161 | 0 | 70 | 63 | 12 | 542 | 107 | 101 |
| Binary | 11100101 | 1100100 | 1110001 | 0 | 111000 | 110011 | 1010 | 101100010 | 1000111 | 1000001 |
Color Harmonies of #E56471
Complementary color
Monochromatic Colors of #E56471
Black with #E56471
Text Example
Text Example
White with #E56471
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E56471; }
p { color: rgb(229,100,113); }
H1.HeaderClassName
{
color: #E56471;
}
.AnyTagClassName
{
color: #E56471;
}
</style>
background-color css
<style>
a { background-color: #E56471; }
a { background-color: rgb(229,100,113); }
div.DivClassName
{
background-color: #E56471;
}
.BgClassName
{
background-color: #E56471;
}
</style>
border-color css
<style>
span { border-color: #E56471; }
span { border-color: rgb(229,100,113); }
td.TdClassName
{
border-color: #E56471;
}
.TagClassName
{
border-color: #E56471;
}
</style>