Shades of Froly #E4686F
Tints of Froly #E4686F
RGB
CMYK
RGB Variations
Color information
#E4686F (or 0xE4686F) is known color: Froly. HEX triplet: E4, 68 and 6F. RGB value is (228,104,111). Sum of RGB (Red+Green+Blue) = 228+104+111=443 (58% of max value = 765). Red value is 228 (89.45% from 255 or 51.47% from 443); Green value is 104 (41.02% from 255 or 23.48% from 443); Blue value is 111 (43.75% from 255 or 25.06% from 443); Max value from RGB is 228 - color contains mainly: red. Hex color #E4686F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E4686F is #1B9790. Grayscale: #8D8D8D. Windows color (decimal): -1808273 or 7301348. OLE color: 7301348.
HSL color Cylindrical-coordinate representation of color #E4686F: hue angle of 356.61º degrees, saturation: 0.7, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #E4686F is Cyan = 0, Magento = 0.54, Yellow = 0.51 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 104 | 111 | - |
| CMYK | 0 | 0.54 | 0.51 | 0.11 |
| HSL | 356.61º | 0.7% | 0.65% | - |
| HSV(B) | 356.61º | 0.54% | 0.89% | - |
| XYZ | 39.81 | 27.54 | 18.26 | - |
| YUV | 141.87 | 110.58 | 189.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 104 | 111 | 0 | 0.54 | 0.51 | 0.11 | 356.61 | 0.7 | 0.65 |
| Hex | E4 | 68 | 6F | 0 | 36 | 33 | B | 165 | 46 | 41 |
| Octal | 344 | 150 | 157 | 0 | 66 | 63 | 13 | 545 | 106 | 101 |
| Binary | 11100100 | 1101000 | 1101111 | 0 | 110110 | 110011 | 1011 | 101100101 | 1000110 | 1000001 |
Color Harmonies of #E4686F
Complementary color
Monochromatic Colors of #E4686F
Black with #E4686F
Text Example
Text Example
White with #E4686F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4686F; }
p { color: rgb(228,104,111); }
H1.HeaderClassName
{
color: #E4686F;
}
.AnyTagClassName
{
color: #E4686F;
}
</style>
background-color css
<style>
a { background-color: #E4686F; }
a { background-color: rgb(228,104,111); }
div.DivClassName
{
background-color: #E4686F;
}
.BgClassName
{
background-color: #E4686F;
}
</style>
border-color css
<style>
span { border-color: #E4686F; }
span { border-color: rgb(228,104,111); }
td.TdClassName
{
border-color: #E4686F;
}
.TagClassName
{
border-color: #E4686F;
}
</style>