Shades of Froly #ED585F
Tints of Froly #ED585F
RGB
CMYK
RGB Variations
Color information
#ED585F (or 0xED585F) is known color: Froly. HEX triplet: ED, 58 and 5F. RGB value is (237,88,95). Sum of RGB (Red+Green+Blue) = 237+88+95=420 (55% of max value = 765). Red value is 237 (92.97% from 255 or 56.43% from 420); Green value is 88 (34.77% from 255 or 20.95% from 420); Blue value is 95 (37.5% from 255 or 22.62% from 420); Max value from RGB is 237 - color contains mainly: red. Hex color #ED585F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED585F is #12A7A0. Grayscale: #858585. Windows color (decimal): -1222561 or 6248685. OLE color: 6248685.
HSL color Cylindrical-coordinate representation of color #ED585F: hue angle of 357.18º 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 #ED585F is Cyan = 0, Magento = 0.63, Yellow = 0.60 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 88 | 95 | - |
| CMYK | 0 | 0.63 | 0.60 | 0.07 |
| HSL | 357.18º | 0.81% | 0.64% | - |
| HSV(B) | 357.18º | 0.63% | 0.93% | - |
| XYZ | 40.48 | 25.81 | 13.67 | - |
| YUV | 133.35 | 106.36 | 201.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 88 | 95 | 0 | 0.63 | 0.60 | 0.07 | 357.18 | 0.81 | 0.64 |
| Hex | ED | 58 | 5F | 0 | 3F | 3C | 7 | 165 | 51 | 40 |
| Octal | 355 | 130 | 137 | 0 | 77 | 74 | 7 | 545 | 121 | 100 |
| Binary | 11101101 | 1011000 | 1011111 | 0 | 111111 | 111100 | 111 | 101100101 | 1010001 | 1000000 |
Color Harmonies of #ED585F
Complementary color
Monochromatic Colors of #ED585F
Black with #ED585F
Text Example
Text Example
White with #ED585F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED585F; }
p { color: rgb(237,88,95); }
H1.HeaderClassName
{
color: #ED585F;
}
.AnyTagClassName
{
color: #ED585F;
}
</style>
background-color css
<style>
a { background-color: #ED585F; }
a { background-color: rgb(237,88,95); }
div.DivClassName
{
background-color: #ED585F;
}
.BgClassName
{
background-color: #ED585F;
}
</style>
border-color css
<style>
span { border-color: #ED585F; }
span { border-color: rgb(237,88,95); }
td.TdClassName
{
border-color: #ED585F;
}
.TagClassName
{
border-color: #ED585F;
}
</style>