Shades of Froly #E7697A
Tints of Froly #E7697A
RGB
CMYK
RGB Variations
Color information
#E7697A (or 0xE7697A) is known color: Froly. HEX triplet: E7, 69 and 7A. RGB value is (231,105,122). Sum of RGB (Red+Green+Blue) = 231+105+122=458 (60% of max value = 765). Red value is 231 (90.62% from 255 or 50.44% from 458); Green value is 105 (41.41% from 255 or 22.93% from 458); Blue value is 122 (48.05% from 255 or 26.64% from 458); Max value from RGB is 231 - color contains mainly: red. Hex color #E7697A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E7697A is #189685. Grayscale: #909090. Windows color (decimal): -1611398 or 8022503. OLE color: 8022503.
HSL color Cylindrical-coordinate representation of color #E7697A: hue angle of 351.9º 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 #E7697A is Cyan = 0, Magento = 0.55, Yellow = 0.47 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 105 | 122 | - |
| CMYK | 0 | 0.55 | 0.47 | 0.09 |
| HSL | 351.9º | 0.72% | 0.66% | - |
| HSV(B) | 351.9º | 0.55% | 0.91% | - |
| XYZ | 41.52 | 28.5 | 21.72 | - |
| YUV | 144.61 | 115.24 | 189.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 105 | 122 | 0 | 0.55 | 0.47 | 0.09 | 351.9 | 0.72 | 0.66 |
| Hex | E7 | 69 | 7A | 0 | 37 | 2F | 9 | 160 | 48 | 42 |
| Octal | 347 | 151 | 172 | 0 | 67 | 57 | 11 | 540 | 110 | 102 |
| Binary | 11100111 | 1101001 | 1111010 | 0 | 110111 | 101111 | 1001 | 101100000 | 1001000 | 1000010 |
Color Harmonies of #E7697A
Complementary color
Monochromatic Colors of #E7697A
Black with #E7697A
Text Example
Text Example
White with #E7697A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7697A; }
p { color: rgb(231,105,122); }
H1.HeaderClassName
{
color: #E7697A;
}
.AnyTagClassName
{
color: #E7697A;
}
</style>
background-color css
<style>
a { background-color: #E7697A; }
a { background-color: rgb(231,105,122); }
div.DivClassName
{
background-color: #E7697A;
}
.BgClassName
{
background-color: #E7697A;
}
</style>
border-color css
<style>
span { border-color: #E7697A; }
span { border-color: rgb(231,105,122); }
td.TdClassName
{
border-color: #E7697A;
}
.TagClassName
{
border-color: #E7697A;
}
</style>