Shades of Froly #ED6263
Tints of Froly #ED6263
RGB
CMYK
RGB Variations
Color information
#ED6263 (or 0xED6263) is known color: Froly. HEX triplet: ED, 62 and 63. RGB value is (237,98,99). Sum of RGB (Red+Green+Blue) = 237+98+99=434 (57% of max value = 765). Red value is 237 (92.97% from 255 or 54.61% from 434); Green value is 98 (38.67% from 255 or 22.58% from 434); Blue value is 99 (39.06% from 255 or 22.81% from 434); Max value from RGB is 237 - color contains mainly: red. Hex color #ED6263 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED6263 is #129D9C. Grayscale: #8B8B8B. Windows color (decimal): -1219997 or 6513389. OLE color: 6513389.
HSL color Cylindrical-coordinate representation of color #ED6263: hue angle of 359.57º degrees, saturation: 0.79, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #ED6263 is Cyan = 0, Magento = 0.59, Yellow = 0.58 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 98 | 99 | - |
| CMYK | 0 | 0.59 | 0.58 | 0.07 |
| HSL | 359.57º | 0.79% | 0.66% | - |
| HSV(B) | 359.57º | 0.59% | 0.93% | - |
| XYZ | 41.54 | 27.64 | 14.95 | - |
| YUV | 139.68 | 105.05 | 197.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 98 | 99 | 0 | 0.59 | 0.58 | 0.07 | 359.57 | 0.79 | 0.66 |
| Hex | ED | 62 | 63 | 0 | 3B | 3A | 7 | 168 | 4F | 42 |
| Octal | 355 | 142 | 143 | 0 | 73 | 72 | 7 | 550 | 117 | 102 |
| Binary | 11101101 | 1100010 | 1100011 | 0 | 111011 | 111010 | 111 | 101101000 | 1001111 | 1000010 |
Color Harmonies of #ED6263
Complementary color
Monochromatic Colors of #ED6263
Black with #ED6263
Text Example
Text Example
White with #ED6263
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED6263; }
p { color: rgb(237,98,99); }
H1.HeaderClassName
{
color: #ED6263;
}
.AnyTagClassName
{
color: #ED6263;
}
</style>
background-color css
<style>
a { background-color: #ED6263; }
a { background-color: rgb(237,98,99); }
div.DivClassName
{
background-color: #ED6263;
}
.BgClassName
{
background-color: #ED6263;
}
</style>
border-color css
<style>
span { border-color: #ED6263; }
span { border-color: rgb(237,98,99); }
td.TdClassName
{
border-color: #ED6263;
}
.TagClassName
{
border-color: #ED6263;
}
</style>