Shades of Froly #E5676D
Tints of Froly #E5676D
RGB
CMYK
RGB Variations
Color information
#E5676D (or 0xE5676D) is known color: Froly. HEX triplet: E5, 67 and 6D. RGB value is (229,103,109). Sum of RGB (Red+Green+Blue) = 229+103+109=441 (58% of max value = 765). Red value is 229 (89.84% from 255 or 51.93% from 441); Green value is 103 (40.62% from 255 or 23.36% from 441); Blue value is 109 (42.97% from 255 or 24.72% from 441); Max value from RGB is 229 - color contains mainly: red. Hex color #E5676D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E5676D is #1A9892. Grayscale: #8D8D8D. Windows color (decimal): -1742995 or 7170021. OLE color: 7170021.
HSL color Cylindrical-coordinate representation of color #E5676D: hue angle of 357.14º 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 #E5676D is Cyan = 0, Magento = 0.55, Yellow = 0.52 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 103 | 109 | - |
| CMYK | 0 | 0.55 | 0.52 | 0.10 |
| HSL | 357.14º | 0.71% | 0.65% | - |
| HSV(B) | 357.14º | 0.55% | 0.9% | - |
| XYZ | 39.92 | 27.46 | 17.66 | - |
| YUV | 141.36 | 109.74 | 190.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 103 | 109 | 0 | 0.55 | 0.52 | 0.10 | 357.14 | 0.71 | 0.65 |
| Hex | E5 | 67 | 6D | 0 | 37 | 34 | A | 165 | 47 | 41 |
| Octal | 345 | 147 | 155 | 0 | 67 | 64 | 12 | 545 | 107 | 101 |
| Binary | 11100101 | 1100111 | 1101101 | 0 | 110111 | 110100 | 1010 | 101100101 | 1000111 | 1000001 |
Color Harmonies of #E5676D
Complementary color
Monochromatic Colors of #E5676D
Black with #E5676D
Text Example
Text Example
White with #E5676D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5676D; }
p { color: rgb(229,103,109); }
H1.HeaderClassName
{
color: #E5676D;
}
.AnyTagClassName
{
color: #E5676D;
}
</style>
background-color css
<style>
a { background-color: #E5676D; }
a { background-color: rgb(229,103,109); }
div.DivClassName
{
background-color: #E5676D;
}
.BgClassName
{
background-color: #E5676D;
}
</style>
border-color css
<style>
span { border-color: #E5676D; }
span { border-color: rgb(229,103,109); }
td.TdClassName
{
border-color: #E5676D;
}
.TagClassName
{
border-color: #E5676D;
}
</style>