Shades of Froly #E7646A
Tints of Froly #E7646A
RGB
CMYK
RGB Variations
Color information
#E7646A (or 0xE7646A) is known color: Froly. HEX triplet: E7, 64 and 6A. RGB value is (231,100,106). Sum of RGB (Red+Green+Blue) = 231+100+106=437 (57% of max value = 765). Red value is 231 (90.62% from 255 or 52.86% from 437); Green value is 100 (39.45% from 255 or 22.88% from 437); Blue value is 106 (41.80% from 255 or 24.26% from 437); Max value from RGB is 231 - color contains mainly: red. Hex color #E7646A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E7646A is #189B95. Grayscale: #8B8B8B. Windows color (decimal): -1612694 or 6972647. OLE color: 6972647.
HSL color Cylindrical-coordinate representation of color #E7646A: hue angle of 357.25º degrees, saturation: 0.73, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #E7646A is Cyan = 0, Magento = 0.57, Yellow = 0.54 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 100 | 106 | - |
| CMYK | 0 | 0.57 | 0.54 | 0.09 |
| HSL | 357.25º | 0.73% | 0.65% | - |
| HSV(B) | 357.25º | 0.57% | 0.91% | - |
| XYZ | 40.11 | 27.14 | 16.76 | - |
| YUV | 139.85 | 108.9 | 193.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 100 | 106 | 0 | 0.57 | 0.54 | 0.09 | 357.25 | 0.73 | 0.65 |
| Hex | E7 | 64 | 6A | 0 | 39 | 36 | 9 | 165 | 49 | 41 |
| Octal | 347 | 144 | 152 | 0 | 71 | 66 | 11 | 545 | 111 | 101 |
| Binary | 11100111 | 1100100 | 1101010 | 0 | 111001 | 110110 | 1001 | 101100101 | 1001001 | 1000001 |
Color Harmonies of #E7646A
Complementary color
Monochromatic Colors of #E7646A
Black with #E7646A
Text Example
Text Example
White with #E7646A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7646A; }
p { color: rgb(231,100,106); }
H1.HeaderClassName
{
color: #E7646A;
}
.AnyTagClassName
{
color: #E7646A;
}
</style>
background-color css
<style>
a { background-color: #E7646A; }
a { background-color: rgb(231,100,106); }
div.DivClassName
{
background-color: #E7646A;
}
.BgClassName
{
background-color: #E7646A;
}
</style>
border-color css
<style>
span { border-color: #E7646A; }
span { border-color: rgb(231,100,106); }
td.TdClassName
{
border-color: #E7646A;
}
.TagClassName
{
border-color: #E7646A;
}
</style>