Shades of Froly #EB686E
Tints of Froly #EB686E
RGB
CMYK
RGB Variations
Color information
#EB686E (or 0xEB686E) is known color: Froly. HEX triplet: EB, 68 and 6E. RGB value is (235,104,110). Sum of RGB (Red+Green+Blue) = 235+104+110=449 (59% of max value = 765). Red value is 235 (92.19% from 255 or 52.34% from 449); Green value is 104 (41.02% from 255 or 23.16% from 449); Blue value is 110 (43.36% from 255 or 24.50% from 449); Max value from RGB is 235 - color contains mainly: red. Hex color #EB686E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EB686E is #149791. Grayscale: #8F8F8F. Windows color (decimal): -1349522 or 7235819. OLE color: 7235819.
HSL color Cylindrical-coordinate representation of color #EB686E: hue angle of 357.25º degrees, saturation: 0.77, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #EB686E is Cyan = 0, Magento = 0.56, Yellow = 0.53 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 104 | 110 | - |
| CMYK | 0 | 0.56 | 0.53 | 0.08 |
| HSL | 357.25º | 0.77% | 0.66% | - |
| HSV(B) | 357.25º | 0.56% | 0.92% | - |
| XYZ | 42.03 | 28.69 | 18.07 | - |
| YUV | 143.85 | 108.9 | 193.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 104 | 110 | 0 | 0.56 | 0.53 | 0.08 | 357.25 | 0.77 | 0.66 |
| Hex | EB | 68 | 6E | 0 | 38 | 35 | 8 | 165 | 4D | 42 |
| Octal | 353 | 150 | 156 | 0 | 70 | 65 | 10 | 545 | 115 | 102 |
| Binary | 11101011 | 1101000 | 1101110 | 0 | 111000 | 110101 | 1000 | 101100101 | 1001101 | 1000010 |
Color Harmonies of #EB686E
Complementary color
Monochromatic Colors of #EB686E
Black with #EB686E
Text Example
Text Example
White with #EB686E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB686E; }
p { color: rgb(235,104,110); }
H1.HeaderClassName
{
color: #EB686E;
}
.AnyTagClassName
{
color: #EB686E;
}
</style>
background-color css
<style>
a { background-color: #EB686E; }
a { background-color: rgb(235,104,110); }
div.DivClassName
{
background-color: #EB686E;
}
.BgClassName
{
background-color: #EB686E;
}
</style>
border-color css
<style>
span { border-color: #EB686E; }
span { border-color: rgb(235,104,110); }
td.TdClassName
{
border-color: #EB686E;
}
.TagClassName
{
border-color: #EB686E;
}
</style>