Shades of Froly #E26376
Tints of Froly #E26376
RGB
CMYK
RGB Variations
Color information
#E26376 (or 0xE26376) is known color: Froly. HEX triplet: E2, 63 and 76. RGB value is (226,99,118). Sum of RGB (Red+Green+Blue) = 226+99+118=443 (58% of max value = 765). Red value is 226 (88.67% from 255 or 51.02% from 443); Green value is 99 (39.06% from 255 or 22.35% from 443); Blue value is 118 (46.48% from 255 or 26.64% from 443); Max value from RGB is 226 - color contains mainly: red. Hex color #E26376 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E26376 is #1D9C89. Grayscale: #8B8B8B. Windows color (decimal): -1940618 or 7758818. OLE color: 7758818.
HSL color Cylindrical-coordinate representation of color #E26376: hue angle of 351.02º degrees, saturation: 0.69, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #E26376 is Cyan = 0, Magento = 0.56, Yellow = 0.48 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 99 | 118 | - |
| CMYK | 0 | 0.56 | 0.48 | 0.11 |
| HSL | 351.02º | 0.69% | 0.64% | - |
| HSV(B) | 351.02º | 0.56% | 0.89% | - |
| XYZ | 39.1 | 26.4 | 20.17 | - |
| YUV | 139.14 | 116.08 | 189.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 99 | 118 | 0 | 0.56 | 0.48 | 0.11 | 351.02 | 0.69 | 0.64 |
| Hex | E2 | 63 | 76 | 0 | 38 | 30 | B | 15F | 45 | 40 |
| Octal | 342 | 143 | 166 | 0 | 70 | 60 | 13 | 537 | 105 | 100 |
| Binary | 11100010 | 1100011 | 1110110 | 0 | 111000 | 110000 | 1011 | 101011111 | 1000101 | 1000000 |
Color Harmonies of #E26376
Complementary color
Monochromatic Colors of #E26376
Black with #E26376
Text Example
Text Example
White with #E26376
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E26376; }
p { color: rgb(226,99,118); }
H1.HeaderClassName
{
color: #E26376;
}
.AnyTagClassName
{
color: #E26376;
}
</style>
background-color css
<style>
a { background-color: #E26376; }
a { background-color: rgb(226,99,118); }
div.DivClassName
{
background-color: #E26376;
}
.BgClassName
{
background-color: #E26376;
}
</style>
border-color css
<style>
span { border-color: #E26376; }
span { border-color: rgb(226,99,118); }
td.TdClassName
{
border-color: #E26376;
}
.TagClassName
{
border-color: #E26376;
}
</style>