Shades of Froly #E56F71
Tints of Froly #E56F71
RGB
CMYK
RGB Variations
Color information
#E56F71 (or 0xE56F71) is known color: Froly. HEX triplet: E5, 6F and 71. RGB value is (229,111,113). Sum of RGB (Red+Green+Blue) = 229+111+113=453 (60% of max value = 765). Red value is 229 (89.84% from 255 or 50.55% from 453); Green value is 111 (43.75% from 255 or 24.50% from 453); Blue value is 113 (44.53% from 255 or 24.94% from 453); Max value from RGB is 229 - color contains mainly: red. Hex color #E56F71 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E56F71 is #1A908E. Grayscale: #929292. Windows color (decimal): -1740943 or 7434213. OLE color: 7434213.
HSL color Cylindrical-coordinate representation of color #E56F71: hue angle of 358.98º degrees, saturation: 0.69, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E56F71 is Cyan = 0, Magento = 0.52, Yellow = 0.51 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 111 | 113 | - |
| CMYK | 0 | 0.52 | 0.51 | 0.10 |
| HSL | 358.98º | 0.69% | 0.67% | - |
| HSV(B) | 358.98º | 0.52% | 0.9% | - |
| XYZ | 40.98 | 29.22 | 19.1 | - |
| YUV | 146.51 | 109.09 | 186.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 111 | 113 | 0 | 0.52 | 0.51 | 0.10 | 358.98 | 0.69 | 0.67 |
| Hex | E5 | 6F | 71 | 0 | 34 | 33 | A | 167 | 45 | 43 |
| Octal | 345 | 157 | 161 | 0 | 64 | 63 | 12 | 547 | 105 | 103 |
| Binary | 11100101 | 1101111 | 1110001 | 0 | 110100 | 110011 | 1010 | 101100111 | 1000101 | 1000011 |
Color Harmonies of #E56F71
Complementary color
Monochromatic Colors of #E56F71
Black with #E56F71
Text Example
Text Example
White with #E56F71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E56F71; }
p { color: rgb(229,111,113); }
H1.HeaderClassName
{
color: #E56F71;
}
.AnyTagClassName
{
color: #E56F71;
}
</style>
background-color css
<style>
a { background-color: #E56F71; }
a { background-color: rgb(229,111,113); }
div.DivClassName
{
background-color: #E56F71;
}
.BgClassName
{
background-color: #E56F71;
}
</style>
border-color css
<style>
span { border-color: #E56F71; }
span { border-color: rgb(229,111,113); }
td.TdClassName
{
border-color: #E56F71;
}
.TagClassName
{
border-color: #E56F71;
}
</style>