Shades of Froly #E7697C
Tints of Froly #E7697C
RGB
CMYK
RGB Variations
Color information
#E7697C (or 0xE7697C) is known color: Froly. HEX triplet: E7, 69 and 7C. RGB value is (231,105,124). Sum of RGB (Red+Green+Blue) = 231+105+124=460 (60% of max value = 765). Red value is 231 (90.62% from 255 or 50.22% from 460); Green value is 105 (41.41% from 255 or 22.83% from 460); Blue value is 124 (48.83% from 255 or 26.96% from 460); Max value from RGB is 231 - color contains mainly: red. Hex color #E7697C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E7697C is #189683. Grayscale: #909090. Windows color (decimal): -1611396 or 8153575. OLE color: 8153575.
HSL color Cylindrical-coordinate representation of color #E7697C: hue angle of 350.95º 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 #E7697C is Cyan = 0, Magento = 0.55, Yellow = 0.46 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 105 | 124 | - |
| CMYK | 0 | 0.55 | 0.46 | 0.09 |
| HSL | 350.95º | 0.72% | 0.66% | - |
| HSV(B) | 350.95º | 0.55% | 0.91% | - |
| XYZ | 41.64 | 28.55 | 22.38 | - |
| YUV | 144.84 | 116.24 | 189.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 105 | 124 | 0 | 0.55 | 0.46 | 0.09 | 350.95 | 0.72 | 0.66 |
| Hex | E7 | 69 | 7C | 0 | 37 | 2E | 9 | 15F | 48 | 42 |
| Octal | 347 | 151 | 174 | 0 | 67 | 56 | 11 | 537 | 110 | 102 |
| Binary | 11100111 | 1101001 | 1111100 | 0 | 110111 | 101110 | 1001 | 101011111 | 1001000 | 1000010 |
Color Harmonies of #E7697C
Complementary color
Monochromatic Colors of #E7697C
Black with #E7697C
Text Example
Text Example
White with #E7697C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7697C; }
p { color: rgb(231,105,124); }
H1.HeaderClassName
{
color: #E7697C;
}
.AnyTagClassName
{
color: #E7697C;
}
</style>
background-color css
<style>
a { background-color: #E7697C; }
a { background-color: rgb(231,105,124); }
div.DivClassName
{
background-color: #E7697C;
}
.BgClassName
{
background-color: #E7697C;
}
</style>
border-color css
<style>
span { border-color: #E7697C; }
span { border-color: rgb(231,105,124); }
td.TdClassName
{
border-color: #E7697C;
}
.TagClassName
{
border-color: #E7697C;
}
</style>