Shades of Froly #E8687A
Tints of Froly #E8687A
RGB
CMYK
RGB Variations
Color information
#E8687A (or 0xE8687A) is known color: Froly. HEX triplet: E8, 68 and 7A. RGB value is (232,104,122). Sum of RGB (Red+Green+Blue) = 232+104+122=458 (60% of max value = 765). Red value is 232 (91.02% from 255 or 50.66% from 458); Green value is 104 (41.02% from 255 or 22.71% from 458); Blue value is 122 (48.05% from 255 or 26.64% from 458); Max value from RGB is 232 - color contains mainly: red. Hex color #E8687A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E8687A is #179785. Grayscale: #909090. Windows color (decimal): -1546118 or 8022248. OLE color: 8022248.
HSL color Cylindrical-coordinate representation of color #E8687A: hue angle of 351.56º degrees, saturation: 0.74, 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 #E8687A is Cyan = 0, Magento = 0.55, Yellow = 0.47 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 104 | 122 | - |
| CMYK | 0 | 0.55 | 0.47 | 0.09 |
| HSL | 351.56º | 0.74% | 0.66% | - |
| HSV(B) | 351.56º | 0.55% | 0.91% | - |
| XYZ | 41.74 | 28.46 | 21.71 | - |
| YUV | 144.32 | 115.41 | 190.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 104 | 122 | 0 | 0.55 | 0.47 | 0.09 | 351.56 | 0.74 | 0.66 |
| Hex | E8 | 68 | 7A | 0 | 37 | 2F | 9 | 160 | 4A | 42 |
| Octal | 350 | 150 | 172 | 0 | 67 | 57 | 11 | 540 | 112 | 102 |
| Binary | 11101000 | 1101000 | 1111010 | 0 | 110111 | 101111 | 1001 | 101100000 | 1001010 | 1000010 |
Color Harmonies of #E8687A
Complementary color
Monochromatic Colors of #E8687A
Black with #E8687A
Text Example
Text Example
White with #E8687A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8687A; }
p { color: rgb(232,104,122); }
H1.HeaderClassName
{
color: #E8687A;
}
.AnyTagClassName
{
color: #E8687A;
}
</style>
background-color css
<style>
a { background-color: #E8687A; }
a { background-color: rgb(232,104,122); }
div.DivClassName
{
background-color: #E8687A;
}
.BgClassName
{
background-color: #E8687A;
}
</style>
border-color css
<style>
span { border-color: #E8687A; }
span { border-color: rgb(232,104,122); }
td.TdClassName
{
border-color: #E8687A;
}
.TagClassName
{
border-color: #E8687A;
}
</style>