Shades of Froly #ED5D63
Tints of Froly #ED5D63
RGB
CMYK
RGB Variations
Color information
#ED5D63 (or 0xED5D63) is known color: Froly. HEX triplet: ED, 5D and 63. RGB value is (237,93,99). Sum of RGB (Red+Green+Blue) = 237+93+99=429 (56% of max value = 765). Red value is 237 (92.97% from 255 or 55.24% from 429); Green value is 93 (36.72% from 255 or 21.68% from 429); Blue value is 99 (39.06% from 255 or 23.08% from 429); Max value from RGB is 237 - color contains mainly: red. Hex color #ED5D63 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED5D63 is #12A29C. Grayscale: #888888. Windows color (decimal): -1221277 or 6512109. OLE color: 6512109.
HSL color Cylindrical-coordinate representation of color #ED5D63: hue angle of 357.5º degrees, saturation: 0.8, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #ED5D63 is Cyan = 0, Magento = 0.61, Yellow = 0.58 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 93 | 99 | - |
| CMYK | 0 | 0.61 | 0.58 | 0.07 |
| HSL | 357.5º | 0.8% | 0.65% | - |
| HSV(B) | 357.5º | 0.61% | 0.93% | - |
| XYZ | 41.09 | 26.73 | 14.8 | - |
| YUV | 136.74 | 106.71 | 199.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 93 | 99 | 0 | 0.61 | 0.58 | 0.07 | 357.5 | 0.8 | 0.65 |
| Hex | ED | 5D | 63 | 0 | 3D | 3A | 7 | 166 | 50 | 41 |
| Octal | 355 | 135 | 143 | 0 | 75 | 72 | 7 | 546 | 120 | 101 |
| Binary | 11101101 | 1011101 | 1100011 | 0 | 111101 | 111010 | 111 | 101100110 | 1010000 | 1000001 |
Color Harmonies of #ED5D63
Complementary color
Monochromatic Colors of #ED5D63
Black with #ED5D63
Text Example
Text Example
White with #ED5D63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED5D63; }
p { color: rgb(237,93,99); }
H1.HeaderClassName
{
color: #ED5D63;
}
.AnyTagClassName
{
color: #ED5D63;
}
</style>
background-color css
<style>
a { background-color: #ED5D63; }
a { background-color: rgb(237,93,99); }
div.DivClassName
{
background-color: #ED5D63;
}
.BgClassName
{
background-color: #ED5D63;
}
</style>
border-color css
<style>
span { border-color: #ED5D63; }
span { border-color: rgb(237,93,99); }
td.TdClassName
{
border-color: #ED5D63;
}
.TagClassName
{
border-color: #ED5D63;
}
</style>