Shades of Froly #E47C7D
Tints of Froly #E47C7D
RGB
CMYK
RGB Variations
Color information
#E47C7D (or 0xE47C7D) is known color: Froly. HEX triplet: E4, 7C and 7D. RGB value is (228,124,125). Sum of RGB (Red+Green+Blue) = 228+124+125=477 (63% of max value = 765). Red value is 228 (89.45% from 255 or 47.80% from 477); Green value is 124 (48.83% from 255 or 26.00% from 477); Blue value is 125 (49.22% from 255 or 26.21% from 477); Max value from RGB is 228 - color contains mainly: red. Hex color #E47C7D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E47C7D is #1B8382. Grayscale: #9B9B9B. Windows color (decimal): -1803139 or 8223972. OLE color: 8223972.
HSL color Cylindrical-coordinate representation of color #E47C7D: hue angle of 359.42º degrees, saturation: 0.66, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #E47C7D is Cyan = 0, Magento = 0.46, Yellow = 0.45 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 124 | 125 | - |
| CMYK | 0 | 0.46 | 0.45 | 0.11 |
| HSL | 359.42º | 0.66% | 0.69% | - |
| HSV(B) | 359.42º | 0.46% | 0.89% | - |
| XYZ | 42.9 | 32.39 | 23.39 | - |
| YUV | 155.21 | 110.96 | 179.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 124 | 125 | 0 | 0.46 | 0.45 | 0.11 | 359.42 | 0.66 | 0.69 |
| Hex | E4 | 7C | 7D | 0 | 2E | 2D | B | 167 | 42 | 45 |
| Octal | 344 | 174 | 175 | 0 | 56 | 55 | 13 | 547 | 102 | 105 |
| Binary | 11100100 | 1111100 | 1111101 | 0 | 101110 | 101101 | 1011 | 101100111 | 1000010 | 1000101 |
Color Harmonies of #E47C7D
Complementary color
Monochromatic Colors of #E47C7D
Black with #E47C7D
Text Example
Text Example
White with #E47C7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E47C7D; }
p { color: rgb(228,124,125); }
H1.HeaderClassName
{
color: #E47C7D;
}
.AnyTagClassName
{
color: #E47C7D;
}
</style>
background-color css
<style>
a { background-color: #E47C7D; }
a { background-color: rgb(228,124,125); }
div.DivClassName
{
background-color: #E47C7D;
}
.BgClassName
{
background-color: #E47C7D;
}
</style>
border-color css
<style>
span { border-color: #E47C7D; }
span { border-color: rgb(228,124,125); }
td.TdClassName
{
border-color: #E47C7D;
}
.TagClassName
{
border-color: #E47C7D;
}
</style>