Shades of Froly #EA686F
Tints of Froly #EA686F
RGB
CMYK
RGB Variations
Color information
#EA686F (or 0xEA686F) is known color: Froly. HEX triplet: EA, 68 and 6F. RGB value is (234,104,111). Sum of RGB (Red+Green+Blue) = 234+104+111=449 (59% of max value = 765). Red value is 234 (91.80% from 255 or 52.12% from 449); Green value is 104 (41.02% from 255 or 23.16% from 449); Blue value is 111 (43.75% from 255 or 24.72% from 449); Max value from RGB is 234 - color contains mainly: red. Hex color #EA686F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA686F is #159790. Grayscale: #8F8F8F. Windows color (decimal): -1415057 or 7301354. OLE color: 7301354.
HSL color Cylindrical-coordinate representation of color #EA686F: hue angle of 356.77º degrees, saturation: 0.76, 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 #EA686F is Cyan = 0, Magento = 0.56, Yellow = 0.53 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 104 | 111 | - |
| CMYK | 0 | 0.56 | 0.53 | 0.08 |
| HSL | 356.77º | 0.76% | 0.66% | - |
| HSV(B) | 356.77º | 0.56% | 0.92% | - |
| XYZ | 41.75 | 28.54 | 18.35 | - |
| YUV | 143.67 | 109.57 | 192.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 104 | 111 | 0 | 0.56 | 0.53 | 0.08 | 356.77 | 0.76 | 0.66 |
| Hex | EA | 68 | 6F | 0 | 38 | 35 | 8 | 165 | 4C | 42 |
| Octal | 352 | 150 | 157 | 0 | 70 | 65 | 10 | 545 | 114 | 102 |
| Binary | 11101010 | 1101000 | 1101111 | 0 | 111000 | 110101 | 1000 | 101100101 | 1001100 | 1000010 |
Color Harmonies of #EA686F
Complementary color
Monochromatic Colors of #EA686F
Black with #EA686F
Text Example
Text Example
White with #EA686F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA686F; }
p { color: rgb(234,104,111); }
H1.HeaderClassName
{
color: #EA686F;
}
.AnyTagClassName
{
color: #EA686F;
}
</style>
background-color css
<style>
a { background-color: #EA686F; }
a { background-color: rgb(234,104,111); }
div.DivClassName
{
background-color: #EA686F;
}
.BgClassName
{
background-color: #EA686F;
}
</style>
border-color css
<style>
span { border-color: #EA686F; }
span { border-color: rgb(234,104,111); }
td.TdClassName
{
border-color: #EA686F;
}
.TagClassName
{
border-color: #EA686F;
}
</style>