Shades of Froly #E26E79
Tints of Froly #E26E79
RGB
CMYK
RGB Variations
Color information
#E26E79 (or 0xE26E79) is known color: Froly. HEX triplet: E2, 6E and 79. RGB value is (226,110,121). Sum of RGB (Red+Green+Blue) = 226+110+121=457 (60% of max value = 765). Red value is 226 (88.67% from 255 or 49.45% from 457); Green value is 110 (43.36% from 255 or 24.07% from 457); Blue value is 121 (47.66% from 255 or 26.48% from 457); Max value from RGB is 226 - color contains mainly: red. Hex color #E26E79 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E26E79 is #1D9186. Grayscale: #929292. Windows color (decimal): -1937799 or 7958242. OLE color: 7958242.
HSL color Cylindrical-coordinate representation of color #E26E79: hue angle of 354.31º degrees, saturation: 0.67, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #E26E79 is Cyan = 0, Magento = 0.51, Yellow = 0.46 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 110 | 121 | - |
| CMYK | 0 | 0.51 | 0.46 | 0.11 |
| HSL | 354.31º | 0.67% | 0.66% | - |
| HSV(B) | 354.31º | 0.51% | 0.89% | - |
| XYZ | 40.39 | 28.7 | 21.5 | - |
| YUV | 145.94 | 113.93 | 185.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 110 | 121 | 0 | 0.51 | 0.46 | 0.11 | 354.31 | 0.67 | 0.66 |
| Hex | E2 | 6E | 79 | 0 | 33 | 2E | B | 162 | 43 | 42 |
| Octal | 342 | 156 | 171 | 0 | 63 | 56 | 13 | 542 | 103 | 102 |
| Binary | 11100010 | 1101110 | 1111001 | 0 | 110011 | 101110 | 1011 | 101100010 | 1000011 | 1000010 |
Color Harmonies of #E26E79
Complementary color
Monochromatic Colors of #E26E79
Black with #E26E79
Text Example
Text Example
White with #E26E79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E26E79; }
p { color: rgb(226,110,121); }
H1.HeaderClassName
{
color: #E26E79;
}
.AnyTagClassName
{
color: #E26E79;
}
</style>
background-color css
<style>
a { background-color: #E26E79; }
a { background-color: rgb(226,110,121); }
div.DivClassName
{
background-color: #E26E79;
}
.BgClassName
{
background-color: #E26E79;
}
</style>
border-color css
<style>
span { border-color: #E26E79; }
span { border-color: rgb(226,110,121); }
td.TdClassName
{
border-color: #E26E79;
}
.TagClassName
{
border-color: #E26E79;
}
</style>