Shades of Froly #E26175
Tints of Froly #E26175
RGB
CMYK
RGB Variations
Color information
#E26175 (or 0xE26175) is known color: Froly. HEX triplet: E2, 61 and 75. RGB value is (226,97,117). Sum of RGB (Red+Green+Blue) = 226+97+117=440 (58% of max value = 765). Red value is 226 (88.67% from 255 or 51.36% from 440); Green value is 97 (38.28% from 255 or 22.05% from 440); Blue value is 117 (46.09% from 255 or 26.59% from 440); Max value from RGB is 226 - color contains mainly: red. Hex color #E26175 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E26175 is #1D9E8A. Grayscale: #898989. Windows color (decimal): -1941131 or 7692770. OLE color: 7692770.
HSL color Cylindrical-coordinate representation of color #E26175: hue angle of 350.7º 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 #E26175 is Cyan = 0, Magento = 0.57, Yellow = 0.48 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 97 | 117 | - |
| CMYK | 0 | 0.57 | 0.48 | 0.11 |
| HSL | 350.7º | 0.69% | 0.63% | - |
| HSV(B) | 350.7º | 0.57% | 0.89% | - |
| XYZ | 38.85 | 26 | 19.8 | - |
| YUV | 137.85 | 116.24 | 190.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 97 | 117 | 0 | 0.57 | 0.48 | 0.11 | 350.7 | 0.69 | 0.63 |
| Hex | E2 | 61 | 75 | 0 | 39 | 30 | B | 15F | 45 | 3F |
| Octal | 342 | 141 | 165 | 0 | 71 | 60 | 13 | 537 | 105 | 77 |
| Binary | 11100010 | 1100001 | 1110101 | 0 | 111001 | 110000 | 1011 | 101011111 | 1000101 | 111111 |
Color Harmonies of #E26175
Complementary color
Monochromatic Colors of #E26175
Black with #E26175
Text Example
Text Example
White with #E26175
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E26175; }
p { color: rgb(226,97,117); }
H1.HeaderClassName
{
color: #E26175;
}
.AnyTagClassName
{
color: #E26175;
}
</style>
background-color css
<style>
a { background-color: #E26175; }
a { background-color: rgb(226,97,117); }
div.DivClassName
{
background-color: #E26175;
}
.BgClassName
{
background-color: #E26175;
}
</style>
border-color css
<style>
span { border-color: #E26175; }
span { border-color: rgb(226,97,117); }
td.TdClassName
{
border-color: #E26175;
}
.TagClassName
{
border-color: #E26175;
}
</style>