Shades of Froly #ED5E63
Tints of Froly #ED5E63
RGB
CMYK
RGB Variations
Color information
#ED5E63 (or 0xED5E63) is known color: Froly. HEX triplet: ED, 5E and 63. RGB value is (237,94,99). Sum of RGB (Red+Green+Blue) = 237+94+99=430 (56% of max value = 765). Red value is 237 (92.97% from 255 or 55.12% from 430); Green value is 94 (37.11% from 255 or 21.86% from 430); Blue value is 99 (39.06% from 255 or 23.02% from 430); Max value from RGB is 237 - color contains mainly: red. Hex color #ED5E63 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED5E63 is #12A19C. Grayscale: #898989. Windows color (decimal): -1221021 or 6512365. OLE color: 6512365.
HSL color Cylindrical-coordinate representation of color #ED5E63: hue angle of 357.9º degrees, saturation: 0.8, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #ED5E63 is Cyan = 0, Magento = 0.60, Yellow = 0.58 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 94 | 99 | - |
| CMYK | 0 | 0.60 | 0.58 | 0.07 |
| HSL | 357.9º | 0.8% | 0.65% | - |
| HSV(B) | 357.9º | 0.6% | 0.93% | - |
| XYZ | 41.18 | 26.91 | 14.83 | - |
| YUV | 137.33 | 106.38 | 199.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 94 | 99 | 0 | 0.60 | 0.58 | 0.07 | 357.9 | 0.8 | 0.65 |
| Hex | ED | 5E | 63 | 0 | 3C | 3A | 7 | 166 | 50 | 41 |
| Octal | 355 | 136 | 143 | 0 | 74 | 72 | 7 | 546 | 120 | 101 |
| Binary | 11101101 | 1011110 | 1100011 | 0 | 111100 | 111010 | 111 | 101100110 | 1010000 | 1000001 |
Color Harmonies of #ED5E63
Complementary color
Monochromatic Colors of #ED5E63
Black with #ED5E63
Text Example
Text Example
White with #ED5E63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED5E63; }
p { color: rgb(237,94,99); }
H1.HeaderClassName
{
color: #ED5E63;
}
.AnyTagClassName
{
color: #ED5E63;
}
</style>
background-color css
<style>
a { background-color: #ED5E63; }
a { background-color: rgb(237,94,99); }
div.DivClassName
{
background-color: #ED5E63;
}
.BgClassName
{
background-color: #ED5E63;
}
</style>
border-color css
<style>
span { border-color: #ED5E63; }
span { border-color: rgb(237,94,99); }
td.TdClassName
{
border-color: #ED5E63;
}
.TagClassName
{
border-color: #ED5E63;
}
</style>