Shades of Froly #EA5B5E
Tints of Froly #EA5B5E
RGB
CMYK
RGB Variations
Color information
#EA5B5E (or 0xEA5B5E) is known color: Froly. HEX triplet: EA, 5B and 5E. RGB value is (234,91,94). Sum of RGB (Red+Green+Blue) = 234+91+94=419 (55% of max value = 765). Red value is 234 (91.80% from 255 or 55.85% from 419); Green value is 91 (35.94% from 255 or 21.72% from 419); Blue value is 94 (37.11% from 255 or 22.43% from 419); Max value from RGB is 234 - color contains mainly: red. Hex color #EA5B5E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA5B5E is #15A4A1. Grayscale: #868686. Windows color (decimal): -1418402 or 6183914. OLE color: 6183914.
HSL color Cylindrical-coordinate representation of color #EA5B5E: hue angle of 358.74º 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 #EA5B5E is Cyan = 0, Magento = 0.61, Yellow = 0.60 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 91 | 94 | - |
| CMYK | 0 | 0.61 | 0.60 | 0.08 |
| HSL | 358.74º | 0.77% | 0.64% | - |
| HSV(B) | 358.74º | 0.61% | 0.92% | - |
| XYZ | 39.69 | 25.78 | 13.47 | - |
| YUV | 134.1 | 105.38 | 199.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 91 | 94 | 0 | 0.61 | 0.60 | 0.08 | 358.74 | 0.77 | 0.64 |
| Hex | EA | 5B | 5E | 0 | 3D | 3C | 8 | 167 | 4D | 40 |
| Octal | 352 | 133 | 136 | 0 | 75 | 74 | 10 | 547 | 115 | 100 |
| Binary | 11101010 | 1011011 | 1011110 | 0 | 111101 | 111100 | 1000 | 101100111 | 1001101 | 1000000 |
Color Harmonies of #EA5B5E
Complementary color
Monochromatic Colors of #EA5B5E
Black with #EA5B5E
Text Example
Text Example
White with #EA5B5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA5B5E; }
p { color: rgb(234,91,94); }
H1.HeaderClassName
{
color: #EA5B5E;
}
.AnyTagClassName
{
color: #EA5B5E;
}
</style>
background-color css
<style>
a { background-color: #EA5B5E; }
a { background-color: rgb(234,91,94); }
div.DivClassName
{
background-color: #EA5B5E;
}
.BgClassName
{
background-color: #EA5B5E;
}
</style>
border-color css
<style>
span { border-color: #EA5B5E; }
span { border-color: rgb(234,91,94); }
td.TdClassName
{
border-color: #EA5B5E;
}
.TagClassName
{
border-color: #EA5B5E;
}
</style>