Shades of Froly #E5697B
Tints of Froly #E5697B
RGB
CMYK
RGB Variations
Color information
#E5697B (or 0xE5697B) is known color: Froly. HEX triplet: E5, 69 and 7B. RGB value is (229,105,123). Sum of RGB (Red+Green+Blue) = 229+105+123=457 (60% of max value = 765). Red value is 229 (89.84% from 255 or 50.11% from 457); Green value is 105 (41.41% from 255 or 22.98% from 457); Blue value is 123 (48.44% from 255 or 26.91% from 457); Max value from RGB is 229 - color contains mainly: red. Hex color #E5697B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E5697B is #1A9684. Grayscale: #909090. Windows color (decimal): -1742469 or 8088037. OLE color: 8088037.
HSL color Cylindrical-coordinate representation of color #E5697B: hue angle of 351.29º 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 #E5697B is Cyan = 0, Magento = 0.54, Yellow = 0.46 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 105 | 123 | - |
| CMYK | 0 | 0.54 | 0.46 | 0.10 |
| HSL | 351.29º | 0.7% | 0.65% | - |
| HSV(B) | 351.29º | 0.54% | 0.9% | - |
| XYZ | 40.94 | 28.19 | 22.02 | - |
| YUV | 144.13 | 116.08 | 188.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 105 | 123 | 0 | 0.54 | 0.46 | 0.10 | 351.29 | 0.7 | 0.65 |
| Hex | E5 | 69 | 7B | 0 | 36 | 2E | A | 15F | 46 | 41 |
| Octal | 345 | 151 | 173 | 0 | 66 | 56 | 12 | 537 | 106 | 101 |
| Binary | 11100101 | 1101001 | 1111011 | 0 | 110110 | 101110 | 1010 | 101011111 | 1000110 | 1000001 |
Color Harmonies of #E5697B
Complementary color
Monochromatic Colors of #E5697B
Black with #E5697B
Text Example
Text Example
White with #E5697B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5697B; }
p { color: rgb(229,105,123); }
H1.HeaderClassName
{
color: #E5697B;
}
.AnyTagClassName
{
color: #E5697B;
}
</style>
background-color css
<style>
a { background-color: #E5697B; }
a { background-color: rgb(229,105,123); }
div.DivClassName
{
background-color: #E5697B;
}
.BgClassName
{
background-color: #E5697B;
}
</style>
border-color css
<style>
span { border-color: #E5697B; }
span { border-color: rgb(229,105,123); }
td.TdClassName
{
border-color: #E5697B;
}
.TagClassName
{
border-color: #E5697B;
}
</style>