Shades of Froly #E7687B
Tints of Froly #E7687B
RGB
CMYK
RGB Variations
Color information
#E7687B (or 0xE7687B) is known color: Froly. HEX triplet: E7, 68 and 7B. RGB value is (231,104,123). Sum of RGB (Red+Green+Blue) = 231+104+123=458 (60% of max value = 765). Red value is 231 (90.62% from 255 or 50.44% from 458); Green value is 104 (41.02% from 255 or 22.71% from 458); Blue value is 123 (48.44% from 255 or 26.86% from 458); Max value from RGB is 231 - color contains mainly: red. Hex color #E7687B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E7687B is #189784. Grayscale: #909090. Windows color (decimal): -1611653 or 8087783. OLE color: 8087783.
HSL color Cylindrical-coordinate representation of color #E7687B: hue angle of 351.02º degrees, saturation: 0.73, 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 #E7687B is Cyan = 0, Magento = 0.55, Yellow = 0.47 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 104 | 123 | - |
| CMYK | 0 | 0.55 | 0.47 | 0.09 |
| HSL | 351.02º | 0.73% | 0.66% | - |
| HSV(B) | 351.02º | 0.55% | 0.91% | - |
| XYZ | 41.48 | 28.32 | 22.02 | - |
| YUV | 144.14 | 116.08 | 189.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 104 | 123 | 0 | 0.55 | 0.47 | 0.09 | 351.02 | 0.73 | 0.66 |
| Hex | E7 | 68 | 7B | 0 | 37 | 2F | 9 | 15F | 49 | 42 |
| Octal | 347 | 150 | 173 | 0 | 67 | 57 | 11 | 537 | 111 | 102 |
| Binary | 11100111 | 1101000 | 1111011 | 0 | 110111 | 101111 | 1001 | 101011111 | 1001001 | 1000010 |
Color Harmonies of #E7687B
Complementary color
Monochromatic Colors of #E7687B
Black with #E7687B
Text Example
Text Example
White with #E7687B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7687B; }
p { color: rgb(231,104,123); }
H1.HeaderClassName
{
color: #E7687B;
}
.AnyTagClassName
{
color: #E7687B;
}
</style>
background-color css
<style>
a { background-color: #E7687B; }
a { background-color: rgb(231,104,123); }
div.DivClassName
{
background-color: #E7687B;
}
.BgClassName
{
background-color: #E7687B;
}
</style>
border-color css
<style>
span { border-color: #E7687B; }
span { border-color: rgb(231,104,123); }
td.TdClassName
{
border-color: #E7687B;
}
.TagClassName
{
border-color: #E7687B;
}
</style>