Shades of Froly #E25C65
Tints of Froly #E25C65
RGB
CMYK
RGB Variations
Color information
#E25C65 (or 0xE25C65) is known color: Froly. HEX triplet: E2, 5C and 65. RGB value is (226,92,101). Sum of RGB (Red+Green+Blue) = 226+92+101=419 (55% of max value = 765). Red value is 226 (88.67% from 255 or 53.94% from 419); Green value is 92 (36.33% from 255 or 21.96% from 419); Blue value is 101 (39.84% from 255 or 24.11% from 419); Max value from RGB is 226 - color contains mainly: red. Hex color #E25C65 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E25C65 is #1DA39A. Grayscale: #858585. Windows color (decimal): -1942427 or 6642914. OLE color: 6642914.
HSL color Cylindrical-coordinate representation of color #E25C65: hue angle of 355.97º degrees, saturation: 0.7, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E25C65 is Cyan = 0, Magento = 0.59, Yellow = 0.55 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 92 | 101 | - |
| CMYK | 0 | 0.59 | 0.55 | 0.11 |
| HSL | 355.97º | 0.7% | 0.62% | - |
| HSV(B) | 355.97º | 0.59% | 0.89% | - |
| XYZ | 37.54 | 24.76 | 15.11 | - |
| YUV | 133.09 | 109.89 | 194.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 92 | 101 | 0 | 0.59 | 0.55 | 0.11 | 355.97 | 0.7 | 0.62 |
| Hex | E2 | 5C | 65 | 0 | 3B | 37 | B | 164 | 46 | 3E |
| Octal | 342 | 134 | 145 | 0 | 73 | 67 | 13 | 544 | 106 | 76 |
| Binary | 11100010 | 1011100 | 1100101 | 0 | 111011 | 110111 | 1011 | 101100100 | 1000110 | 111110 |
Color Harmonies of #E25C65
Complementary color
Monochromatic Colors of #E25C65
Black with #E25C65
Text Example
Text Example
White with #E25C65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E25C65; }
p { color: rgb(226,92,101); }
H1.HeaderClassName
{
color: #E25C65;
}
.AnyTagClassName
{
color: #E25C65;
}
</style>
background-color css
<style>
a { background-color: #E25C65; }
a { background-color: rgb(226,92,101); }
div.DivClassName
{
background-color: #E25C65;
}
.BgClassName
{
background-color: #E25C65;
}
</style>
border-color css
<style>
span { border-color: #E25C65; }
span { border-color: rgb(226,92,101); }
td.TdClassName
{
border-color: #E25C65;
}
.TagClassName
{
border-color: #E25C65;
}
</style>