Shades of Froly #E0687B
Tints of Froly #E0687B
RGB
CMYK
RGB Variations
Color information
#E0687B (or 0xE0687B) is known color: Froly. HEX triplet: E0, 68 and 7B. RGB value is (224,104,123). Sum of RGB (Red+Green+Blue) = 224+104+123=451 (59% of max value = 765). Red value is 224 (87.89% from 255 or 49.67% from 451); Green value is 104 (41.02% from 255 or 23.06% from 451); Blue value is 123 (48.44% from 255 or 27.27% from 451); Max value from RGB is 224 - color contains mainly: red. Hex color #E0687B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E0687B is #1F9784. Grayscale: #8E8E8E. Windows color (decimal): -2070405 or 8087776. OLE color: 8087776.
HSL color Cylindrical-coordinate representation of color #E0687B: hue angle of 350.5º degrees, saturation: 0.66, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #E0687B is Cyan = 0, Magento = 0.54, Yellow = 0.45 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 104 | 123 | - |
| CMYK | 0 | 0.54 | 0.45 | 0.12 |
| HSL | 350.5º | 0.66% | 0.64% | - |
| HSV(B) | 350.5º | 0.54% | 0.88% | - |
| XYZ | 39.27 | 27.18 | 21.92 | - |
| YUV | 142.05 | 117.26 | 186.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 104 | 123 | 0 | 0.54 | 0.45 | 0.12 | 350.5 | 0.66 | 0.64 |
| Hex | E0 | 68 | 7B | 0 | 36 | 2D | C | 15E | 42 | 40 |
| Octal | 340 | 150 | 173 | 0 | 66 | 55 | 14 | 536 | 102 | 100 |
| Binary | 11100000 | 1101000 | 1111011 | 0 | 110110 | 101101 | 1100 | 101011110 | 1000010 | 1000000 |
Color Harmonies of #E0687B
Complementary color
Monochromatic Colors of #E0687B
Black with #E0687B
Text Example
Text Example
White with #E0687B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0687B; }
p { color: rgb(224,104,123); }
H1.HeaderClassName
{
color: #E0687B;
}
.AnyTagClassName
{
color: #E0687B;
}
</style>
background-color css
<style>
a { background-color: #E0687B; }
a { background-color: rgb(224,104,123); }
div.DivClassName
{
background-color: #E0687B;
}
.BgClassName
{
background-color: #E0687B;
}
</style>
border-color css
<style>
span { border-color: #E0687B; }
span { border-color: rgb(224,104,123); }
td.TdClassName
{
border-color: #E0687B;
}
.TagClassName
{
border-color: #E0687B;
}
</style>