Shades of Froly #ED6163
Tints of Froly #ED6163
RGB
CMYK
RGB Variations
Color information
#ED6163 (or 0xED6163) is known color: Froly. HEX triplet: ED, 61 and 63. RGB value is (237,97,99). Sum of RGB (Red+Green+Blue) = 237+97+99=433 (57% of max value = 765). Red value is 237 (92.97% from 255 or 54.73% from 433); Green value is 97 (38.28% from 255 or 22.40% from 433); Blue value is 99 (39.06% from 255 or 22.86% from 433); Max value from RGB is 237 - color contains mainly: red. Hex color #ED6163 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED6163 is #129E9C. Grayscale: #8B8B8B. Windows color (decimal): -1220253 or 6513133. OLE color: 6513133.
HSL color Cylindrical-coordinate representation of color #ED6163: hue angle of 359.14º degrees, saturation: 0.8, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #ED6163 is Cyan = 0, Magento = 0.59, Yellow = 0.58 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 97 | 99 | - |
| CMYK | 0 | 0.59 | 0.58 | 0.07 |
| HSL | 359.14º | 0.8% | 0.65% | - |
| HSV(B) | 359.14º | 0.59% | 0.93% | - |
| XYZ | 41.45 | 27.45 | 14.92 | - |
| YUV | 139.09 | 105.38 | 197.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 97 | 99 | 0 | 0.59 | 0.58 | 0.07 | 359.14 | 0.8 | 0.65 |
| Hex | ED | 61 | 63 | 0 | 3B | 3A | 7 | 167 | 50 | 41 |
| Octal | 355 | 141 | 143 | 0 | 73 | 72 | 7 | 547 | 120 | 101 |
| Binary | 11101101 | 1100001 | 1100011 | 0 | 111011 | 111010 | 111 | 101100111 | 1010000 | 1000001 |
Color Harmonies of #ED6163
Complementary color
Monochromatic Colors of #ED6163
Black with #ED6163
Text Example
Text Example
White with #ED6163
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED6163; }
p { color: rgb(237,97,99); }
H1.HeaderClassName
{
color: #ED6163;
}
.AnyTagClassName
{
color: #ED6163;
}
</style>
background-color css
<style>
a { background-color: #ED6163; }
a { background-color: rgb(237,97,99); }
div.DivClassName
{
background-color: #ED6163;
}
.BgClassName
{
background-color: #ED6163;
}
</style>
border-color css
<style>
span { border-color: #ED6163; }
span { border-color: rgb(237,97,99); }
td.TdClassName
{
border-color: #ED6163;
}
.TagClassName
{
border-color: #ED6163;
}
</style>