Shades of Froly #E26575
Tints of Froly #E26575
RGB
CMYK
RGB Variations
Color information
#E26575 (or 0xE26575) is known color: Froly. HEX triplet: E2, 65 and 75. RGB value is (226,101,117). Sum of RGB (Red+Green+Blue) = 226+101+117=444 (58% of max value = 765). Red value is 226 (88.67% from 255 or 50.90% from 444); Green value is 101 (39.84% from 255 or 22.75% from 444); Blue value is 117 (46.09% from 255 or 26.35% from 444); Max value from RGB is 226 - color contains mainly: red. Hex color #E26575 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E26575 is #1D9A8A. Grayscale: #8C8C8C. Windows color (decimal): -1940107 or 7693794. OLE color: 7693794.
HSL color Cylindrical-coordinate representation of color #E26575: hue angle of 352.32º 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 #E26575 is Cyan = 0, Magento = 0.55, Yellow = 0.48 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 101 | 117 | - |
| CMYK | 0 | 0.55 | 0.48 | 0.11 |
| HSL | 352.32º | 0.68% | 0.64% | - |
| HSV(B) | 352.32º | 0.55% | 0.89% | - |
| XYZ | 39.23 | 26.76 | 19.93 | - |
| YUV | 140.2 | 114.91 | 189.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 101 | 117 | 0 | 0.55 | 0.48 | 0.11 | 352.32 | 0.68 | 0.64 |
| Hex | E2 | 65 | 75 | 0 | 37 | 30 | B | 160 | 44 | 40 |
| Octal | 342 | 145 | 165 | 0 | 67 | 60 | 13 | 540 | 104 | 100 |
| Binary | 11100010 | 1100101 | 1110101 | 0 | 110111 | 110000 | 1011 | 101100000 | 1000100 | 1000000 |
Color Harmonies of #E26575
Complementary color
Monochromatic Colors of #E26575
Black with #E26575
Text Example
Text Example
White with #E26575
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E26575; }
p { color: rgb(226,101,117); }
H1.HeaderClassName
{
color: #E26575;
}
.AnyTagClassName
{
color: #E26575;
}
</style>
background-color css
<style>
a { background-color: #E26575; }
a { background-color: rgb(226,101,117); }
div.DivClassName
{
background-color: #E26575;
}
.BgClassName
{
background-color: #E26575;
}
</style>
border-color css
<style>
span { border-color: #E26575; }
span { border-color: rgb(226,101,117); }
td.TdClassName
{
border-color: #E26575;
}
.TagClassName
{
border-color: #E26575;
}
</style>