Shades of Froly #E26071
Tints of Froly #E26071
RGB
CMYK
RGB Variations
Color information
#E26071 (or 0xE26071) is known color: Froly. HEX triplet: E2, 60 and 71. RGB value is (226,96,113). Sum of RGB (Red+Green+Blue) = 226+96+113=435 (57% of max value = 765). Red value is 226 (88.67% from 255 or 51.95% from 435); Green value is 96 (37.89% from 255 or 22.07% from 435); Blue value is 113 (44.53% from 255 or 25.98% from 435); Max value from RGB is 226 - color contains mainly: red. Hex color #E26071 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E26071 is #1D9F8E. Grayscale: #888888. Windows color (decimal): -1941391 or 7430370. OLE color: 7430370.
HSL color Cylindrical-coordinate representation of color #E26071: hue angle of 352.15º 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 #E26071 is Cyan = 0, Magento = 0.58, Yellow = 0.5 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 96 | 113 | - |
| CMYK | 0 | 0.58 | 0.5 | 0.11 |
| HSL | 352.15º | 0.69% | 0.63% | - |
| HSV(B) | 352.15º | 0.58% | 0.89% | - |
| XYZ | 38.53 | 25.73 | 18.56 | - |
| YUV | 136.81 | 114.57 | 191.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 96 | 113 | 0 | 0.58 | 0.5 | 0.11 | 352.15 | 0.69 | 0.63 |
| Hex | E2 | 60 | 71 | 0 | 3A | 32 | B | 160 | 45 | 3F |
| Octal | 342 | 140 | 161 | 0 | 72 | 62 | 13 | 540 | 105 | 77 |
| Binary | 11100010 | 1100000 | 1110001 | 0 | 111010 | 110010 | 1011 | 101100000 | 1000101 | 111111 |
Color Harmonies of #E26071
Complementary color
Monochromatic Colors of #E26071
Black with #E26071
Text Example
Text Example
White with #E26071
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E26071; }
p { color: rgb(226,96,113); }
H1.HeaderClassName
{
color: #E26071;
}
.AnyTagClassName
{
color: #E26071;
}
</style>
background-color css
<style>
a { background-color: #E26071; }
a { background-color: rgb(226,96,113); }
div.DivClassName
{
background-color: #E26071;
}
.BgClassName
{
background-color: #E26071;
}
</style>
border-color css
<style>
span { border-color: #E26071; }
span { border-color: rgb(226,96,113); }
td.TdClassName
{
border-color: #E26071;
}
.TagClassName
{
border-color: #E26071;
}
</style>