Shades of Froly #E7666C
Tints of Froly #E7666C
RGB
CMYK
RGB Variations
Color information
#E7666C (or 0xE7666C) is known color: Froly. HEX triplet: E7, 66 and 6C. RGB value is (231,102,108). Sum of RGB (Red+Green+Blue) = 231+102+108=441 (58% of max value = 765). Red value is 231 (90.62% from 255 or 52.38% from 441); Green value is 102 (40.23% from 255 or 23.13% from 441); Blue value is 108 (42.58% from 255 or 24.49% from 441); Max value from RGB is 231 - color contains mainly: red. Hex color #E7666C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E7666C is #189993. Grayscale: #8D8D8D. Windows color (decimal): -1612180 or 7104231. OLE color: 7104231.
HSL color Cylindrical-coordinate representation of color #E7666C: hue angle of 357.21º degrees, saturation: 0.73, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #E7666C is Cyan = 0, Magento = 0.56, Yellow = 0.53 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 102 | 108 | - |
| CMYK | 0 | 0.56 | 0.53 | 0.09 |
| HSL | 357.21º | 0.73% | 0.65% | - |
| HSV(B) | 357.21º | 0.56% | 0.91% | - |
| XYZ | 40.41 | 27.57 | 17.38 | - |
| YUV | 141.26 | 109.24 | 192.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 102 | 108 | 0 | 0.56 | 0.53 | 0.09 | 357.21 | 0.73 | 0.65 |
| Hex | E7 | 66 | 6C | 0 | 38 | 35 | 9 | 165 | 49 | 41 |
| Octal | 347 | 146 | 154 | 0 | 70 | 65 | 11 | 545 | 111 | 101 |
| Binary | 11100111 | 1100110 | 1101100 | 0 | 111000 | 110101 | 1001 | 101100101 | 1001001 | 1000001 |
Color Harmonies of #E7666C
Complementary color
Monochromatic Colors of #E7666C
Black with #E7666C
Text Example
Text Example
White with #E7666C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7666C; }
p { color: rgb(231,102,108); }
H1.HeaderClassName
{
color: #E7666C;
}
.AnyTagClassName
{
color: #E7666C;
}
</style>
background-color css
<style>
a { background-color: #E7666C; }
a { background-color: rgb(231,102,108); }
div.DivClassName
{
background-color: #E7666C;
}
.BgClassName
{
background-color: #E7666C;
}
</style>
border-color css
<style>
span { border-color: #E7666C; }
span { border-color: rgb(231,102,108); }
td.TdClassName
{
border-color: #E7666C;
}
.TagClassName
{
border-color: #E7666C;
}
</style>