Shades of Froly #E26C79
Tints of Froly #E26C79
RGB
CMYK
RGB Variations
Color information
#E26C79 (or 0xE26C79) is known color: Froly. HEX triplet: E2, 6C and 79. RGB value is (226,108,121). Sum of RGB (Red+Green+Blue) = 226+108+121=455 (60% of max value = 765). Red value is 226 (88.67% from 255 or 49.67% from 455); Green value is 108 (42.58% from 255 or 23.74% from 455); Blue value is 121 (47.66% from 255 or 26.59% from 455); Max value from RGB is 226 - color contains mainly: red. Hex color #E26C79 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E26C79 is #1D9386. Grayscale: #909090. Windows color (decimal): -1938311 or 7957730. OLE color: 7957730.
HSL color Cylindrical-coordinate representation of color #E26C79: hue angle of 353.39º degrees, saturation: 0.67, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E26C79 is Cyan = 0, Magento = 0.52, Yellow = 0.46 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 108 | 121 | - |
| CMYK | 0 | 0.52 | 0.46 | 0.11 |
| HSL | 353.39º | 0.67% | 0.65% | - |
| HSV(B) | 353.39º | 0.52% | 0.89% | - |
| XYZ | 40.18 | 28.27 | 21.43 | - |
| YUV | 144.76 | 114.59 | 185.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 108 | 121 | 0 | 0.52 | 0.46 | 0.11 | 353.39 | 0.67 | 0.65 |
| Hex | E2 | 6C | 79 | 0 | 34 | 2E | B | 161 | 43 | 41 |
| Octal | 342 | 154 | 171 | 0 | 64 | 56 | 13 | 541 | 103 | 101 |
| Binary | 11100010 | 1101100 | 1111001 | 0 | 110100 | 101110 | 1011 | 101100001 | 1000011 | 1000001 |
Color Harmonies of #E26C79
Complementary color
Monochromatic Colors of #E26C79
Black with #E26C79
Text Example
Text Example
White with #E26C79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E26C79; }
p { color: rgb(226,108,121); }
H1.HeaderClassName
{
color: #E26C79;
}
.AnyTagClassName
{
color: #E26C79;
}
</style>
background-color css
<style>
a { background-color: #E26C79; }
a { background-color: rgb(226,108,121); }
div.DivClassName
{
background-color: #E26C79;
}
.BgClassName
{
background-color: #E26C79;
}
</style>
border-color css
<style>
span { border-color: #E26C79; }
span { border-color: rgb(226,108,121); }
td.TdClassName
{
border-color: #E26C79;
}
.TagClassName
{
border-color: #E26C79;
}
</style>