Shades of Froly #ED797D
Tints of Froly #ED797D
RGB
CMYK
RGB Variations
Color information
#ED797D (or 0xED797D) is known color: Froly. HEX triplet: ED, 79 and 7D. RGB value is (237,121,125). Sum of RGB (Red+Green+Blue) = 237+121+125=483 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.07% from 483); Green value is 121 (47.66% from 255 or 25.05% from 483); Blue value is 125 (49.22% from 255 or 25.88% from 483); Max value from RGB is 237 - color contains mainly: red. Hex color #ED797D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED797D is #128682. Grayscale: #9C9C9C. Windows color (decimal): -1214083 or 8223213. OLE color: 8223213.
HSL color Cylindrical-coordinate representation of color #ED797D: hue angle of 357.93º degrees, saturation: 0.76, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #ED797D is Cyan = 0, Magento = 0.49, Yellow = 0.47 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 121 | 125 | - |
| CMYK | 0 | 0.49 | 0.47 | 0.07 |
| HSL | 357.93º | 0.76% | 0.7% | - |
| HSV(B) | 357.93º | 0.49% | 0.93% | - |
| XYZ | 45.46 | 33.16 | 23.41 | - |
| YUV | 156.14 | 110.43 | 185.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 121 | 125 | 0 | 0.49 | 0.47 | 0.07 | 357.93 | 0.76 | 0.7 |
| Hex | ED | 79 | 7D | 0 | 31 | 2F | 7 | 166 | 4C | 46 |
| Octal | 355 | 171 | 175 | 0 | 61 | 57 | 7 | 546 | 114 | 106 |
| Binary | 11101101 | 1111001 | 1111101 | 0 | 110001 | 101111 | 111 | 101100110 | 1001100 | 1000110 |
Color Harmonies of #ED797D
Complementary color
Monochromatic Colors of #ED797D
Black with #ED797D
Text Example
Text Example
White with #ED797D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED797D; }
p { color: rgb(237,121,125); }
H1.HeaderClassName
{
color: #ED797D;
}
.AnyTagClassName
{
color: #ED797D;
}
</style>
background-color css
<style>
a { background-color: #ED797D; }
a { background-color: rgb(237,121,125); }
div.DivClassName
{
background-color: #ED797D;
}
.BgClassName
{
background-color: #ED797D;
}
</style>
border-color css
<style>
span { border-color: #ED797D; }
span { border-color: rgb(237,121,125); }
td.TdClassName
{
border-color: #ED797D;
}
.TagClassName
{
border-color: #ED797D;
}
</style>