Shades of Froly #E26679
Tints of Froly #E26679
RGB
CMYK
RGB Variations
Color information
#E26679 (or 0xE26679) is known color: Froly. HEX triplet: E2, 66 and 79. RGB value is (226,102,121). Sum of RGB (Red+Green+Blue) = 226+102+121=449 (59% of max value = 765). Red value is 226 (88.67% from 255 or 50.33% from 449); Green value is 102 (40.23% from 255 or 22.72% from 449); Blue value is 121 (47.66% from 255 or 26.95% from 449); Max value from RGB is 226 - color contains mainly: red. Hex color #E26679 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E26679 is #1D9986. Grayscale: #8D8D8D. Windows color (decimal): -1939847 or 7956194. OLE color: 7956194.
HSL color Cylindrical-coordinate representation of color #E26679: hue angle of 350.81º 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 #E26679 is Cyan = 0, Magento = 0.55, Yellow = 0.46 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 102 | 121 | - |
| CMYK | 0 | 0.55 | 0.46 | 0.11 |
| HSL | 350.81º | 0.68% | 0.64% | - |
| HSV(B) | 350.81º | 0.55% | 0.89% | - |
| XYZ | 39.57 | 27.05 | 21.23 | - |
| YUV | 141.24 | 116.58 | 188.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 102 | 121 | 0 | 0.55 | 0.46 | 0.11 | 350.81 | 0.68 | 0.64 |
| Hex | E2 | 66 | 79 | 0 | 37 | 2E | B | 15F | 44 | 40 |
| Octal | 342 | 146 | 171 | 0 | 67 | 56 | 13 | 537 | 104 | 100 |
| Binary | 11100010 | 1100110 | 1111001 | 0 | 110111 | 101110 | 1011 | 101011111 | 1000100 | 1000000 |
Color Harmonies of #E26679
Complementary color
Monochromatic Colors of #E26679
Black with #E26679
Text Example
Text Example
White with #E26679
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E26679; }
p { color: rgb(226,102,121); }
H1.HeaderClassName
{
color: #E26679;
}
.AnyTagClassName
{
color: #E26679;
}
</style>
background-color css
<style>
a { background-color: #E26679; }
a { background-color: rgb(226,102,121); }
div.DivClassName
{
background-color: #E26679;
}
.BgClassName
{
background-color: #E26679;
}
</style>
border-color css
<style>
span { border-color: #E26679; }
span { border-color: rgb(226,102,121); }
td.TdClassName
{
border-color: #E26679;
}
.TagClassName
{
border-color: #E26679;
}
</style>