Shades of Froly #E56265
Tints of Froly #E56265
RGB
CMYK
RGB Variations
Color information
#E56265 (or 0xE56265) is known color: Froly. HEX triplet: E5, 62 and 65. RGB value is (229,98,101). Sum of RGB (Red+Green+Blue) = 229+98+101=428 (56% of max value = 765). Red value is 229 (89.84% from 255 or 53.50% from 428); Green value is 98 (38.67% from 255 or 22.90% from 428); Blue value is 101 (39.84% from 255 or 23.60% from 428); Max value from RGB is 229 - color contains mainly: red. Hex color #E56265 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E56265 is #1A9D9A. Grayscale: #898989. Windows color (decimal): -1744283 or 6644453. OLE color: 6644453.
HSL color Cylindrical-coordinate representation of color #E56265: hue angle of 358.63º degrees, saturation: 0.72, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #E56265 is Cyan = 0, Magento = 0.57, Yellow = 0.56 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 98 | 101 | - |
| CMYK | 0 | 0.57 | 0.56 | 0.10 |
| HSL | 358.63º | 0.72% | 0.64% | - |
| HSV(B) | 358.63º | 0.57% | 0.9% | - |
| XYZ | 39.03 | 26.33 | 15.34 | - |
| YUV | 137.51 | 107.4 | 193.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 98 | 101 | 0 | 0.57 | 0.56 | 0.10 | 358.63 | 0.72 | 0.64 |
| Hex | E5 | 62 | 65 | 0 | 39 | 38 | A | 167 | 48 | 40 |
| Octal | 345 | 142 | 145 | 0 | 71 | 70 | 12 | 547 | 110 | 100 |
| Binary | 11100101 | 1100010 | 1100101 | 0 | 111001 | 111000 | 1010 | 101100111 | 1001000 | 1000000 |
Color Harmonies of #E56265
Complementary color
Monochromatic Colors of #E56265
Black with #E56265
Text Example
Text Example
White with #E56265
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E56265; }
p { color: rgb(229,98,101); }
H1.HeaderClassName
{
color: #E56265;
}
.AnyTagClassName
{
color: #E56265;
}
</style>
background-color css
<style>
a { background-color: #E56265; }
a { background-color: rgb(229,98,101); }
div.DivClassName
{
background-color: #E56265;
}
.BgClassName
{
background-color: #E56265;
}
</style>
border-color css
<style>
span { border-color: #E56265; }
span { border-color: rgb(229,98,101); }
td.TdClassName
{
border-color: #E56265;
}
.TagClassName
{
border-color: #E56265;
}
</style>