Shades of Froly #E0686F
Tints of Froly #E0686F
RGB
CMYK
RGB Variations
Color information
#E0686F (or 0xE0686F) is known color: Froly. HEX triplet: E0, 68 and 6F. RGB value is (224,104,111). Sum of RGB (Red+Green+Blue) = 224+104+111=439 (58% of max value = 765). Red value is 224 (87.89% from 255 or 51.03% from 439); Green value is 104 (41.02% from 255 or 23.69% from 439); Blue value is 111 (43.75% from 255 or 25.28% from 439); Max value from RGB is 224 - color contains mainly: red. Hex color #E0686F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E0686F is #1F9790. Grayscale: #8C8C8C. Windows color (decimal): -2070417 or 7301344. OLE color: 7301344.
HSL color Cylindrical-coordinate representation of color #E0686F: hue angle of 356.5º 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 #E0686F is Cyan = 0, Magento = 0.54, Yellow = 0.50 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 104 | 111 | - |
| CMYK | 0 | 0.54 | 0.50 | 0.12 |
| HSL | 356.5º | 0.66% | 0.64% | - |
| HSV(B) | 356.5º | 0.54% | 0.88% | - |
| XYZ | 38.56 | 26.9 | 18.2 | - |
| YUV | 140.68 | 111.26 | 187.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 104 | 111 | 0 | 0.54 | 0.50 | 0.12 | 356.5 | 0.66 | 0.64 |
| Hex | E0 | 68 | 6F | 0 | 36 | 32 | C | 164 | 42 | 40 |
| Octal | 340 | 150 | 157 | 0 | 66 | 62 | 14 | 544 | 102 | 100 |
| Binary | 11100000 | 1101000 | 1101111 | 0 | 110110 | 110010 | 1100 | 101100100 | 1000010 | 1000000 |
Color Harmonies of #E0686F
Complementary color
Monochromatic Colors of #E0686F
Black with #E0686F
Text Example
Text Example
White with #E0686F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0686F; }
p { color: rgb(224,104,111); }
H1.HeaderClassName
{
color: #E0686F;
}
.AnyTagClassName
{
color: #E0686F;
}
</style>
background-color css
<style>
a { background-color: #E0686F; }
a { background-color: rgb(224,104,111); }
div.DivClassName
{
background-color: #E0686F;
}
.BgClassName
{
background-color: #E0686F;
}
</style>
border-color css
<style>
span { border-color: #E0686F; }
span { border-color: rgb(224,104,111); }
td.TdClassName
{
border-color: #E0686F;
}
.TagClassName
{
border-color: #E0686F;
}
</style>