Shades of Froly #ED5B63
Tints of Froly #ED5B63
RGB
CMYK
RGB Variations
Color information
#ED5B63 (or 0xED5B63) is known color: Froly. HEX triplet: ED, 5B and 63. RGB value is (237,91,99). Sum of RGB (Red+Green+Blue) = 237+91+99=427 (56% of max value = 765). Red value is 237 (92.97% from 255 or 55.50% from 427); Green value is 91 (35.94% from 255 or 21.31% from 427); Blue value is 99 (39.06% from 255 or 23.19% from 427); Max value from RGB is 237 - color contains mainly: red. Hex color #ED5B63 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED5B63 is #12A49C. Grayscale: #878787. Windows color (decimal): -1221789 or 6511597. OLE color: 6511597.
HSL color Cylindrical-coordinate representation of color #ED5B63: hue angle of 356.71º 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 #ED5B63 is Cyan = 0, Magento = 0.62, Yellow = 0.58 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 91 | 99 | - |
| CMYK | 0 | 0.62 | 0.58 | 0.07 |
| HSL | 356.71º | 0.8% | 0.64% | - |
| HSV(B) | 356.71º | 0.62% | 0.93% | - |
| XYZ | 40.92 | 26.39 | 14.74 | - |
| YUV | 135.57 | 107.37 | 200.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 91 | 99 | 0 | 0.62 | 0.58 | 0.07 | 356.71 | 0.8 | 0.64 |
| Hex | ED | 5B | 63 | 0 | 3E | 3A | 7 | 165 | 50 | 40 |
| Octal | 355 | 133 | 143 | 0 | 76 | 72 | 7 | 545 | 120 | 100 |
| Binary | 11101101 | 1011011 | 1100011 | 0 | 111110 | 111010 | 111 | 101100101 | 1010000 | 1000000 |
Color Harmonies of #ED5B63
Complementary color
Monochromatic Colors of #ED5B63
Black with #ED5B63
Text Example
Text Example
White with #ED5B63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED5B63; }
p { color: rgb(237,91,99); }
H1.HeaderClassName
{
color: #ED5B63;
}
.AnyTagClassName
{
color: #ED5B63;
}
</style>
background-color css
<style>
a { background-color: #ED5B63; }
a { background-color: rgb(237,91,99); }
div.DivClassName
{
background-color: #ED5B63;
}
.BgClassName
{
background-color: #ED5B63;
}
</style>
border-color css
<style>
span { border-color: #ED5B63; }
span { border-color: rgb(237,91,99); }
td.TdClassName
{
border-color: #ED5B63;
}
.TagClassName
{
border-color: #ED5B63;
}
</style>