Shades of Froly #E47F82
Tints of Froly #E47F82
RGB
CMYK
RGB Variations
Color information
#E47F82 (or 0xE47F82) is known color: Froly. HEX triplet: E4, 7F and 82. RGB value is (228,127,130). Sum of RGB (Red+Green+Blue) = 228+127+130=485 (64% of max value = 765). Red value is 228 (89.45% from 255 or 47.01% from 485); Green value is 127 (50% from 255 or 26.19% from 485); Blue value is 130 (51.17% from 255 or 26.80% from 485); Max value from RGB is 228 - color contains mainly: red. Hex color #E47F82 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E47F82 is #1B807D. Grayscale: #9D9D9D. Windows color (decimal): -1802366 or 8552420. OLE color: 8552420.
HSL color Cylindrical-coordinate representation of color #E47F82: hue angle of 358.22º degrees, saturation: 0.65, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #E47F82 is Cyan = 0, Magento = 0.44, Yellow = 0.43 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 127 | 130 | - |
| CMYK | 0 | 0.44 | 0.43 | 0.11 |
| HSL | 358.22º | 0.65% | 0.7% | - |
| HSV(B) | 358.22º | 0.44% | 0.89% | - |
| XYZ | 43.61 | 33.28 | 25.24 | - |
| YUV | 157.54 | 112.46 | 178.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 127 | 130 | 0 | 0.44 | 0.43 | 0.11 | 358.22 | 0.65 | 0.7 |
| Hex | E4 | 7F | 82 | 0 | 2C | 2B | B | 166 | 41 | 46 |
| Octal | 344 | 177 | 202 | 0 | 54 | 53 | 13 | 546 | 101 | 106 |
| Binary | 11100100 | 1111111 | 10000010 | 0 | 101100 | 101011 | 1011 | 101100110 | 1000001 | 1000110 |
Color Harmonies of #E47F82
Complementary color
Monochromatic Colors of #E47F82
Black with #E47F82
Text Example
Text Example
White with #E47F82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E47F82; }
p { color: rgb(228,127,130); }
H1.HeaderClassName
{
color: #E47F82;
}
.AnyTagClassName
{
color: #E47F82;
}
</style>
background-color css
<style>
a { background-color: #E47F82; }
a { background-color: rgb(228,127,130); }
div.DivClassName
{
background-color: #E47F82;
}
.BgClassName
{
background-color: #E47F82;
}
</style>
border-color css
<style>
span { border-color: #E47F82; }
span { border-color: rgb(228,127,130); }
td.TdClassName
{
border-color: #E47F82;
}
.TagClassName
{
border-color: #E47F82;
}
</style>