Shades of Froly #E2687B
Tints of Froly #E2687B
RGB
CMYK
RGB Variations
Color information
#E2687B (or 0xE2687B) is known color: Froly. HEX triplet: E2, 68 and 7B. RGB value is (226,104,123). Sum of RGB (Red+Green+Blue) = 226+104+123=453 (60% of max value = 765). Red value is 226 (88.67% from 255 or 49.89% from 453); Green value is 104 (41.02% from 255 or 22.96% from 453); Blue value is 123 (48.44% from 255 or 27.15% from 453); Max value from RGB is 226 - color contains mainly: red. Hex color #E2687B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E2687B is #1D9784. Grayscale: #8E8E8E. Windows color (decimal): -1939333 or 8087778. OLE color: 8087778.
HSL color Cylindrical-coordinate representation of color #E2687B: hue angle of 350.66º degrees, saturation: 0.68, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #E2687B is Cyan = 0, Magento = 0.54, Yellow = 0.46 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 104 | 123 | - |
| CMYK | 0 | 0.54 | 0.46 | 0.11 |
| HSL | 350.66º | 0.68% | 0.65% | - |
| HSV(B) | 350.66º | 0.54% | 0.89% | - |
| XYZ | 39.89 | 27.5 | 21.94 | - |
| YUV | 142.64 | 116.92 | 187.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 104 | 123 | 0 | 0.54 | 0.46 | 0.11 | 350.66 | 0.68 | 0.65 |
| Hex | E2 | 68 | 7B | 0 | 36 | 2E | B | 15F | 44 | 41 |
| Octal | 342 | 150 | 173 | 0 | 66 | 56 | 13 | 537 | 104 | 101 |
| Binary | 11100010 | 1101000 | 1111011 | 0 | 110110 | 101110 | 1011 | 101011111 | 1000100 | 1000001 |
Color Harmonies of #E2687B
Complementary color
Monochromatic Colors of #E2687B
Black with #E2687B
Text Example
Text Example
White with #E2687B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2687B; }
p { color: rgb(226,104,123); }
H1.HeaderClassName
{
color: #E2687B;
}
.AnyTagClassName
{
color: #E2687B;
}
</style>
background-color css
<style>
a { background-color: #E2687B; }
a { background-color: rgb(226,104,123); }
div.DivClassName
{
background-color: #E2687B;
}
.BgClassName
{
background-color: #E2687B;
}
</style>
border-color css
<style>
span { border-color: #E2687B; }
span { border-color: rgb(226,104,123); }
td.TdClassName
{
border-color: #E2687B;
}
.TagClassName
{
border-color: #E2687B;
}
</style>