Shades of Froly #E26B6C
Tints of Froly #E26B6C
RGB
CMYK
RGB Variations
Color information
#E26B6C (or 0xE26B6C) is known color: Froly. HEX triplet: E2, 6B and 6C. RGB value is (226,107,108). Sum of RGB (Red+Green+Blue) = 226+107+108=441 (58% of max value = 765). Red value is 226 (88.67% from 255 or 51.25% from 441); Green value is 107 (42.19% from 255 or 24.26% from 441); Blue value is 108 (42.58% from 255 or 24.49% from 441); Max value from RGB is 226 - color contains mainly: red. Hex color #E26B6C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E26B6C is #1D9493. Grayscale: #8E8E8E. Windows color (decimal): -1938580 or 7105506. OLE color: 7105506.
HSL color Cylindrical-coordinate representation of color #E26B6C: hue angle of 359.5º degrees, saturation: 0.67, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #E26B6C is Cyan = 0, Magento = 0.53, Yellow = 0.52 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 107 | 108 | - |
| CMYK | 0 | 0.53 | 0.52 | 0.11 |
| HSL | 359.5º | 0.67% | 0.65% | - |
| HSV(B) | 359.5º | 0.53% | 0.89% | - |
| XYZ | 39.33 | 27.77 | 17.47 | - |
| YUV | 142.7 | 108.42 | 187.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 107 | 108 | 0 | 0.53 | 0.52 | 0.11 | 359.5 | 0.67 | 0.65 |
| Hex | E2 | 6B | 6C | 0 | 35 | 34 | B | 167 | 43 | 41 |
| Octal | 342 | 153 | 154 | 0 | 65 | 64 | 13 | 547 | 103 | 101 |
| Binary | 11100010 | 1101011 | 1101100 | 0 | 110101 | 110100 | 1011 | 101100111 | 1000011 | 1000001 |
Color Harmonies of #E26B6C
Complementary color
Monochromatic Colors of #E26B6C
Black with #E26B6C
Text Example
Text Example
White with #E26B6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E26B6C; }
p { color: rgb(226,107,108); }
H1.HeaderClassName
{
color: #E26B6C;
}
.AnyTagClassName
{
color: #E26B6C;
}
</style>
background-color css
<style>
a { background-color: #E26B6C; }
a { background-color: rgb(226,107,108); }
div.DivClassName
{
background-color: #E26B6C;
}
.BgClassName
{
background-color: #E26B6C;
}
</style>
border-color css
<style>
span { border-color: #E26B6C; }
span { border-color: rgb(226,107,108); }
td.TdClassName
{
border-color: #E26B6C;
}
.TagClassName
{
border-color: #E26B6C;
}
</style>