Shades of Froly #E0797B
Tints of Froly #E0797B
RGB
CMYK
RGB Variations
Color information
#E0797B (or 0xE0797B) is known color: Froly. HEX triplet: E0, 79 and 7B. RGB value is (224,121,123). Sum of RGB (Red+Green+Blue) = 224+121+123=468 (61% of max value = 765). Red value is 224 (87.89% from 255 or 47.86% from 468); Green value is 121 (47.66% from 255 or 25.85% from 468); Blue value is 123 (48.44% from 255 or 26.28% from 468); Max value from RGB is 224 - color contains mainly: red. Hex color #E0797B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E0797B is #1F8684. Grayscale: #989898. Windows color (decimal): -2066053 or 8092128. OLE color: 8092128.
HSL color Cylindrical-coordinate representation of color #E0797B: hue angle of 358.83º 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 #E0797B is Cyan = 0, Magento = 0.46, Yellow = 0.45 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 121 | 123 | - |
| CMYK | 0 | 0.46 | 0.45 | 0.12 |
| HSL | 358.84º | 0.62% | 0.68% | - |
| HSV(B) | 358.84º | 0.46% | 0.88% | - |
| XYZ | 41.15 | 30.95 | 22.54 | - |
| YUV | 152.03 | 111.62 | 179.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 121 | 123 | 0 | 0.46 | 0.45 | 0.12 | 358.84 | 0.62 | 0.68 |
| Hex | E0 | 79 | 7B | 0 | 2E | 2D | C | 167 | 3E | 44 |
| Octal | 340 | 171 | 173 | 0 | 56 | 55 | 14 | 547 | 76 | 104 |
| Binary | 11100000 | 1111001 | 1111011 | 0 | 101110 | 101101 | 1100 | 101100111 | 111110 | 1000100 |
Color Harmonies of #E0797B
Complementary color
Monochromatic Colors of #E0797B
Black with #E0797B
Text Example
Text Example
White with #E0797B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0797B; }
p { color: rgb(224,121,123); }
H1.HeaderClassName
{
color: #E0797B;
}
.AnyTagClassName
{
color: #E0797B;
}
</style>
background-color css
<style>
a { background-color: #E0797B; }
a { background-color: rgb(224,121,123); }
div.DivClassName
{
background-color: #E0797B;
}
.BgClassName
{
background-color: #E0797B;
}
</style>
border-color css
<style>
span { border-color: #E0797B; }
span { border-color: rgb(224,121,123); }
td.TdClassName
{
border-color: #E0797B;
}
.TagClassName
{
border-color: #E0797B;
}
</style>