Shades of Froly #EA5C5E
Tints of Froly #EA5C5E
RGB
CMYK
RGB Variations
Color information
#EA5C5E (or 0xEA5C5E) is known color: Froly. HEX triplet: EA, 5C and 5E. RGB value is (234,92,94). Sum of RGB (Red+Green+Blue) = 234+92+94=420 (55% of max value = 765). Red value is 234 (91.80% from 255 or 55.71% from 420); Green value is 92 (36.33% from 255 or 21.90% from 420); Blue value is 94 (37.11% from 255 or 22.38% from 420); Max value from RGB is 234 - color contains mainly: red. Hex color #EA5C5E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA5C5E is #15A3A1. Grayscale: #868686. Windows color (decimal): -1418146 or 6184170. OLE color: 6184170.
HSL color Cylindrical-coordinate representation of color #EA5C5E: hue angle of 359.15º degrees, saturation: 0.77, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #EA5C5E is Cyan = 0, Magento = 0.61, Yellow = 0.60 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 92 | 94 | - |
| CMYK | 0 | 0.61 | 0.60 | 0.08 |
| HSL | 359.15º | 0.77% | 0.64% | - |
| HSV(B) | 359.15º | 0.61% | 0.92% | - |
| XYZ | 39.78 | 25.95 | 13.5 | - |
| YUV | 134.69 | 105.04 | 198.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 92 | 94 | 0 | 0.61 | 0.60 | 0.08 | 359.15 | 0.77 | 0.64 |
| Hex | EA | 5C | 5E | 0 | 3D | 3C | 8 | 167 | 4D | 40 |
| Octal | 352 | 134 | 136 | 0 | 75 | 74 | 10 | 547 | 115 | 100 |
| Binary | 11101010 | 1011100 | 1011110 | 0 | 111101 | 111100 | 1000 | 101100111 | 1001101 | 1000000 |
Color Harmonies of #EA5C5E
Complementary color
Monochromatic Colors of #EA5C5E
Black with #EA5C5E
Text Example
Text Example
White with #EA5C5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA5C5E; }
p { color: rgb(234,92,94); }
H1.HeaderClassName
{
color: #EA5C5E;
}
.AnyTagClassName
{
color: #EA5C5E;
}
</style>
background-color css
<style>
a { background-color: #EA5C5E; }
a { background-color: rgb(234,92,94); }
div.DivClassName
{
background-color: #EA5C5E;
}
.BgClassName
{
background-color: #EA5C5E;
}
</style>
border-color css
<style>
span { border-color: #EA5C5E; }
span { border-color: rgb(234,92,94); }
td.TdClassName
{
border-color: #EA5C5E;
}
.TagClassName
{
border-color: #EA5C5E;
}
</style>