Shades of Froly #E26F78
Tints of Froly #E26F78
RGB
CMYK
RGB Variations
Color information
#E26F78 (or 0xE26F78) is known color: Froly. HEX triplet: E2, 6F and 78. RGB value is (226,111,120). Sum of RGB (Red+Green+Blue) = 226+111+120=457 (60% of max value = 765). Red value is 226 (88.67% from 255 or 49.45% from 457); Green value is 111 (43.75% from 255 or 24.29% from 457); Blue value is 120 (47.27% from 255 or 26.26% from 457); Max value from RGB is 226 - color contains mainly: red. Hex color #E26F78 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E26F78 is #1D9087. Grayscale: #929292. Windows color (decimal): -1937544 or 7892962. OLE color: 7892962.
HSL color Cylindrical-coordinate representation of color #E26F78: hue angle of 355.3º degrees, saturation: 0.66, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #E26F78 is Cyan = 0, Magento = 0.51, Yellow = 0.47 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 111 | 120 | - |
| CMYK | 0 | 0.51 | 0.47 | 0.11 |
| HSL | 355.3º | 0.66% | 0.66% | - |
| HSV(B) | 355.3º | 0.51% | 0.89% | - |
| XYZ | 40.44 | 28.89 | 21.21 | - |
| YUV | 146.41 | 113.1 | 184.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 111 | 120 | 0 | 0.51 | 0.47 | 0.11 | 355.3 | 0.66 | 0.66 |
| Hex | E2 | 6F | 78 | 0 | 33 | 2F | B | 163 | 42 | 42 |
| Octal | 342 | 157 | 170 | 0 | 63 | 57 | 13 | 543 | 102 | 102 |
| Binary | 11100010 | 1101111 | 1111000 | 0 | 110011 | 101111 | 1011 | 101100011 | 1000010 | 1000010 |
Color Harmonies of #E26F78
Complementary color
Monochromatic Colors of #E26F78
Black with #E26F78
Text Example
Text Example
White with #E26F78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E26F78; }
p { color: rgb(226,111,120); }
H1.HeaderClassName
{
color: #E26F78;
}
.AnyTagClassName
{
color: #E26F78;
}
</style>
background-color css
<style>
a { background-color: #E26F78; }
a { background-color: rgb(226,111,120); }
div.DivClassName
{
background-color: #E26F78;
}
.BgClassName
{
background-color: #E26F78;
}
</style>
border-color css
<style>
span { border-color: #E26F78; }
span { border-color: rgb(226,111,120); }
td.TdClassName
{
border-color: #E26F78;
}
.TagClassName
{
border-color: #E26F78;
}
</style>