Shades of Froly #E26D72
Tints of Froly #E26D72
RGB
CMYK
RGB Variations
Color information
#E26D72 (or 0xE26D72) is known color: Froly. HEX triplet: E2, 6D and 72. RGB value is (226,109,114). Sum of RGB (Red+Green+Blue) = 226+109+114=449 (59% of max value = 765). Red value is 226 (88.67% from 255 or 50.33% from 449); Green value is 109 (42.97% from 255 or 24.28% from 449); Blue value is 114 (44.92% from 255 or 25.39% from 449); Max value from RGB is 226 - color contains mainly: red. Hex color #E26D72 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E26D72 is #1D928D. Grayscale: #909090. Windows color (decimal): -1938062 or 7499234. OLE color: 7499234.
HSL color Cylindrical-coordinate representation of color #E26D72: hue angle of 357.44º degrees, saturation: 0.67, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E26D72 is Cyan = 0, Magento = 0.52, Yellow = 0.50 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 109 | 114 | - |
| CMYK | 0 | 0.52 | 0.50 | 0.11 |
| HSL | 357.44º | 0.67% | 0.66% | - |
| HSV(B) | 357.44º | 0.52% | 0.89% | - |
| XYZ | 39.87 | 28.32 | 19.28 | - |
| YUV | 144.55 | 110.76 | 186.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 109 | 114 | 0 | 0.52 | 0.50 | 0.11 | 357.44 | 0.67 | 0.66 |
| Hex | E2 | 6D | 72 | 0 | 34 | 32 | B | 165 | 43 | 42 |
| Octal | 342 | 155 | 162 | 0 | 64 | 62 | 13 | 545 | 103 | 102 |
| Binary | 11100010 | 1101101 | 1110010 | 0 | 110100 | 110010 | 1011 | 101100101 | 1000011 | 1000010 |
Color Harmonies of #E26D72
Complementary color
Monochromatic Colors of #E26D72
Black with #E26D72
Text Example
Text Example
White with #E26D72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E26D72; }
p { color: rgb(226,109,114); }
H1.HeaderClassName
{
color: #E26D72;
}
.AnyTagClassName
{
color: #E26D72;
}
</style>
background-color css
<style>
a { background-color: #E26D72; }
a { background-color: rgb(226,109,114); }
div.DivClassName
{
background-color: #E26D72;
}
.BgClassName
{
background-color: #E26D72;
}
</style>
border-color css
<style>
span { border-color: #E26D72; }
span { border-color: rgb(226,109,114); }
td.TdClassName
{
border-color: #E26D72;
}
.TagClassName
{
border-color: #E26D72;
}
</style>