Shades of Froly #E6797C
Tints of Froly #E6797C
RGB
CMYK
RGB Variations
Color information
#E6797C (or 0xE6797C) is known color: Froly. HEX triplet: E6, 79 and 7C. RGB value is (230,121,124). Sum of RGB (Red+Green+Blue) = 230+121+124=475 (62% of max value = 765). Red value is 230 (90.23% from 255 or 48.42% from 475); Green value is 121 (47.66% from 255 or 25.47% from 475); Blue value is 124 (48.83% from 255 or 26.11% from 475); Max value from RGB is 230 - color contains mainly: red. Hex color #E6797C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E6797C is #198683. Grayscale: #9A9A9A. Windows color (decimal): -1672836 or 8157670. OLE color: 8157670.
HSL color Cylindrical-coordinate representation of color #E6797C: hue angle of 358.35º degrees, saturation: 0.69, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #E6797C is Cyan = 0, Magento = 0.47, Yellow = 0.46 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 121 | 124 | - |
| CMYK | 0 | 0.47 | 0.46 | 0.10 |
| HSL | 358.35º | 0.69% | 0.69% | - |
| HSV(B) | 358.35º | 0.47% | 0.9% | - |
| XYZ | 43.11 | 31.95 | 22.96 | - |
| YUV | 153.93 | 111.11 | 182.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 121 | 124 | 0 | 0.47 | 0.46 | 0.10 | 358.35 | 0.69 | 0.69 |
| Hex | E6 | 79 | 7C | 0 | 2F | 2E | A | 166 | 45 | 45 |
| Octal | 346 | 171 | 174 | 0 | 57 | 56 | 12 | 546 | 105 | 105 |
| Binary | 11100110 | 1111001 | 1111100 | 0 | 101111 | 101110 | 1010 | 101100110 | 1000101 | 1000101 |
Color Harmonies of #E6797C
Complementary color
Monochromatic Colors of #E6797C
Black with #E6797C
Text Example
Text Example
White with #E6797C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6797C; }
p { color: rgb(230,121,124); }
H1.HeaderClassName
{
color: #E6797C;
}
.AnyTagClassName
{
color: #E6797C;
}
</style>
background-color css
<style>
a { background-color: #E6797C; }
a { background-color: rgb(230,121,124); }
div.DivClassName
{
background-color: #E6797C;
}
.BgClassName
{
background-color: #E6797C;
}
</style>
border-color css
<style>
span { border-color: #E6797C; }
span { border-color: rgb(230,121,124); }
td.TdClassName
{
border-color: #E6797C;
}
.TagClassName
{
border-color: #E6797C;
}
</style>