Shades of Froly #E26072
Tints of Froly #E26072
RGB
CMYK
RGB Variations
Color information
#E26072 (or 0xE26072) is known color: Froly. HEX triplet: E2, 60 and 72. RGB value is (226,96,114). Sum of RGB (Red+Green+Blue) = 226+96+114=436 (57% of max value = 765). Red value is 226 (88.67% from 255 or 51.83% from 436); Green value is 96 (37.89% from 255 or 22.02% from 436); Blue value is 114 (44.92% from 255 or 26.15% from 436); Max value from RGB is 226 - color contains mainly: red. Hex color #E26072 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E26072 is #1D9F8D. Grayscale: #888888. Windows color (decimal): -1941390 or 7495906. OLE color: 7495906.
HSL color Cylindrical-coordinate representation of color #E26072: hue angle of 351.69º degrees, saturation: 0.69, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E26072 is Cyan = 0, Magento = 0.58, Yellow = 0.50 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 96 | 114 | - |
| CMYK | 0 | 0.58 | 0.50 | 0.11 |
| HSL | 351.69º | 0.69% | 0.63% | - |
| HSV(B) | 351.69º | 0.58% | 0.89% | - |
| XYZ | 38.58 | 25.75 | 18.86 | - |
| YUV | 136.92 | 115.07 | 191.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 96 | 114 | 0 | 0.58 | 0.50 | 0.11 | 351.69 | 0.69 | 0.63 |
| Hex | E2 | 60 | 72 | 0 | 3A | 32 | B | 160 | 45 | 3F |
| Octal | 342 | 140 | 162 | 0 | 72 | 62 | 13 | 540 | 105 | 77 |
| Binary | 11100010 | 1100000 | 1110010 | 0 | 111010 | 110010 | 1011 | 101100000 | 1000101 | 111111 |
Color Harmonies of #E26072
Complementary color
Monochromatic Colors of #E26072
Black with #E26072
Text Example
Text Example
White with #E26072
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E26072; }
p { color: rgb(226,96,114); }
H1.HeaderClassName
{
color: #E26072;
}
.AnyTagClassName
{
color: #E26072;
}
</style>
background-color css
<style>
a { background-color: #E26072; }
a { background-color: rgb(226,96,114); }
div.DivClassName
{
background-color: #E26072;
}
.BgClassName
{
background-color: #E26072;
}
</style>
border-color css
<style>
span { border-color: #E26072; }
span { border-color: rgb(226,96,114); }
td.TdClassName
{
border-color: #E26072;
}
.TagClassName
{
border-color: #E26072;
}
</style>