Shades of Froly #E56572
Tints of Froly #E56572
RGB
CMYK
RGB Variations
Color information
#E56572 (or 0xE56572) is known color: Froly. HEX triplet: E5, 65 and 72. RGB value is (229,101,114). Sum of RGB (Red+Green+Blue) = 229+101+114=444 (58% of max value = 765). Red value is 229 (89.84% from 255 or 51.58% from 444); Green value is 101 (39.84% from 255 or 22.75% from 444); Blue value is 114 (44.92% from 255 or 25.68% from 444); Max value from RGB is 229 - color contains mainly: red. Hex color #E56572 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E56572 is #1A9A8D. Grayscale: #8C8C8C. Windows color (decimal): -1743502 or 7497189. OLE color: 7497189.
HSL color Cylindrical-coordinate representation of color #E56572: hue angle of 353.91º 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 #E56572 is Cyan = 0, Magento = 0.56, Yellow = 0.50 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 101 | 114 | - |
| CMYK | 0 | 0.56 | 0.50 | 0.10 |
| HSL | 353.91º | 0.71% | 0.65% | - |
| HSV(B) | 353.91º | 0.56% | 0.9% | - |
| XYZ | 40 | 27.18 | 19.06 | - |
| YUV | 140.75 | 112.91 | 190.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 101 | 114 | 0 | 0.56 | 0.50 | 0.10 | 353.91 | 0.71 | 0.65 |
| Hex | E5 | 65 | 72 | 0 | 38 | 32 | A | 162 | 47 | 41 |
| Octal | 345 | 145 | 162 | 0 | 70 | 62 | 12 | 542 | 107 | 101 |
| Binary | 11100101 | 1100101 | 1110010 | 0 | 111000 | 110010 | 1010 | 101100010 | 1000111 | 1000001 |
Color Harmonies of #E56572
Complementary color
Monochromatic Colors of #E56572
Black with #E56572
Text Example
Text Example
White with #E56572
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E56572; }
p { color: rgb(229,101,114); }
H1.HeaderClassName
{
color: #E56572;
}
.AnyTagClassName
{
color: #E56572;
}
</style>
background-color css
<style>
a { background-color: #E56572; }
a { background-color: rgb(229,101,114); }
div.DivClassName
{
background-color: #E56572;
}
.BgClassName
{
background-color: #E56572;
}
</style>
border-color css
<style>
span { border-color: #E56572; }
span { border-color: rgb(229,101,114); }
td.TdClassName
{
border-color: #E56572;
}
.TagClassName
{
border-color: #E56572;
}
</style>