Shades of Froly #E26A76
Tints of Froly #E26A76
RGB
CMYK
RGB Variations
Color information
#E26A76 (or 0xE26A76) is known color: Froly. HEX triplet: E2, 6A and 76. RGB value is (226,106,118). Sum of RGB (Red+Green+Blue) = 226+106+118=450 (59% of max value = 765). Red value is 226 (88.67% from 255 or 50.22% from 450); Green value is 106 (41.80% from 255 or 23.56% from 450); Blue value is 118 (46.48% from 255 or 26.22% from 450); Max value from RGB is 226 - color contains mainly: red. Hex color #E26A76 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E26A76 is #1D9589. Grayscale: #8F8F8F. Windows color (decimal): -1938826 or 7760610. OLE color: 7760610.
HSL color Cylindrical-coordinate representation of color #E26A76: hue angle of 354º 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 #E26A76 is Cyan = 0, Magento = 0.53, Yellow = 0.48 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 106 | 118 | - |
| CMYK | 0 | 0.53 | 0.48 | 0.11 |
| HSL | 354º | 0.67% | 0.65% | - |
| HSV(B) | 354º | 0.53% | 0.89% | - |
| XYZ | 39.79 | 27.78 | 20.41 | - |
| YUV | 143.25 | 113.76 | 187.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 106 | 118 | 0 | 0.53 | 0.48 | 0.11 | 354 | 0.67 | 0.65 |
| Hex | E2 | 6A | 76 | 0 | 35 | 30 | B | 162 | 43 | 41 |
| Octal | 342 | 152 | 166 | 0 | 65 | 60 | 13 | 542 | 103 | 101 |
| Binary | 11100010 | 1101010 | 1110110 | 0 | 110101 | 110000 | 1011 | 101100010 | 1000011 | 1000001 |
Color Harmonies of #E26A76
Complementary color
Monochromatic Colors of #E26A76
Black with #E26A76
Text Example
Text Example
White with #E26A76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E26A76; }
p { color: rgb(226,106,118); }
H1.HeaderClassName
{
color: #E26A76;
}
.AnyTagClassName
{
color: #E26A76;
}
</style>
background-color css
<style>
a { background-color: #E26A76; }
a { background-color: rgb(226,106,118); }
div.DivClassName
{
background-color: #E26A76;
}
.BgClassName
{
background-color: #E26A76;
}
</style>
border-color css
<style>
span { border-color: #E26A76; }
span { border-color: rgb(226,106,118); }
td.TdClassName
{
border-color: #E26A76;
}
.TagClassName
{
border-color: #E26A76;
}
</style>