Shades of Froly #E7697B
Tints of Froly #E7697B
RGB
CMYK
RGB Variations
Color information
#E7697B (or 0xE7697B) is known color: Froly. HEX triplet: E7, 69 and 7B. RGB value is (231,105,123). Sum of RGB (Red+Green+Blue) = 231+105+123=459 (60% of max value = 765). Red value is 231 (90.62% from 255 or 50.33% from 459); Green value is 105 (41.41% from 255 or 22.88% from 459); Blue value is 123 (48.44% from 255 or 26.80% from 459); Max value from RGB is 231 - color contains mainly: red. Hex color #E7697B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E7697B is #189684. Grayscale: #909090. Windows color (decimal): -1611397 or 8088039. OLE color: 8088039.
HSL color Cylindrical-coordinate representation of color #E7697B: hue angle of 351.43º 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 #E7697B is Cyan = 0, Magento = 0.55, Yellow = 0.47 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 105 | 123 | - |
| CMYK | 0 | 0.55 | 0.47 | 0.09 |
| HSL | 351.43º | 0.72% | 0.66% | - |
| HSV(B) | 351.43º | 0.55% | 0.91% | - |
| XYZ | 41.58 | 28.52 | 22.05 | - |
| YUV | 144.73 | 115.74 | 189.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 105 | 123 | 0 | 0.55 | 0.47 | 0.09 | 351.43 | 0.72 | 0.66 |
| Hex | E7 | 69 | 7B | 0 | 37 | 2F | 9 | 15F | 48 | 42 |
| Octal | 347 | 151 | 173 | 0 | 67 | 57 | 11 | 537 | 110 | 102 |
| Binary | 11100111 | 1101001 | 1111011 | 0 | 110111 | 101111 | 1001 | 101011111 | 1001000 | 1000010 |
Color Harmonies of #E7697B
Complementary color
Monochromatic Colors of #E7697B
Black with #E7697B
Text Example
Text Example
White with #E7697B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7697B; }
p { color: rgb(231,105,123); }
H1.HeaderClassName
{
color: #E7697B;
}
.AnyTagClassName
{
color: #E7697B;
}
</style>
background-color css
<style>
a { background-color: #E7697B; }
a { background-color: rgb(231,105,123); }
div.DivClassName
{
background-color: #E7697B;
}
.BgClassName
{
background-color: #E7697B;
}
</style>
border-color css
<style>
span { border-color: #E7697B; }
span { border-color: rgb(231,105,123); }
td.TdClassName
{
border-color: #E7697B;
}
.TagClassName
{
border-color: #E7697B;
}
</style>