Shades of Froly #E5697C
Tints of Froly #E5697C
RGB
CMYK
RGB Variations
Color information
#E5697C (or 0xE5697C) is known color: Froly. HEX triplet: E5, 69 and 7C. RGB value is (229,105,124). Sum of RGB (Red+Green+Blue) = 229+105+124=458 (60% of max value = 765). Red value is 229 (89.84% from 255 or 50% from 458); Green value is 105 (41.41% from 255 or 22.93% from 458); Blue value is 124 (48.83% from 255 or 27.07% from 458); Max value from RGB is 229 - color contains mainly: red. Hex color #E5697C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E5697C is #1A9683. Grayscale: #909090. Windows color (decimal): -1742468 or 8153573. OLE color: 8153573.
HSL color Cylindrical-coordinate representation of color #E5697C: hue angle of 350.81º degrees, saturation: 0.7, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #E5697C is Cyan = 0, Magento = 0.54, Yellow = 0.46 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 105 | 124 | - |
| CMYK | 0 | 0.54 | 0.46 | 0.10 |
| HSL | 350.81º | 0.7% | 0.65% | - |
| HSV(B) | 350.81º | 0.54% | 0.9% | - |
| XYZ | 41 | 28.22 | 22.35 | - |
| YUV | 144.24 | 116.58 | 188.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 105 | 124 | 0 | 0.54 | 0.46 | 0.10 | 350.81 | 0.7 | 0.65 |
| Hex | E5 | 69 | 7C | 0 | 36 | 2E | A | 15F | 46 | 41 |
| Octal | 345 | 151 | 174 | 0 | 66 | 56 | 12 | 537 | 106 | 101 |
| Binary | 11100101 | 1101001 | 1111100 | 0 | 110110 | 101110 | 1010 | 101011111 | 1000110 | 1000001 |
Color Harmonies of #E5697C
Complementary color
Monochromatic Colors of #E5697C
Black with #E5697C
Text Example
Text Example
White with #E5697C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5697C; }
p { color: rgb(229,105,124); }
H1.HeaderClassName
{
color: #E5697C;
}
.AnyTagClassName
{
color: #E5697C;
}
</style>
background-color css
<style>
a { background-color: #E5697C; }
a { background-color: rgb(229,105,124); }
div.DivClassName
{
background-color: #E5697C;
}
.BgClassName
{
background-color: #E5697C;
}
</style>
border-color css
<style>
span { border-color: #E5697C; }
span { border-color: rgb(229,105,124); }
td.TdClassName
{
border-color: #E5697C;
}
.TagClassName
{
border-color: #E5697C;
}
</style>