Shades of Froly #E26A78
Tints of Froly #E26A78
RGB
CMYK
RGB Variations
Color information
#E26A78 (or 0xE26A78) is known color: Froly. HEX triplet: E2, 6A and 78. RGB value is (226,106,120). Sum of RGB (Red+Green+Blue) = 226+106+120=452 (59% of max value = 765). Red value is 226 (88.67% from 255 or 50% from 452); Green value is 106 (41.80% from 255 or 23.45% from 452); Blue value is 120 (47.27% from 255 or 26.55% from 452); Max value from RGB is 226 - color contains mainly: red. Hex color #E26A78 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E26A78 is #1D9587. Grayscale: #8F8F8F. Windows color (decimal): -1938824 or 7891682. OLE color: 7891682.
HSL color Cylindrical-coordinate representation of color #E26A78: hue angle of 353º 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 #E26A78 is Cyan = 0, Magento = 0.53, Yellow = 0.47 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 106 | 120 | - |
| CMYK | 0 | 0.53 | 0.47 | 0.11 |
| HSL | 353º | 0.67% | 0.65% | - |
| HSV(B) | 353º | 0.53% | 0.89% | - |
| XYZ | 39.91 | 27.83 | 21.04 | - |
| YUV | 143.48 | 114.76 | 186.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 106 | 120 | 0 | 0.53 | 0.47 | 0.11 | 353 | 0.67 | 0.65 |
| Hex | E2 | 6A | 78 | 0 | 35 | 2F | B | 161 | 43 | 41 |
| Octal | 342 | 152 | 170 | 0 | 65 | 57 | 13 | 541 | 103 | 101 |
| Binary | 11100010 | 1101010 | 1111000 | 0 | 110101 | 101111 | 1011 | 101100001 | 1000011 | 1000001 |
Color Harmonies of #E26A78
Complementary color
Monochromatic Colors of #E26A78
Black with #E26A78
Text Example
Text Example
White with #E26A78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E26A78; }
p { color: rgb(226,106,120); }
H1.HeaderClassName
{
color: #E26A78;
}
.AnyTagClassName
{
color: #E26A78;
}
</style>
background-color css
<style>
a { background-color: #E26A78; }
a { background-color: rgb(226,106,120); }
div.DivClassName
{
background-color: #E26A78;
}
.BgClassName
{
background-color: #E26A78;
}
</style>
border-color css
<style>
span { border-color: #E26A78; }
span { border-color: rgb(226,106,120); }
td.TdClassName
{
border-color: #E26A78;
}
.TagClassName
{
border-color: #E26A78;
}
</style>