Shades of Froly #E26275
Tints of Froly #E26275
RGB
CMYK
RGB Variations
Color information
#E26275 (or 0xE26275) is known color: Froly. HEX triplet: E2, 62 and 75. RGB value is (226,98,117). Sum of RGB (Red+Green+Blue) = 226+98+117=441 (58% of max value = 765). Red value is 226 (88.67% from 255 or 51.25% from 441); Green value is 98 (38.67% from 255 or 22.22% from 441); Blue value is 117 (46.09% from 255 or 26.53% from 441); Max value from RGB is 226 - color contains mainly: red. Hex color #E26275 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E26275 is #1D9D8A. Grayscale: #8A8A8A. Windows color (decimal): -1940875 or 7693026. OLE color: 7693026.
HSL color Cylindrical-coordinate representation of color #E26275: hue angle of 351.09º degrees, saturation: 0.69, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #E26275 is Cyan = 0, Magento = 0.57, Yellow = 0.48 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 98 | 117 | - |
| CMYK | 0 | 0.57 | 0.48 | 0.11 |
| HSL | 351.09º | 0.69% | 0.64% | - |
| HSV(B) | 351.09º | 0.57% | 0.89% | - |
| XYZ | 38.94 | 26.19 | 19.83 | - |
| YUV | 138.44 | 115.91 | 190.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 98 | 117 | 0 | 0.57 | 0.48 | 0.11 | 351.09 | 0.69 | 0.64 |
| Hex | E2 | 62 | 75 | 0 | 39 | 30 | B | 15F | 45 | 40 |
| Octal | 342 | 142 | 165 | 0 | 71 | 60 | 13 | 537 | 105 | 100 |
| Binary | 11100010 | 1100010 | 1110101 | 0 | 111001 | 110000 | 1011 | 101011111 | 1000101 | 1000000 |
Color Harmonies of #E26275
Complementary color
Monochromatic Colors of #E26275
Black with #E26275
Text Example
Text Example
White with #E26275
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E26275; }
p { color: rgb(226,98,117); }
H1.HeaderClassName
{
color: #E26275;
}
.AnyTagClassName
{
color: #E26275;
}
</style>
background-color css
<style>
a { background-color: #E26275; }
a { background-color: rgb(226,98,117); }
div.DivClassName
{
background-color: #E26275;
}
.BgClassName
{
background-color: #E26275;
}
</style>
border-color css
<style>
span { border-color: #E26275; }
span { border-color: rgb(226,98,117); }
td.TdClassName
{
border-color: #E26275;
}
.TagClassName
{
border-color: #E26275;
}
</style>