Shades of Froly #E4686B
Tints of Froly #E4686B
RGB
CMYK
RGB Variations
Color information
#E4686B (or 0xE4686B) is known color: Froly. HEX triplet: E4, 68 and 6B. RGB value is (228,104,107). Sum of RGB (Red+Green+Blue) = 228+104+107=439 (58% of max value = 765). Red value is 228 (89.45% from 255 or 51.94% from 439); Green value is 104 (41.02% from 255 or 23.69% from 439); Blue value is 107 (42.19% from 255 or 24.37% from 439); Max value from RGB is 228 - color contains mainly: red. Hex color #E4686B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E4686B is #1B9794. Grayscale: #8D8D8D. Windows color (decimal): -1808277 or 7039204. OLE color: 7039204.
HSL color Cylindrical-coordinate representation of color #E4686B: hue angle of 358.55º 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 #E4686B is Cyan = 0, Magento = 0.54, Yellow = 0.53 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 104 | 107 | - |
| CMYK | 0 | 0.54 | 0.53 | 0.11 |
| HSL | 358.55º | 0.7% | 0.65% | - |
| HSV(B) | 358.55º | 0.54% | 0.89% | - |
| XYZ | 39.6 | 27.46 | 17.12 | - |
| YUV | 141.42 | 108.58 | 189.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 104 | 107 | 0 | 0.54 | 0.53 | 0.11 | 358.55 | 0.7 | 0.65 |
| Hex | E4 | 68 | 6B | 0 | 36 | 35 | B | 167 | 46 | 41 |
| Octal | 344 | 150 | 153 | 0 | 66 | 65 | 13 | 547 | 106 | 101 |
| Binary | 11100100 | 1101000 | 1101011 | 0 | 110110 | 110101 | 1011 | 101100111 | 1000110 | 1000001 |
Color Harmonies of #E4686B
Complementary color
Monochromatic Colors of #E4686B
Black with #E4686B
Text Example
Text Example
White with #E4686B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4686B; }
p { color: rgb(228,104,107); }
H1.HeaderClassName
{
color: #E4686B;
}
.AnyTagClassName
{
color: #E4686B;
}
</style>
background-color css
<style>
a { background-color: #E4686B; }
a { background-color: rgb(228,104,107); }
div.DivClassName
{
background-color: #E4686B;
}
.BgClassName
{
background-color: #E4686B;
}
</style>
border-color css
<style>
span { border-color: #E4686B; }
span { border-color: rgb(228,104,107); }
td.TdClassName
{
border-color: #E4686B;
}
.TagClassName
{
border-color: #E4686B;
}
</style>