Shades of Froly #E7696D
Tints of Froly #E7696D
RGB
CMYK
RGB Variations
Color information
#E7696D (or 0xE7696D) is known color: Froly. HEX triplet: E7, 69 and 6D. RGB value is (231,105,109). Sum of RGB (Red+Green+Blue) = 231+105+109=445 (58% of max value = 765). Red value is 231 (90.62% from 255 or 51.91% from 445); Green value is 105 (41.41% from 255 or 23.60% from 445); Blue value is 109 (42.97% from 255 or 24.49% from 445); Max value from RGB is 231 - color contains mainly: red. Hex color #E7696D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E7696D is #189692. Grayscale: #8F8F8F. Windows color (decimal): -1611411 or 7170535. OLE color: 7170535.
HSL color Cylindrical-coordinate representation of color #E7696D: hue angle of 358.1º degrees, saturation: 0.72, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #E7696D is Cyan = 0, Magento = 0.55, Yellow = 0.53 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 105 | 109 | - |
| CMYK | 0 | 0.55 | 0.53 | 0.09 |
| HSL | 358.1º | 0.72% | 0.66% | - |
| HSV(B) | 358.1º | 0.55% | 0.91% | - |
| XYZ | 40.77 | 28.2 | 17.76 | - |
| YUV | 143.13 | 108.74 | 190.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 105 | 109 | 0 | 0.55 | 0.53 | 0.09 | 358.1 | 0.72 | 0.66 |
| Hex | E7 | 69 | 6D | 0 | 37 | 35 | 9 | 166 | 48 | 42 |
| Octal | 347 | 151 | 155 | 0 | 67 | 65 | 11 | 546 | 110 | 102 |
| Binary | 11100111 | 1101001 | 1101101 | 0 | 110111 | 110101 | 1001 | 101100110 | 1001000 | 1000010 |
Color Harmonies of #E7696D
Complementary color
Monochromatic Colors of #E7696D
Black with #E7696D
Text Example
Text Example
White with #E7696D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7696D; }
p { color: rgb(231,105,109); }
H1.HeaderClassName
{
color: #E7696D;
}
.AnyTagClassName
{
color: #E7696D;
}
</style>
background-color css
<style>
a { background-color: #E7696D; }
a { background-color: rgb(231,105,109); }
div.DivClassName
{
background-color: #E7696D;
}
.BgClassName
{
background-color: #E7696D;
}
</style>
border-color css
<style>
span { border-color: #E7696D; }
span { border-color: rgb(231,105,109); }
td.TdClassName
{
border-color: #E7696D;
}
.TagClassName
{
border-color: #E7696D;
}
</style>