Shades of Froly #E5687D
Tints of Froly #E5687D
RGB
CMYK
RGB Variations
Color information
#E5687D (or 0xE5687D) is known color: Froly. HEX triplet: E5, 68 and 7D. RGB value is (229,104,125). Sum of RGB (Red+Green+Blue) = 229+104+125=458 (60% of max value = 765). Red value is 229 (89.84% from 255 or 50% from 458); Green value is 104 (41.02% from 255 or 22.71% from 458); Blue value is 125 (49.22% from 255 or 27.29% from 458); Max value from RGB is 229 - color contains mainly: red. Hex color #E5687D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E5687D is #1A9782. Grayscale: #8F8F8F. Windows color (decimal): -1742723 or 8218853. OLE color: 8218853.
HSL color Cylindrical-coordinate representation of color #E5687D: hue angle of 349.92º degrees, saturation: 0.71, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #E5687D is Cyan = 0, Magento = 0.55, Yellow = 0.45 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 104 | 125 | - |
| CMYK | 0 | 0.55 | 0.45 | 0.10 |
| HSL | 349.92º | 0.71% | 0.65% | - |
| HSV(B) | 349.92º | 0.55% | 0.9% | - |
| XYZ | 40.97 | 28.04 | 22.66 | - |
| YUV | 143.77 | 117.41 | 188.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 104 | 125 | 0 | 0.55 | 0.45 | 0.10 | 349.92 | 0.71 | 0.65 |
| Hex | E5 | 68 | 7D | 0 | 37 | 2D | A | 15E | 47 | 41 |
| Octal | 345 | 150 | 175 | 0 | 67 | 55 | 12 | 536 | 107 | 101 |
| Binary | 11100101 | 1101000 | 1111101 | 0 | 110111 | 101101 | 1010 | 101011110 | 1000111 | 1000001 |
Color Harmonies of #E5687D
Complementary color
Monochromatic Colors of #E5687D
Black with #E5687D
Text Example
Text Example
White with #E5687D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5687D; }
p { color: rgb(229,104,125); }
H1.HeaderClassName
{
color: #E5687D;
}
.AnyTagClassName
{
color: #E5687D;
}
</style>
background-color css
<style>
a { background-color: #E5687D; }
a { background-color: rgb(229,104,125); }
div.DivClassName
{
background-color: #E5687D;
}
.BgClassName
{
background-color: #E5687D;
}
</style>
border-color css
<style>
span { border-color: #E5687D; }
span { border-color: rgb(229,104,125); }
td.TdClassName
{
border-color: #E5687D;
}
.TagClassName
{
border-color: #E5687D;
}
</style>