Shades of Froly #E26574
Tints of Froly #E26574
RGB
CMYK
RGB Variations
Color information
#E26574 (or 0xE26574) is known color: Froly. HEX triplet: E2, 65 and 74. RGB value is (226,101,116). Sum of RGB (Red+Green+Blue) = 226+101+116=443 (58% of max value = 765). Red value is 226 (88.67% from 255 or 51.02% from 443); Green value is 101 (39.84% from 255 or 22.80% from 443); Blue value is 116 (45.70% from 255 or 26.19% from 443); Max value from RGB is 226 - color contains mainly: red. Hex color #E26574 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E26574 is #1D9A8B. Grayscale: #8C8C8C. Windows color (decimal): -1940108 or 7628258. OLE color: 7628258.
HSL color Cylindrical-coordinate representation of color #E26574: hue angle of 352.8º degrees, saturation: 0.68, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #E26574 is Cyan = 0, Magento = 0.55, Yellow = 0.49 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 101 | 116 | - |
| CMYK | 0 | 0.55 | 0.49 | 0.11 |
| HSL | 352.8º | 0.68% | 0.64% | - |
| HSV(B) | 352.8º | 0.55% | 0.89% | - |
| XYZ | 39.17 | 26.74 | 19.62 | - |
| YUV | 140.09 | 114.41 | 189.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 101 | 116 | 0 | 0.55 | 0.49 | 0.11 | 352.8 | 0.68 | 0.64 |
| Hex | E2 | 65 | 74 | 0 | 37 | 31 | B | 161 | 44 | 40 |
| Octal | 342 | 145 | 164 | 0 | 67 | 61 | 13 | 541 | 104 | 100 |
| Binary | 11100010 | 1100101 | 1110100 | 0 | 110111 | 110001 | 1011 | 101100001 | 1000100 | 1000000 |
Color Harmonies of #E26574
Complementary color
Monochromatic Colors of #E26574
Black with #E26574
Text Example
Text Example
White with #E26574
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E26574; }
p { color: rgb(226,101,116); }
H1.HeaderClassName
{
color: #E26574;
}
.AnyTagClassName
{
color: #E26574;
}
</style>
background-color css
<style>
a { background-color: #E26574; }
a { background-color: rgb(226,101,116); }
div.DivClassName
{
background-color: #E26574;
}
.BgClassName
{
background-color: #E26574;
}
</style>
border-color css
<style>
span { border-color: #E26574; }
span { border-color: rgb(226,101,116); }
td.TdClassName
{
border-color: #E26574;
}
.TagClassName
{
border-color: #E26574;
}
</style>