Shades of Froly #E25E64
Tints of Froly #E25E64
RGB
CMYK
RGB Variations
Color information
#E25E64 (or 0xE25E64) is known color: Froly. HEX triplet: E2, 5E and 64. RGB value is (226,94,100). Sum of RGB (Red+Green+Blue) = 226+94+100=420 (55% of max value = 765). Red value is 226 (88.67% from 255 or 53.81% from 420); Green value is 94 (37.11% from 255 or 22.38% from 420); Blue value is 100 (39.45% from 255 or 23.81% from 420); Max value from RGB is 226 - color contains mainly: red. Hex color #E25E64 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E25E64 is #1DA19B. Grayscale: #868686. Windows color (decimal): -1941916 or 6577890. OLE color: 6577890.
HSL color Cylindrical-coordinate representation of color #E25E64: hue angle of 357.27º degrees, saturation: 0.69, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E25E64 is Cyan = 0, Magento = 0.58, Yellow = 0.56 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 94 | 100 | - |
| CMYK | 0 | 0.58 | 0.56 | 0.11 |
| HSL | 357.27º | 0.69% | 0.63% | - |
| HSV(B) | 357.27º | 0.58% | 0.89% | - |
| XYZ | 37.67 | 25.09 | 14.92 | - |
| YUV | 134.15 | 108.73 | 193.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 94 | 100 | 0 | 0.58 | 0.56 | 0.11 | 357.27 | 0.69 | 0.63 |
| Hex | E2 | 5E | 64 | 0 | 3A | 38 | B | 165 | 45 | 3F |
| Octal | 342 | 136 | 144 | 0 | 72 | 70 | 13 | 545 | 105 | 77 |
| Binary | 11100010 | 1011110 | 1100100 | 0 | 111010 | 111000 | 1011 | 101100101 | 1000101 | 111111 |
Color Harmonies of #E25E64
Complementary color
Monochromatic Colors of #E25E64
Black with #E25E64
Text Example
Text Example
White with #E25E64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E25E64; }
p { color: rgb(226,94,100); }
H1.HeaderClassName
{
color: #E25E64;
}
.AnyTagClassName
{
color: #E25E64;
}
</style>
background-color css
<style>
a { background-color: #E25E64; }
a { background-color: rgb(226,94,100); }
div.DivClassName
{
background-color: #E25E64;
}
.BgClassName
{
background-color: #E25E64;
}
</style>
border-color css
<style>
span { border-color: #E25E64; }
span { border-color: rgb(226,94,100); }
td.TdClassName
{
border-color: #E25E64;
}
.TagClassName
{
border-color: #E25E64;
}
</style>