Shades of Froly #ED585E
Tints of Froly #ED585E
RGB
CMYK
RGB Variations
Color information
#ED585E (or 0xED585E) is known color: Froly. HEX triplet: ED, 58 and 5E. RGB value is (237,88,94). Sum of RGB (Red+Green+Blue) = 237+88+94=419 (55% of max value = 765). Red value is 237 (92.97% from 255 or 56.56% from 419); Green value is 88 (34.77% from 255 or 21.00% from 419); Blue value is 94 (37.11% from 255 or 22.43% from 419); Max value from RGB is 237 - color contains mainly: red. Hex color #ED585E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED585E is #12A7A1. Grayscale: #858585. Windows color (decimal): -1222562 or 6183149. OLE color: 6183149.
HSL color Cylindrical-coordinate representation of color #ED585E: hue angle of 357.58º degrees, saturation: 0.81, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #ED585E is Cyan = 0, Magento = 0.63, Yellow = 0.60 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 88 | 94 | - |
| CMYK | 0 | 0.63 | 0.60 | 0.07 |
| HSL | 357.58º | 0.81% | 0.64% | - |
| HSV(B) | 357.58º | 0.63% | 0.93% | - |
| XYZ | 40.44 | 25.79 | 13.44 | - |
| YUV | 133.24 | 105.86 | 202.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 88 | 94 | 0 | 0.63 | 0.60 | 0.07 | 357.58 | 0.81 | 0.64 |
| Hex | ED | 58 | 5E | 0 | 3F | 3C | 7 | 166 | 51 | 40 |
| Octal | 355 | 130 | 136 | 0 | 77 | 74 | 7 | 546 | 121 | 100 |
| Binary | 11101101 | 1011000 | 1011110 | 0 | 111111 | 111100 | 111 | 101100110 | 1010001 | 1000000 |
Color Harmonies of #ED585E
Complementary color
Monochromatic Colors of #ED585E
Black with #ED585E
Text Example
Text Example
White with #ED585E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED585E; }
p { color: rgb(237,88,94); }
H1.HeaderClassName
{
color: #ED585E;
}
.AnyTagClassName
{
color: #ED585E;
}
</style>
background-color css
<style>
a { background-color: #ED585E; }
a { background-color: rgb(237,88,94); }
div.DivClassName
{
background-color: #ED585E;
}
.BgClassName
{
background-color: #ED585E;
}
</style>
border-color css
<style>
span { border-color: #ED585E; }
span { border-color: rgb(237,88,94); }
td.TdClassName
{
border-color: #ED585E;
}
.TagClassName
{
border-color: #ED585E;
}
</style>