Shades of Froly #E26264
Tints of Froly #E26264
RGB
CMYK
RGB Variations
Color information
#E26264 (or 0xE26264) is known color: Froly. HEX triplet: E2, 62 and 64. RGB value is (226,98,100). Sum of RGB (Red+Green+Blue) = 226+98+100=424 (56% of max value = 765). Red value is 226 (88.67% from 255 or 53.30% from 424); Green value is 98 (38.67% from 255 or 23.11% from 424); Blue value is 100 (39.45% from 255 or 23.58% from 424); Max value from RGB is 226 - color contains mainly: red. Hex color #E26264 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E26264 is #1D9D9B. Grayscale: #888888. Windows color (decimal): -1940892 or 6578914. OLE color: 6578914.
HSL color Cylindrical-coordinate representation of color #E26264: hue angle of 359.06º degrees, saturation: 0.69, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #E26264 is Cyan = 0, Magento = 0.57, Yellow = 0.56 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 98 | 100 | - |
| CMYK | 0 | 0.57 | 0.56 | 0.11 |
| HSL | 359.06º | 0.69% | 0.64% | - |
| HSV(B) | 359.06º | 0.57% | 0.89% | - |
| XYZ | 38.03 | 25.82 | 15.04 | - |
| YUV | 136.5 | 107.41 | 191.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 98 | 100 | 0 | 0.57 | 0.56 | 0.11 | 359.06 | 0.69 | 0.64 |
| Hex | E2 | 62 | 64 | 0 | 39 | 38 | B | 167 | 45 | 40 |
| Octal | 342 | 142 | 144 | 0 | 71 | 70 | 13 | 547 | 105 | 100 |
| Binary | 11100010 | 1100010 | 1100100 | 0 | 111001 | 111000 | 1011 | 101100111 | 1000101 | 1000000 |
Color Harmonies of #E26264
Complementary color
Monochromatic Colors of #E26264
Black with #E26264
Text Example
Text Example
White with #E26264
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E26264; }
p { color: rgb(226,98,100); }
H1.HeaderClassName
{
color: #E26264;
}
.AnyTagClassName
{
color: #E26264;
}
</style>
background-color css
<style>
a { background-color: #E26264; }
a { background-color: rgb(226,98,100); }
div.DivClassName
{
background-color: #E26264;
}
.BgClassName
{
background-color: #E26264;
}
</style>
border-color css
<style>
span { border-color: #E26264; }
span { border-color: rgb(226,98,100); }
td.TdClassName
{
border-color: #E26264;
}
.TagClassName
{
border-color: #E26264;
}
</style>