Shades of Froly #E26B79
Tints of Froly #E26B79
RGB
CMYK
RGB Variations
Color information
#E26B79 (or 0xE26B79) is known color: Froly. HEX triplet: E2, 6B and 79. RGB value is (226,107,121). Sum of RGB (Red+Green+Blue) = 226+107+121=454 (60% of max value = 765). Red value is 226 (88.67% from 255 or 49.78% from 454); Green value is 107 (42.19% from 255 or 23.57% from 454); Blue value is 121 (47.66% from 255 or 26.65% from 454); Max value from RGB is 226 - color contains mainly: red. Hex color #E26B79 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E26B79 is #1D9486. Grayscale: #909090. Windows color (decimal): -1938567 or 7957474. OLE color: 7957474.
HSL color Cylindrical-coordinate representation of color #E26B79: hue angle of 352.94º degrees, saturation: 0.67, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #E26B79 is Cyan = 0, Magento = 0.53, Yellow = 0.46 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 107 | 121 | - |
| CMYK | 0 | 0.53 | 0.46 | 0.11 |
| HSL | 352.94º | 0.67% | 0.65% | - |
| HSV(B) | 352.94º | 0.53% | 0.89% | - |
| XYZ | 40.07 | 28.06 | 21.39 | - |
| YUV | 144.18 | 114.92 | 186.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 107 | 121 | 0 | 0.53 | 0.46 | 0.11 | 352.94 | 0.67 | 0.65 |
| Hex | E2 | 6B | 79 | 0 | 35 | 2E | B | 161 | 43 | 41 |
| Octal | 342 | 153 | 171 | 0 | 65 | 56 | 13 | 541 | 103 | 101 |
| Binary | 11100010 | 1101011 | 1111001 | 0 | 110101 | 101110 | 1011 | 101100001 | 1000011 | 1000001 |
Color Harmonies of #E26B79
Complementary color
Monochromatic Colors of #E26B79
Black with #E26B79
Text Example
Text Example
White with #E26B79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E26B79; }
p { color: rgb(226,107,121); }
H1.HeaderClassName
{
color: #E26B79;
}
.AnyTagClassName
{
color: #E26B79;
}
</style>
background-color css
<style>
a { background-color: #E26B79; }
a { background-color: rgb(226,107,121); }
div.DivClassName
{
background-color: #E26B79;
}
.BgClassName
{
background-color: #E26B79;
}
</style>
border-color css
<style>
span { border-color: #E26B79; }
span { border-color: rgb(226,107,121); }
td.TdClassName
{
border-color: #E26B79;
}
.TagClassName
{
border-color: #E26B79;
}
</style>