Shades of Froly #E26566
Tints of Froly #E26566
RGB
CMYK
RGB Variations
Color information
#E26566 (or 0xE26566) is known color: Froly. HEX triplet: E2, 65 and 66. RGB value is (226,101,102). Sum of RGB (Red+Green+Blue) = 226+101+102=429 (56% of max value = 765). Red value is 226 (88.67% from 255 or 52.68% from 429); Green value is 101 (39.84% from 255 or 23.54% from 429); Blue value is 102 (40.23% from 255 or 23.78% from 429); Max value from RGB is 226 - color contains mainly: red. Hex color #E26566 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E26566 is #1D9A99. Grayscale: #8A8A8A. Windows color (decimal): -1940122 or 6710754. OLE color: 6710754.
HSL color Cylindrical-coordinate representation of color #E26566: hue angle of 359.52º degrees, saturation: 0.68, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #E26566 is Cyan = 0, Magento = 0.55, Yellow = 0.55 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 101 | 102 | - |
| CMYK | 0 | 0.55 | 0.55 | 0.11 |
| HSL | 359.52º | 0.68% | 0.64% | - |
| HSV(B) | 359.52º | 0.55% | 0.89% | - |
| XYZ | 38.42 | 26.44 | 15.65 | - |
| YUV | 138.49 | 107.41 | 190.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 101 | 102 | 0 | 0.55 | 0.55 | 0.11 | 359.52 | 0.68 | 0.64 |
| Hex | E2 | 65 | 66 | 0 | 37 | 37 | B | 168 | 44 | 40 |
| Octal | 342 | 145 | 146 | 0 | 67 | 67 | 13 | 550 | 104 | 100 |
| Binary | 11100010 | 1100101 | 1100110 | 0 | 110111 | 110111 | 1011 | 101101000 | 1000100 | 1000000 |
Color Harmonies of #E26566
Complementary color
Monochromatic Colors of #E26566
Black with #E26566
Text Example
Text Example
White with #E26566
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E26566; }
p { color: rgb(226,101,102); }
H1.HeaderClassName
{
color: #E26566;
}
.AnyTagClassName
{
color: #E26566;
}
</style>
background-color css
<style>
a { background-color: #E26566; }
a { background-color: rgb(226,101,102); }
div.DivClassName
{
background-color: #E26566;
}
.BgClassName
{
background-color: #E26566;
}
</style>
border-color css
<style>
span { border-color: #E26566; }
span { border-color: rgb(226,101,102); }
td.TdClassName
{
border-color: #E26566;
}
.TagClassName
{
border-color: #E26566;
}
</style>