Shades of Froly #E56F75
Tints of Froly #E56F75
RGB
CMYK
RGB Variations
Color information
#E56F75 (or 0xE56F75) is known color: Froly. HEX triplet: E5, 6F and 75. RGB value is (229,111,117). Sum of RGB (Red+Green+Blue) = 229+111+117=457 (60% of max value = 765). Red value is 229 (89.84% from 255 or 50.11% from 457); Green value is 111 (43.75% from 255 or 24.29% from 457); Blue value is 117 (46.09% from 255 or 25.60% from 457); Max value from RGB is 229 - color contains mainly: red. Hex color #E56F75 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E56F75 is #1A908A. Grayscale: #939393. Windows color (decimal): -1740939 or 7696357. OLE color: 7696357.
HSL color Cylindrical-coordinate representation of color #E56F75: hue angle of 356.95º 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 #E56F75 is Cyan = 0, Magento = 0.52, Yellow = 0.49 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 111 | 117 | - |
| CMYK | 0 | 0.52 | 0.49 | 0.10 |
| HSL | 356.95º | 0.69% | 0.67% | - |
| HSV(B) | 356.95º | 0.52% | 0.9% | - |
| XYZ | 41.21 | 29.31 | 20.32 | - |
| YUV | 146.97 | 111.09 | 186.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 111 | 117 | 0 | 0.52 | 0.49 | 0.10 | 356.95 | 0.69 | 0.67 |
| Hex | E5 | 6F | 75 | 0 | 34 | 31 | A | 165 | 45 | 43 |
| Octal | 345 | 157 | 165 | 0 | 64 | 61 | 12 | 545 | 105 | 103 |
| Binary | 11100101 | 1101111 | 1110101 | 0 | 110100 | 110001 | 1010 | 101100101 | 1000101 | 1000011 |
Color Harmonies of #E56F75
Complementary color
Monochromatic Colors of #E56F75
Black with #E56F75
Text Example
Text Example
White with #E56F75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E56F75; }
p { color: rgb(229,111,117); }
H1.HeaderClassName
{
color: #E56F75;
}
.AnyTagClassName
{
color: #E56F75;
}
</style>
background-color css
<style>
a { background-color: #E56F75; }
a { background-color: rgb(229,111,117); }
div.DivClassName
{
background-color: #E56F75;
}
.BgClassName
{
background-color: #E56F75;
}
</style>
border-color css
<style>
span { border-color: #E56F75; }
span { border-color: rgb(229,111,117); }
td.TdClassName
{
border-color: #E56F75;
}
.TagClassName
{
border-color: #E56F75;
}
</style>