Shades of Froly #E4687D
Tints of Froly #E4687D
RGB
CMYK
RGB Variations
Color information
#E4687D (or 0xE4687D) is known color: Froly. HEX triplet: E4, 68 and 7D. RGB value is (228,104,125). Sum of RGB (Red+Green+Blue) = 228+104+125=457 (60% of max value = 765). Red value is 228 (89.45% from 255 or 49.89% from 457); Green value is 104 (41.02% from 255 or 22.76% from 457); Blue value is 125 (49.22% from 255 or 27.35% from 457); Max value from RGB is 228 - color contains mainly: red. Hex color #E4687D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E4687D is #1B9782. Grayscale: #8F8F8F. Windows color (decimal): -1808259 or 8218852. OLE color: 8218852.
HSL color Cylindrical-coordinate representation of color #E4687D: hue angle of 349.84º 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 #E4687D is Cyan = 0, Magento = 0.54, Yellow = 0.45 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 104 | 125 | - |
| CMYK | 0 | 0.54 | 0.45 | 0.11 |
| HSL | 349.84º | 0.7% | 0.65% | - |
| HSV(B) | 349.84º | 0.54% | 0.89% | - |
| XYZ | 40.65 | 27.88 | 22.64 | - |
| YUV | 143.47 | 117.58 | 188.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 104 | 125 | 0 | 0.54 | 0.45 | 0.11 | 349.84 | 0.7 | 0.65 |
| Hex | E4 | 68 | 7D | 0 | 36 | 2D | B | 15E | 46 | 41 |
| Octal | 344 | 150 | 175 | 0 | 66 | 55 | 13 | 536 | 106 | 101 |
| Binary | 11100100 | 1101000 | 1111101 | 0 | 110110 | 101101 | 1011 | 101011110 | 1000110 | 1000001 |
Color Harmonies of #E4687D
Complementary color
Monochromatic Colors of #E4687D
Black with #E4687D
Text Example
Text Example
White with #E4687D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4687D; }
p { color: rgb(228,104,125); }
H1.HeaderClassName
{
color: #E4687D;
}
.AnyTagClassName
{
color: #E4687D;
}
</style>
background-color css
<style>
a { background-color: #E4687D; }
a { background-color: rgb(228,104,125); }
div.DivClassName
{
background-color: #E4687D;
}
.BgClassName
{
background-color: #E4687D;
}
</style>
border-color css
<style>
span { border-color: #E4687D; }
span { border-color: rgb(228,104,125); }
td.TdClassName
{
border-color: #E4687D;
}
.TagClassName
{
border-color: #E4687D;
}
</style>