Shades of Froly #E26178
Tints of Froly #E26178
RGB
CMYK
RGB Variations
Color information
#E26178 (or 0xE26178) is known color: Froly. HEX triplet: E2, 61 and 78. RGB value is (226,97,120). Sum of RGB (Red+Green+Blue) = 226+97+120=443 (58% of max value = 765). Red value is 226 (88.67% from 255 or 51.02% from 443); Green value is 97 (38.28% from 255 or 21.90% from 443); Blue value is 120 (47.27% from 255 or 27.09% from 443); Max value from RGB is 226 - color contains mainly: red. Hex color #E26178 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E26178 is #1D9E87. Grayscale: #8A8A8A. Windows color (decimal): -1941128 or 7889378. OLE color: 7889378.
HSL color Cylindrical-coordinate representation of color #E26178: hue angle of 349.3º degrees, saturation: 0.69, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #E26178 is Cyan = 0, Magento = 0.57, Yellow = 0.47 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 97 | 120 | - |
| CMYK | 0 | 0.57 | 0.47 | 0.11 |
| HSL | 349.3º | 0.69% | 0.63% | - |
| HSV(B) | 349.3º | 0.57% | 0.89% | - |
| XYZ | 39.03 | 26.07 | 20.75 | - |
| YUV | 138.19 | 117.74 | 190.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 97 | 120 | 0 | 0.57 | 0.47 | 0.11 | 349.3 | 0.69 | 0.63 |
| Hex | E2 | 61 | 78 | 0 | 39 | 2F | B | 15D | 45 | 3F |
| Octal | 342 | 141 | 170 | 0 | 71 | 57 | 13 | 535 | 105 | 77 |
| Binary | 11100010 | 1100001 | 1111000 | 0 | 111001 | 101111 | 1011 | 101011101 | 1000101 | 111111 |
Color Harmonies of #E26178
Complementary color
Monochromatic Colors of #E26178
Black with #E26178
Text Example
Text Example
White with #E26178
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E26178; }
p { color: rgb(226,97,120); }
H1.HeaderClassName
{
color: #E26178;
}
.AnyTagClassName
{
color: #E26178;
}
</style>
background-color css
<style>
a { background-color: #E26178; }
a { background-color: rgb(226,97,120); }
div.DivClassName
{
background-color: #E26178;
}
.BgClassName
{
background-color: #E26178;
}
</style>
border-color css
<style>
span { border-color: #E26178; }
span { border-color: rgb(226,97,120); }
td.TdClassName
{
border-color: #E26178;
}
.TagClassName
{
border-color: #E26178;
}
</style>