Shades of Froly #E26164
Tints of Froly #E26164
RGB
CMYK
RGB Variations
Color information
#E26164 (or 0xE26164) is known color: Froly. HEX triplet: E2, 61 and 64. RGB value is (226,97,100). Sum of RGB (Red+Green+Blue) = 226+97+100=423 (56% of max value = 765). Red value is 226 (88.67% from 255 or 53.43% from 423); Green value is 97 (38.28% from 255 or 22.93% from 423); Blue value is 100 (39.45% from 255 or 23.64% from 423); Max value from RGB is 226 - color contains mainly: red. Hex color #E26164 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E26164 is #1D9E9B. Grayscale: #888888. Windows color (decimal): -1941148 or 6578658. OLE color: 6578658.
HSL color Cylindrical-coordinate representation of color #E26164: hue angle of 358.6º 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 #E26164 is Cyan = 0, Magento = 0.57, Yellow = 0.56 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 97 | 100 | - |
| CMYK | 0 | 0.57 | 0.56 | 0.11 |
| HSL | 358.6º | 0.69% | 0.63% | - |
| HSV(B) | 358.6º | 0.57% | 0.89% | - |
| XYZ | 37.94 | 25.64 | 15.01 | - |
| YUV | 135.91 | 107.74 | 192.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 97 | 100 | 0 | 0.57 | 0.56 | 0.11 | 358.6 | 0.69 | 0.63 |
| Hex | E2 | 61 | 64 | 0 | 39 | 38 | B | 167 | 45 | 3F |
| Octal | 342 | 141 | 144 | 0 | 71 | 70 | 13 | 547 | 105 | 77 |
| Binary | 11100010 | 1100001 | 1100100 | 0 | 111001 | 111000 | 1011 | 101100111 | 1000101 | 111111 |
Color Harmonies of #E26164
Complementary color
Monochromatic Colors of #E26164
Black with #E26164
Text Example
Text Example
White with #E26164
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E26164; }
p { color: rgb(226,97,100); }
H1.HeaderClassName
{
color: #E26164;
}
.AnyTagClassName
{
color: #E26164;
}
</style>
background-color css
<style>
a { background-color: #E26164; }
a { background-color: rgb(226,97,100); }
div.DivClassName
{
background-color: #E26164;
}
.BgClassName
{
background-color: #E26164;
}
</style>
border-color css
<style>
span { border-color: #E26164; }
span { border-color: rgb(226,97,100); }
td.TdClassName
{
border-color: #E26164;
}
.TagClassName
{
border-color: #E26164;
}
</style>