Shades of Froly #E56574
Tints of Froly #E56574
RGB
CMYK
RGB Variations
Color information
#E56574 (or 0xE56574) is known color: Froly. HEX triplet: E5, 65 and 74. RGB value is (229,101,116). Sum of RGB (Red+Green+Blue) = 229+101+116=446 (59% of max value = 765). Red value is 229 (89.84% from 255 or 51.35% from 446); Green value is 101 (39.84% from 255 or 22.65% from 446); Blue value is 116 (45.70% from 255 or 26.01% from 446); Max value from RGB is 229 - color contains mainly: red. Hex color #E56574 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E56574 is #1A9A8B. Grayscale: #8D8D8D. Windows color (decimal): -1743500 or 7628261. OLE color: 7628261.
HSL color Cylindrical-coordinate representation of color #E56574: hue angle of 352.97º 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 #E56574 is Cyan = 0, Magento = 0.56, Yellow = 0.49 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 101 | 116 | - |
| CMYK | 0 | 0.56 | 0.49 | 0.10 |
| HSL | 352.97º | 0.71% | 0.65% | - |
| HSV(B) | 352.97º | 0.56% | 0.9% | - |
| XYZ | 40.12 | 27.23 | 19.66 | - |
| YUV | 140.98 | 113.91 | 190.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 101 | 116 | 0 | 0.56 | 0.49 | 0.10 | 352.97 | 0.71 | 0.65 |
| Hex | E5 | 65 | 74 | 0 | 38 | 31 | A | 161 | 47 | 41 |
| Octal | 345 | 145 | 164 | 0 | 70 | 61 | 12 | 541 | 107 | 101 |
| Binary | 11100101 | 1100101 | 1110100 | 0 | 111000 | 110001 | 1010 | 101100001 | 1000111 | 1000001 |
Color Harmonies of #E56574
Complementary color
Monochromatic Colors of #E56574
Black with #E56574
Text Example
Text Example
White with #E56574
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E56574; }
p { color: rgb(229,101,116); }
H1.HeaderClassName
{
color: #E56574;
}
.AnyTagClassName
{
color: #E56574;
}
</style>
background-color css
<style>
a { background-color: #E56574; }
a { background-color: rgb(229,101,116); }
div.DivClassName
{
background-color: #E56574;
}
.BgClassName
{
background-color: #E56574;
}
</style>
border-color css
<style>
span { border-color: #E56574; }
span { border-color: rgb(229,101,116); }
td.TdClassName
{
border-color: #E56574;
}
.TagClassName
{
border-color: #E56574;
}
</style>