Shades of Froly #E26A72
Tints of Froly #E26A72
RGB
CMYK
RGB Variations
Color information
#E26A72 (or 0xE26A72) is known color: Froly. HEX triplet: E2, 6A and 72. RGB value is (226,106,114). Sum of RGB (Red+Green+Blue) = 226+106+114=446 (59% of max value = 765). Red value is 226 (88.67% from 255 or 50.67% from 446); Green value is 106 (41.80% from 255 or 23.77% from 446); Blue value is 114 (44.92% from 255 or 25.56% from 446); Max value from RGB is 226 - color contains mainly: red. Hex color #E26A72 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E26A72 is #1D958D. Grayscale: #8E8E8E. Windows color (decimal): -1938830 or 7498466. OLE color: 7498466.
HSL color Cylindrical-coordinate representation of color #E26A72: hue angle of 356º 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 #E26A72 is Cyan = 0, Magento = 0.53, Yellow = 0.50 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 106 | 114 | - |
| CMYK | 0 | 0.53 | 0.50 | 0.11 |
| HSL | 356º | 0.67% | 0.65% | - |
| HSV(B) | 356º | 0.53% | 0.89% | - |
| XYZ | 39.56 | 27.69 | 19.18 | - |
| YUV | 142.79 | 111.76 | 187.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 106 | 114 | 0 | 0.53 | 0.50 | 0.11 | 356 | 0.67 | 0.65 |
| Hex | E2 | 6A | 72 | 0 | 35 | 32 | B | 164 | 43 | 41 |
| Octal | 342 | 152 | 162 | 0 | 65 | 62 | 13 | 544 | 103 | 101 |
| Binary | 11100010 | 1101010 | 1110010 | 0 | 110101 | 110010 | 1011 | 101100100 | 1000011 | 1000001 |
Color Harmonies of #E26A72
Complementary color
Monochromatic Colors of #E26A72
Black with #E26A72
Text Example
Text Example
White with #E26A72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E26A72; }
p { color: rgb(226,106,114); }
H1.HeaderClassName
{
color: #E26A72;
}
.AnyTagClassName
{
color: #E26A72;
}
</style>
background-color css
<style>
a { background-color: #E26A72; }
a { background-color: rgb(226,106,114); }
div.DivClassName
{
background-color: #E26A72;
}
.BgClassName
{
background-color: #E26A72;
}
</style>
border-color css
<style>
span { border-color: #E26A72; }
span { border-color: rgb(226,106,114); }
td.TdClassName
{
border-color: #E26A72;
}
.TagClassName
{
border-color: #E26A72;
}
</style>