Shades of Froly #E26166
Tints of Froly #E26166
RGB
CMYK
RGB Variations
Color information
#E26166 (or 0xE26166) is known color: Froly. HEX triplet: E2, 61 and 66. RGB value is (226,97,102). Sum of RGB (Red+Green+Blue) = 226+97+102=425 (56% of max value = 765). Red value is 226 (88.67% from 255 or 53.18% from 425); Green value is 97 (38.28% from 255 or 22.82% from 425); Blue value is 102 (40.23% from 255 or 24% from 425); Max value from RGB is 226 - color contains mainly: red. Hex color #E26166 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E26166 is #1D9E99. Grayscale: #888888. Windows color (decimal): -1941146 or 6709730. OLE color: 6709730.
HSL color Cylindrical-coordinate representation of color #E26166: hue angle of 357.67º degrees, saturation: 0.69, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #E26166 is Cyan = 0, Magento = 0.57, Yellow = 0.55 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 97 | 102 | - |
| CMYK | 0 | 0.57 | 0.55 | 0.11 |
| HSL | 357.67º | 0.69% | 0.63% | - |
| HSV(B) | 357.67º | 0.57% | 0.89% | - |
| XYZ | 38.04 | 25.68 | 15.52 | - |
| YUV | 136.14 | 108.74 | 192.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 97 | 102 | 0 | 0.57 | 0.55 | 0.11 | 357.67 | 0.69 | 0.63 |
| Hex | E2 | 61 | 66 | 0 | 39 | 37 | B | 166 | 45 | 3F |
| Octal | 342 | 141 | 146 | 0 | 71 | 67 | 13 | 546 | 105 | 77 |
| Binary | 11100010 | 1100001 | 1100110 | 0 | 111001 | 110111 | 1011 | 101100110 | 1000101 | 111111 |
Color Harmonies of #E26166
Complementary color
Monochromatic Colors of #E26166
Black with #E26166
Text Example
Text Example
White with #E26166
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E26166; }
p { color: rgb(226,97,102); }
H1.HeaderClassName
{
color: #E26166;
}
.AnyTagClassName
{
color: #E26166;
}
</style>
background-color css
<style>
a { background-color: #E26166; }
a { background-color: rgb(226,97,102); }
div.DivClassName
{
background-color: #E26166;
}
.BgClassName
{
background-color: #E26166;
}
</style>
border-color css
<style>
span { border-color: #E26166; }
span { border-color: rgb(226,97,102); }
td.TdClassName
{
border-color: #E26166;
}
.TagClassName
{
border-color: #E26166;
}
</style>