Shades of Froly #E56575
Tints of Froly #E56575
RGB
CMYK
RGB Variations
Color information
#E56575 (or 0xE56575) is known color: Froly. HEX triplet: E5, 65 and 75. RGB value is (229,101,117). Sum of RGB (Red+Green+Blue) = 229+101+117=447 (59% of max value = 765). Red value is 229 (89.84% from 255 or 51.23% from 447); Green value is 101 (39.84% from 255 or 22.60% from 447); Blue value is 117 (46.09% from 255 or 26.17% from 447); Max value from RGB is 229 - color contains mainly: red. Hex color #E56575 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E56575 is #1A9A8A. Grayscale: #8D8D8D. Windows color (decimal): -1743499 or 7693797. OLE color: 7693797.
HSL color Cylindrical-coordinate representation of color #E56575: hue angle of 352.5º 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 #E56575 is Cyan = 0, Magento = 0.56, Yellow = 0.49 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 101 | 117 | - |
| CMYK | 0 | 0.56 | 0.49 | 0.10 |
| HSL | 352.5º | 0.71% | 0.65% | - |
| HSV(B) | 352.5º | 0.56% | 0.9% | - |
| XYZ | 40.18 | 27.25 | 19.97 | - |
| YUV | 141.1 | 114.41 | 190.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 101 | 117 | 0 | 0.56 | 0.49 | 0.10 | 352.5 | 0.71 | 0.65 |
| Hex | E5 | 65 | 75 | 0 | 38 | 31 | A | 160 | 47 | 41 |
| Octal | 345 | 145 | 165 | 0 | 70 | 61 | 12 | 540 | 107 | 101 |
| Binary | 11100101 | 1100101 | 1110101 | 0 | 111000 | 110001 | 1010 | 101100000 | 1000111 | 1000001 |
Color Harmonies of #E56575
Complementary color
Monochromatic Colors of #E56575
Black with #E56575
Text Example
Text Example
White with #E56575
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E56575; }
p { color: rgb(229,101,117); }
H1.HeaderClassName
{
color: #E56575;
}
.AnyTagClassName
{
color: #E56575;
}
</style>
background-color css
<style>
a { background-color: #E56575; }
a { background-color: rgb(229,101,117); }
div.DivClassName
{
background-color: #E56575;
}
.BgClassName
{
background-color: #E56575;
}
</style>
border-color css
<style>
span { border-color: #E56575; }
span { border-color: rgb(229,101,117); }
td.TdClassName
{
border-color: #E56575;
}
.TagClassName
{
border-color: #E56575;
}
</style>