Shades of Froly #E26E78
Tints of Froly #E26E78
RGB
CMYK
RGB Variations
Color information
#E26E78 (or 0xE26E78) is known color: Froly. HEX triplet: E2, 6E and 78. RGB value is (226,110,120). Sum of RGB (Red+Green+Blue) = 226+110+120=456 (60% of max value = 765). Red value is 226 (88.67% from 255 or 49.56% from 456); Green value is 110 (43.36% from 255 or 24.12% from 456); Blue value is 120 (47.27% from 255 or 26.32% from 456); Max value from RGB is 226 - color contains mainly: red. Hex color #E26E78 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E26E78 is #1D9187. Grayscale: #919191. Windows color (decimal): -1937800 or 7892706. OLE color: 7892706.
HSL color Cylindrical-coordinate representation of color #E26E78: hue angle of 354.83º degrees, saturation: 0.67, 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 #E26E78 is Cyan = 0, Magento = 0.51, Yellow = 0.47 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 110 | 120 | - |
| CMYK | 0 | 0.51 | 0.47 | 0.11 |
| HSL | 354.83º | 0.67% | 0.66% | - |
| HSV(B) | 354.83º | 0.51% | 0.89% | - |
| XYZ | 40.33 | 28.68 | 21.18 | - |
| YUV | 145.82 | 113.43 | 185.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 110 | 120 | 0 | 0.51 | 0.47 | 0.11 | 354.83 | 0.67 | 0.66 |
| Hex | E2 | 6E | 78 | 0 | 33 | 2F | B | 163 | 43 | 42 |
| Octal | 342 | 156 | 170 | 0 | 63 | 57 | 13 | 543 | 103 | 102 |
| Binary | 11100010 | 1101110 | 1111000 | 0 | 110011 | 101111 | 1011 | 101100011 | 1000011 | 1000010 |
Color Harmonies of #E26E78
Complementary color
Monochromatic Colors of #E26E78
Black with #E26E78
Text Example
Text Example
White with #E26E78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E26E78; }
p { color: rgb(226,110,120); }
H1.HeaderClassName
{
color: #E26E78;
}
.AnyTagClassName
{
color: #E26E78;
}
</style>
background-color css
<style>
a { background-color: #E26E78; }
a { background-color: rgb(226,110,120); }
div.DivClassName
{
background-color: #E26E78;
}
.BgClassName
{
background-color: #E26E78;
}
</style>
border-color css
<style>
span { border-color: #E26E78; }
span { border-color: rgb(226,110,120); }
td.TdClassName
{
border-color: #E26E78;
}
.TagClassName
{
border-color: #E26E78;
}
</style>