Shades of Froly #E5676F
Tints of Froly #E5676F
RGB
CMYK
RGB Variations
Color information
#E5676F (or 0xE5676F) is known color: Froly. HEX triplet: E5, 67 and 6F. RGB value is (229,103,111). Sum of RGB (Red+Green+Blue) = 229+103+111=443 (58% of max value = 765). Red value is 229 (89.84% from 255 or 51.69% from 443); Green value is 103 (40.62% from 255 or 23.25% from 443); Blue value is 111 (43.75% from 255 or 25.06% from 443); Max value from RGB is 229 - color contains mainly: red. Hex color #E5676F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E5676F is #1A9890. Grayscale: #8D8D8D. Windows color (decimal): -1742993 or 7301093. OLE color: 7301093.
HSL color Cylindrical-coordinate representation of color #E5676F: hue angle of 356.19º 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 #E5676F is Cyan = 0, Magento = 0.55, Yellow = 0.52 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 103 | 111 | - |
| CMYK | 0 | 0.55 | 0.52 | 0.10 |
| HSL | 356.19º | 0.71% | 0.65% | - |
| HSV(B) | 356.19º | 0.55% | 0.9% | - |
| XYZ | 40.03 | 27.51 | 18.24 | - |
| YUV | 141.59 | 110.74 | 190.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 103 | 111 | 0 | 0.55 | 0.52 | 0.10 | 356.19 | 0.71 | 0.65 |
| Hex | E5 | 67 | 6F | 0 | 37 | 34 | A | 164 | 47 | 41 |
| Octal | 345 | 147 | 157 | 0 | 67 | 64 | 12 | 544 | 107 | 101 |
| Binary | 11100101 | 1100111 | 1101111 | 0 | 110111 | 110100 | 1010 | 101100100 | 1000111 | 1000001 |
Color Harmonies of #E5676F
Complementary color
Monochromatic Colors of #E5676F
Black with #E5676F
Text Example
Text Example
White with #E5676F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5676F; }
p { color: rgb(229,103,111); }
H1.HeaderClassName
{
color: #E5676F;
}
.AnyTagClassName
{
color: #E5676F;
}
</style>
background-color css
<style>
a { background-color: #E5676F; }
a { background-color: rgb(229,103,111); }
div.DivClassName
{
background-color: #E5676F;
}
.BgClassName
{
background-color: #E5676F;
}
</style>
border-color css
<style>
span { border-color: #E5676F; }
span { border-color: rgb(229,103,111); }
td.TdClassName
{
border-color: #E5676F;
}
.TagClassName
{
border-color: #E5676F;
}
</style>