Shades of Froly #E26061
Tints of Froly #E26061
RGB
CMYK
RGB Variations
Color information
#E26061 (or 0xE26061) is known color: Froly. HEX triplet: E2, 60 and 61. RGB value is (226,96,97). Sum of RGB (Red+Green+Blue) = 226+96+97=419 (55% of max value = 765). Red value is 226 (88.67% from 255 or 53.94% from 419); Green value is 96 (37.89% from 255 or 22.91% from 419); Blue value is 97 (38.28% from 255 or 23.15% from 419); Max value from RGB is 226 - color contains mainly: red. Hex color #E26061 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E26061 is #1D9F9E. Grayscale: #878787. Windows color (decimal): -1941407 or 6381794. OLE color: 6381794.
HSL color Cylindrical-coordinate representation of color #E26061: hue angle of 359.54º 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 #E26061 is Cyan = 0, Magento = 0.58, Yellow = 0.57 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 96 | 97 | - |
| CMYK | 0 | 0.58 | 0.57 | 0.11 |
| HSL | 359.54º | 0.69% | 0.63% | - |
| HSV(B) | 359.54º | 0.58% | 0.89% | - |
| XYZ | 37.7 | 25.4 | 14.22 | - |
| YUV | 134.98 | 106.57 | 192.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 96 | 97 | 0 | 0.58 | 0.57 | 0.11 | 359.54 | 0.69 | 0.63 |
| Hex | E2 | 60 | 61 | 0 | 3A | 39 | B | 168 | 45 | 3F |
| Octal | 342 | 140 | 141 | 0 | 72 | 71 | 13 | 550 | 105 | 77 |
| Binary | 11100010 | 1100000 | 1100001 | 0 | 111010 | 111001 | 1011 | 101101000 | 1000101 | 111111 |
Color Harmonies of #E26061
Complementary color
Monochromatic Colors of #E26061
Black with #E26061
Text Example
Text Example
White with #E26061
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E26061; }
p { color: rgb(226,96,97); }
H1.HeaderClassName
{
color: #E26061;
}
.AnyTagClassName
{
color: #E26061;
}
</style>
background-color css
<style>
a { background-color: #E26061; }
a { background-color: rgb(226,96,97); }
div.DivClassName
{
background-color: #E26061;
}
.BgClassName
{
background-color: #E26061;
}
</style>
border-color css
<style>
span { border-color: #E26061; }
span { border-color: rgb(226,96,97); }
td.TdClassName
{
border-color: #E26061;
}
.TagClassName
{
border-color: #E26061;
}
</style>