Shades of Froly #E0686E
Tints of Froly #E0686E
RGB
CMYK
RGB Variations
Color information
#E0686E (or 0xE0686E) is known color: Froly. HEX triplet: E0, 68 and 6E. RGB value is (224,104,110). Sum of RGB (Red+Green+Blue) = 224+104+110=438 (58% of max value = 765). Red value is 224 (87.89% from 255 or 51.14% from 438); Green value is 104 (41.02% from 255 or 23.74% from 438); Blue value is 110 (43.36% from 255 or 25.11% from 438); Max value from RGB is 224 - color contains mainly: red. Hex color #E0686E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E0686E is #1F9791. Grayscale: #8C8C8C. Windows color (decimal): -2070418 or 7235808. OLE color: 7235808.
HSL color Cylindrical-coordinate representation of color #E0686E: hue angle of 357º degrees, saturation: 0.66, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #E0686E is Cyan = 0, Magento = 0.54, Yellow = 0.51 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 104 | 110 | - |
| CMYK | 0 | 0.54 | 0.51 | 0.12 |
| HSL | 357º | 0.66% | 0.64% | - |
| HSV(B) | 357º | 0.54% | 0.88% | - |
| XYZ | 38.51 | 26.87 | 17.91 | - |
| YUV | 140.56 | 110.76 | 187.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 104 | 110 | 0 | 0.54 | 0.51 | 0.12 | 357 | 0.66 | 0.64 |
| Hex | E0 | 68 | 6E | 0 | 36 | 33 | C | 165 | 42 | 40 |
| Octal | 340 | 150 | 156 | 0 | 66 | 63 | 14 | 545 | 102 | 100 |
| Binary | 11100000 | 1101000 | 1101110 | 0 | 110110 | 110011 | 1100 | 101100101 | 1000010 | 1000000 |
Color Harmonies of #E0686E
Complementary color
Monochromatic Colors of #E0686E
Black with #E0686E
Text Example
Text Example
White with #E0686E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0686E; }
p { color: rgb(224,104,110); }
H1.HeaderClassName
{
color: #E0686E;
}
.AnyTagClassName
{
color: #E0686E;
}
</style>
background-color css
<style>
a { background-color: #E0686E; }
a { background-color: rgb(224,104,110); }
div.DivClassName
{
background-color: #E0686E;
}
.BgClassName
{
background-color: #E0686E;
}
</style>
border-color css
<style>
span { border-color: #E0686E; }
span { border-color: rgb(224,104,110); }
td.TdClassName
{
border-color: #E0686E;
}
.TagClassName
{
border-color: #E0686E;
}
</style>