Shades of Froly #ED5B5C
Tints of Froly #ED5B5C
RGB
CMYK
RGB Variations
Color information
#ED5B5C (or 0xED5B5C) is known color: Froly. HEX triplet: ED, 5B and 5C. RGB value is (237,91,92). Sum of RGB (Red+Green+Blue) = 237+91+92=420 (55% of max value = 765). Red value is 237 (92.97% from 255 or 56.43% from 420); Green value is 91 (35.94% from 255 or 21.67% from 420); Blue value is 92 (36.33% from 255 or 21.90% from 420); Max value from RGB is 237 - color contains mainly: red. Hex color #ED5B5C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED5B5C is #12A4A3. Grayscale: #868686. Windows color (decimal): -1221796 or 6052845. OLE color: 6052845.
HSL color Cylindrical-coordinate representation of color #ED5B5C: hue angle of 359.59º degrees, saturation: 0.8, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #ED5B5C is Cyan = 0, Magento = 0.62, Yellow = 0.61 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 91 | 92 | - |
| CMYK | 0 | 0.62 | 0.61 | 0.07 |
| HSL | 359.59º | 0.8% | 0.64% | - |
| HSV(B) | 359.59º | 0.62% | 0.93% | - |
| XYZ | 40.6 | 26.26 | 13.05 | - |
| YUV | 134.77 | 103.87 | 200.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 91 | 92 | 0 | 0.62 | 0.61 | 0.07 | 359.59 | 0.8 | 0.64 |
| Hex | ED | 5B | 5C | 0 | 3E | 3D | 7 | 168 | 50 | 40 |
| Octal | 355 | 133 | 134 | 0 | 76 | 75 | 7 | 550 | 120 | 100 |
| Binary | 11101101 | 1011011 | 1011100 | 0 | 111110 | 111101 | 111 | 101101000 | 1010000 | 1000000 |
Color Harmonies of #ED5B5C
Complementary color
Monochromatic Colors of #ED5B5C
Black with #ED5B5C
Text Example
Text Example
White with #ED5B5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED5B5C; }
p { color: rgb(237,91,92); }
H1.HeaderClassName
{
color: #ED5B5C;
}
.AnyTagClassName
{
color: #ED5B5C;
}
</style>
background-color css
<style>
a { background-color: #ED5B5C; }
a { background-color: rgb(237,91,92); }
div.DivClassName
{
background-color: #ED5B5C;
}
.BgClassName
{
background-color: #ED5B5C;
}
</style>
border-color css
<style>
span { border-color: #ED5B5C; }
span { border-color: rgb(237,91,92); }
td.TdClassName
{
border-color: #ED5B5C;
}
.TagClassName
{
border-color: #ED5B5C;
}
</style>