Shades of Froly #E0797D
Tints of Froly #E0797D
RGB
CMYK
RGB Variations
Color information
#E0797D (or 0xE0797D) is known color: Froly. HEX triplet: E0, 79 and 7D. RGB value is (224,121,125). Sum of RGB (Red+Green+Blue) = 224+121+125=470 (62% of max value = 765). Red value is 224 (87.89% from 255 or 47.66% from 470); Green value is 121 (47.66% from 255 or 25.74% from 470); Blue value is 125 (49.22% from 255 or 26.60% from 470); Max value from RGB is 224 - color contains mainly: red. Hex color #E0797D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E0797D is #1F8682. Grayscale: #989898. Windows color (decimal): -2066051 or 8223200. OLE color: 8223200.
HSL color Cylindrical-coordinate representation of color #E0797D: hue angle of 357.67º degrees, saturation: 0.62, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #E0797D is Cyan = 0, Magento = 0.46, Yellow = 0.44 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 121 | 125 | - |
| CMYK | 0 | 0.46 | 0.44 | 0.12 |
| HSL | 357.67º | 0.62% | 0.68% | - |
| HSV(B) | 357.67º | 0.46% | 0.88% | - |
| XYZ | 41.28 | 31 | 23.21 | - |
| YUV | 152.25 | 112.62 | 179.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 121 | 125 | 0 | 0.46 | 0.44 | 0.12 | 357.67 | 0.62 | 0.68 |
| Hex | E0 | 79 | 7D | 0 | 2E | 2C | C | 166 | 3E | 44 |
| Octal | 340 | 171 | 175 | 0 | 56 | 54 | 14 | 546 | 76 | 104 |
| Binary | 11100000 | 1111001 | 1111101 | 0 | 101110 | 101100 | 1100 | 101100110 | 111110 | 1000100 |
Color Harmonies of #E0797D
Complementary color
Monochromatic Colors of #E0797D
Black with #E0797D
Text Example
Text Example
White with #E0797D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0797D; }
p { color: rgb(224,121,125); }
H1.HeaderClassName
{
color: #E0797D;
}
.AnyTagClassName
{
color: #E0797D;
}
</style>
background-color css
<style>
a { background-color: #E0797D; }
a { background-color: rgb(224,121,125); }
div.DivClassName
{
background-color: #E0797D;
}
.BgClassName
{
background-color: #E0797D;
}
</style>
border-color css
<style>
span { border-color: #E0797D; }
span { border-color: rgb(224,121,125); }
td.TdClassName
{
border-color: #E0797D;
}
.TagClassName
{
border-color: #E0797D;
}
</style>