Shades of Froly #E4687E
Tints of Froly #E4687E
RGB
CMYK
RGB Variations
Color information
#E4687E (or 0xE4687E) is known color: Froly. HEX triplet: E4, 68 and 7E. RGB value is (228,104,126). Sum of RGB (Red+Green+Blue) = 228+104+126=458 (60% of max value = 765). Red value is 228 (89.45% from 255 or 49.78% from 458); Green value is 104 (41.02% from 255 or 22.71% from 458); Blue value is 126 (49.61% from 255 or 27.51% from 458); Max value from RGB is 228 - color contains mainly: red. Hex color #E4687E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E4687E is #1B9781. Grayscale: #8F8F8F. Windows color (decimal): -1808258 or 8284388. OLE color: 8284388.
HSL color Cylindrical-coordinate representation of color #E4687E: hue angle of 349.35º degrees, saturation: 0.7, 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 #E4687E is Cyan = 0, Magento = 0.54, Yellow = 0.45 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 104 | 126 | - |
| CMYK | 0 | 0.54 | 0.45 | 0.11 |
| HSL | 349.35º | 0.7% | 0.65% | - |
| HSV(B) | 349.35º | 0.54% | 0.89% | - |
| XYZ | 40.71 | 27.9 | 22.98 | - |
| YUV | 143.58 | 118.08 | 188.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 104 | 126 | 0 | 0.54 | 0.45 | 0.11 | 349.35 | 0.7 | 0.65 |
| Hex | E4 | 68 | 7E | 0 | 36 | 2D | B | 15D | 46 | 41 |
| Octal | 344 | 150 | 176 | 0 | 66 | 55 | 13 | 535 | 106 | 101 |
| Binary | 11100100 | 1101000 | 1111110 | 0 | 110110 | 101101 | 1011 | 101011101 | 1000110 | 1000001 |
Color Harmonies of #E4687E
Complementary color
Monochromatic Colors of #E4687E
Black with #E4687E
Text Example
Text Example
White with #E4687E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4687E; }
p { color: rgb(228,104,126); }
H1.HeaderClassName
{
color: #E4687E;
}
.AnyTagClassName
{
color: #E4687E;
}
</style>
background-color css
<style>
a { background-color: #E4687E; }
a { background-color: rgb(228,104,126); }
div.DivClassName
{
background-color: #E4687E;
}
.BgClassName
{
background-color: #E4687E;
}
</style>
border-color css
<style>
span { border-color: #E4687E; }
span { border-color: rgb(228,104,126); }
td.TdClassName
{
border-color: #E4687E;
}
.TagClassName
{
border-color: #E4687E;
}
</style>