Shades of Froly #E26569
Tints of Froly #E26569
RGB
CMYK
RGB Variations
Color information
#E26569 (or 0xE26569) is known color: Froly. HEX triplet: E2, 65 and 69. RGB value is (226,101,105). Sum of RGB (Red+Green+Blue) = 226+101+105=432 (57% of max value = 765). Red value is 226 (88.67% from 255 or 52.31% from 432); Green value is 101 (39.84% from 255 or 23.38% from 432); Blue value is 105 (41.41% from 255 or 24.31% from 432); Max value from RGB is 226 - color contains mainly: red. Hex color #E26569 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E26569 is #1D9A96. Grayscale: #8A8A8A. Windows color (decimal): -1940119 or 6907362. OLE color: 6907362.
HSL color Cylindrical-coordinate representation of color #E26569: hue angle of 358.08º 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 #E26569 is Cyan = 0, Magento = 0.55, Yellow = 0.54 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 101 | 105 | - |
| CMYK | 0 | 0.55 | 0.54 | 0.11 |
| HSL | 358.08º | 0.68% | 0.64% | - |
| HSV(B) | 358.08º | 0.55% | 0.89% | - |
| XYZ | 38.57 | 26.5 | 16.45 | - |
| YUV | 138.83 | 108.91 | 190.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 101 | 105 | 0 | 0.55 | 0.54 | 0.11 | 358.08 | 0.68 | 0.64 |
| Hex | E2 | 65 | 69 | 0 | 37 | 36 | B | 166 | 44 | 40 |
| Octal | 342 | 145 | 151 | 0 | 67 | 66 | 13 | 546 | 104 | 100 |
| Binary | 11100010 | 1100101 | 1101001 | 0 | 110111 | 110110 | 1011 | 101100110 | 1000100 | 1000000 |
Color Harmonies of #E26569
Complementary color
Monochromatic Colors of #E26569
Black with #E26569
Text Example
Text Example
White with #E26569
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E26569; }
p { color: rgb(226,101,105); }
H1.HeaderClassName
{
color: #E26569;
}
.AnyTagClassName
{
color: #E26569;
}
</style>
background-color css
<style>
a { background-color: #E26569; }
a { background-color: rgb(226,101,105); }
div.DivClassName
{
background-color: #E26569;
}
.BgClassName
{
background-color: #E26569;
}
</style>
border-color css
<style>
span { border-color: #E26569; }
span { border-color: rgb(226,101,105); }
td.TdClassName
{
border-color: #E26569;
}
.TagClassName
{
border-color: #E26569;
}
</style>