Shades of Froly #E5676B
Tints of Froly #E5676B
RGB
CMYK
RGB Variations
Color information
#E5676B (or 0xE5676B) is known color: Froly. HEX triplet: E5, 67 and 6B. RGB value is (229,103,107). Sum of RGB (Red+Green+Blue) = 229+103+107=439 (58% of max value = 765). Red value is 229 (89.84% from 255 or 52.16% from 439); Green value is 103 (40.62% from 255 or 23.46% from 439); Blue value is 107 (42.19% from 255 or 24.37% from 439); Max value from RGB is 229 - color contains mainly: red. Hex color #E5676B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E5676B is #1A9894. Grayscale: #8D8D8D. Windows color (decimal): -1742997 or 7038949. OLE color: 7038949.
HSL color Cylindrical-coordinate representation of color #E5676B: hue angle of 358.1º 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 #E5676B is Cyan = 0, Magento = 0.55, Yellow = 0.53 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 103 | 107 | - |
| CMYK | 0 | 0.55 | 0.53 | 0.10 |
| HSL | 358.1º | 0.71% | 0.65% | - |
| HSV(B) | 358.1º | 0.55% | 0.9% | - |
| XYZ | 39.82 | 27.42 | 17.1 | - |
| YUV | 141.13 | 108.74 | 190.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 103 | 107 | 0 | 0.55 | 0.53 | 0.10 | 358.1 | 0.71 | 0.65 |
| Hex | E5 | 67 | 6B | 0 | 37 | 35 | A | 166 | 47 | 41 |
| Octal | 345 | 147 | 153 | 0 | 67 | 65 | 12 | 546 | 107 | 101 |
| Binary | 11100101 | 1100111 | 1101011 | 0 | 110111 | 110101 | 1010 | 101100110 | 1000111 | 1000001 |
Color Harmonies of #E5676B
Complementary color
Monochromatic Colors of #E5676B
Black with #E5676B
Text Example
Text Example
White with #E5676B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5676B; }
p { color: rgb(229,103,107); }
H1.HeaderClassName
{
color: #E5676B;
}
.AnyTagClassName
{
color: #E5676B;
}
</style>
background-color css
<style>
a { background-color: #E5676B; }
a { background-color: rgb(229,103,107); }
div.DivClassName
{
background-color: #E5676B;
}
.BgClassName
{
background-color: #E5676B;
}
</style>
border-color css
<style>
span { border-color: #E5676B; }
span { border-color: rgb(229,103,107); }
td.TdClassName
{
border-color: #E5676B;
}
.TagClassName
{
border-color: #E5676B;
}
</style>