Shades of Froly #E26573
Tints of Froly #E26573
RGB
CMYK
RGB Variations
Color information
#E26573 (or 0xE26573) is known color: Froly. HEX triplet: E2, 65 and 73. RGB value is (226,101,115). Sum of RGB (Red+Green+Blue) = 226+101+115=442 (58% of max value = 765). Red value is 226 (88.67% from 255 or 51.13% from 442); Green value is 101 (39.84% from 255 or 22.85% from 442); Blue value is 115 (45.31% from 255 or 26.02% from 442); Max value from RGB is 226 - color contains mainly: red. Hex color #E26573 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E26573 is #1D9A8C. Grayscale: #8C8C8C. Windows color (decimal): -1940109 or 7562722. OLE color: 7562722.
HSL color Cylindrical-coordinate representation of color #E26573: hue angle of 353.28º 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 #E26573 is Cyan = 0, Magento = 0.55, Yellow = 0.49 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 101 | 115 | - |
| CMYK | 0 | 0.55 | 0.49 | 0.11 |
| HSL | 353.28º | 0.68% | 0.64% | - |
| HSV(B) | 353.28º | 0.55% | 0.89% | - |
| XYZ | 39.11 | 26.71 | 19.31 | - |
| YUV | 139.97 | 113.91 | 189.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 101 | 115 | 0 | 0.55 | 0.49 | 0.11 | 353.28 | 0.68 | 0.64 |
| Hex | E2 | 65 | 73 | 0 | 37 | 31 | B | 161 | 44 | 40 |
| Octal | 342 | 145 | 163 | 0 | 67 | 61 | 13 | 541 | 104 | 100 |
| Binary | 11100010 | 1100101 | 1110011 | 0 | 110111 | 110001 | 1011 | 101100001 | 1000100 | 1000000 |
Color Harmonies of #E26573
Complementary color
Monochromatic Colors of #E26573
Black with #E26573
Text Example
Text Example
White with #E26573
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E26573; }
p { color: rgb(226,101,115); }
H1.HeaderClassName
{
color: #E26573;
}
.AnyTagClassName
{
color: #E26573;
}
</style>
background-color css
<style>
a { background-color: #E26573; }
a { background-color: rgb(226,101,115); }
div.DivClassName
{
background-color: #E26573;
}
.BgClassName
{
background-color: #E26573;
}
</style>
border-color css
<style>
span { border-color: #E26573; }
span { border-color: rgb(226,101,115); }
td.TdClassName
{
border-color: #E26573;
}
.TagClassName
{
border-color: #E26573;
}
</style>