Shades of Froly #E7697E
Tints of Froly #E7697E
RGB
CMYK
RGB Variations
Color information
#E7697E (or 0xE7697E) is known color: Froly. HEX triplet: E7, 69 and 7E. RGB value is (231,105,126). Sum of RGB (Red+Green+Blue) = 231+105+126=462 (61% of max value = 765). Red value is 231 (90.62% from 255 or 50% from 462); Green value is 105 (41.41% from 255 or 22.73% from 462); Blue value is 126 (49.61% from 255 or 27.27% from 462); Max value from RGB is 231 - color contains mainly: red. Hex color #E7697E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E7697E is #189681. Grayscale: #919191. Windows color (decimal): -1611394 or 8284647. OLE color: 8284647.
HSL color Cylindrical-coordinate representation of color #E7697E: hue angle of 350º 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 #E7697E is Cyan = 0, Magento = 0.55, Yellow = 0.45 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 105 | 126 | - |
| CMYK | 0 | 0.55 | 0.45 | 0.09 |
| HSL | 350º | 0.72% | 0.66% | - |
| HSV(B) | 350º | 0.55% | 0.91% | - |
| XYZ | 41.77 | 28.6 | 23.06 | - |
| YUV | 145.07 | 117.24 | 189.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 105 | 126 | 0 | 0.55 | 0.45 | 0.09 | 350 | 0.72 | 0.66 |
| Hex | E7 | 69 | 7E | 0 | 37 | 2D | 9 | 15E | 48 | 42 |
| Octal | 347 | 151 | 176 | 0 | 67 | 55 | 11 | 536 | 110 | 102 |
| Binary | 11100111 | 1101001 | 1111110 | 0 | 110111 | 101101 | 1001 | 101011110 | 1001000 | 1000010 |
Color Harmonies of #E7697E
Complementary color
Monochromatic Colors of #E7697E
Black with #E7697E
Text Example
Text Example
White with #E7697E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7697E; }
p { color: rgb(231,105,126); }
H1.HeaderClassName
{
color: #E7697E;
}
.AnyTagClassName
{
color: #E7697E;
}
</style>
background-color css
<style>
a { background-color: #E7697E; }
a { background-color: rgb(231,105,126); }
div.DivClassName
{
background-color: #E7697E;
}
.BgClassName
{
background-color: #E7697E;
}
</style>
border-color css
<style>
span { border-color: #E7697E; }
span { border-color: rgb(231,105,126); }
td.TdClassName
{
border-color: #E7697E;
}
.TagClassName
{
border-color: #E7697E;
}
</style>