Shades of Froly #E26F70
Tints of Froly #E26F70
RGB
CMYK
RGB Variations
Color information
#E26F70 (or 0xE26F70) is known color: Froly. HEX triplet: E2, 6F and 70. RGB value is (226,111,112). Sum of RGB (Red+Green+Blue) = 226+111+112=449 (59% of max value = 765). Red value is 226 (88.67% from 255 or 50.33% from 449); Green value is 111 (43.75% from 255 or 24.72% from 449); Blue value is 112 (44.14% from 255 or 24.94% from 449); Max value from RGB is 226 - color contains mainly: red. Hex color #E26F70 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E26F70 is #1D908F. Grayscale: #919191. Windows color (decimal): -1937552 or 7368674. OLE color: 7368674.
HSL color Cylindrical-coordinate representation of color #E26F70: hue angle of 359.48º degrees, saturation: 0.66, 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 #E26F70 is Cyan = 0, Magento = 0.51, Yellow = 0.50 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 111 | 112 | - |
| CMYK | 0 | 0.51 | 0.50 | 0.11 |
| HSL | 359.48º | 0.66% | 0.66% | - |
| HSV(B) | 359.48º | 0.51% | 0.89% | - |
| XYZ | 39.97 | 28.71 | 18.76 | - |
| YUV | 145.5 | 109.1 | 185.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 111 | 112 | 0 | 0.51 | 0.50 | 0.11 | 359.48 | 0.66 | 0.66 |
| Hex | E2 | 6F | 70 | 0 | 33 | 32 | B | 167 | 42 | 42 |
| Octal | 342 | 157 | 160 | 0 | 63 | 62 | 13 | 547 | 102 | 102 |
| Binary | 11100010 | 1101111 | 1110000 | 0 | 110011 | 110010 | 1011 | 101100111 | 1000010 | 1000010 |
Color Harmonies of #E26F70
Complementary color
Monochromatic Colors of #E26F70
Black with #E26F70
Text Example
Text Example
White with #E26F70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E26F70; }
p { color: rgb(226,111,112); }
H1.HeaderClassName
{
color: #E26F70;
}
.AnyTagClassName
{
color: #E26F70;
}
</style>
background-color css
<style>
a { background-color: #E26F70; }
a { background-color: rgb(226,111,112); }
div.DivClassName
{
background-color: #E26F70;
}
.BgClassName
{
background-color: #E26F70;
}
</style>
border-color css
<style>
span { border-color: #E26F70; }
span { border-color: rgb(226,111,112); }
td.TdClassName
{
border-color: #E26F70;
}
.TagClassName
{
border-color: #E26F70;
}
</style>