Shades of Froly #E47F83
Tints of Froly #E47F83
RGB
CMYK
RGB Variations
Color information
#E47F83 (or 0xE47F83) is known color: Froly. HEX triplet: E4, 7F and 83. RGB value is (228,127,131). Sum of RGB (Red+Green+Blue) = 228+127+131=486 (64% of max value = 765). Red value is 228 (89.45% from 255 or 46.91% from 486); Green value is 127 (50% from 255 or 26.13% from 486); Blue value is 131 (51.56% from 255 or 26.95% from 486); Max value from RGB is 228 - color contains mainly: red. Hex color #E47F83 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E47F83 is #1B807C. Grayscale: #9D9D9D. Windows color (decimal): -1802365 or 8617956. OLE color: 8617956.
HSL color Cylindrical-coordinate representation of color #E47F83: hue angle of 357.62º 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 #E47F83 is Cyan = 0, Magento = 0.44, Yellow = 0.43 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 127 | 131 | - |
| CMYK | 0 | 0.44 | 0.43 | 0.11 |
| HSL | 357.62º | 0.65% | 0.7% | - |
| HSV(B) | 357.62º | 0.44% | 0.89% | - |
| XYZ | 43.68 | 33.31 | 25.6 | - |
| YUV | 157.66 | 112.96 | 178.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 127 | 131 | 0 | 0.44 | 0.43 | 0.11 | 357.62 | 0.65 | 0.7 |
| Hex | E4 | 7F | 83 | 0 | 2C | 2B | B | 166 | 41 | 46 |
| Octal | 344 | 177 | 203 | 0 | 54 | 53 | 13 | 546 | 101 | 106 |
| Binary | 11100100 | 1111111 | 10000011 | 0 | 101100 | 101011 | 1011 | 101100110 | 1000001 | 1000110 |
Color Harmonies of #E47F83
Complementary color
Monochromatic Colors of #E47F83
Black with #E47F83
Text Example
Text Example
White with #E47F83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E47F83; }
p { color: rgb(228,127,131); }
H1.HeaderClassName
{
color: #E47F83;
}
.AnyTagClassName
{
color: #E47F83;
}
</style>
background-color css
<style>
a { background-color: #E47F83; }
a { background-color: rgb(228,127,131); }
div.DivClassName
{
background-color: #E47F83;
}
.BgClassName
{
background-color: #E47F83;
}
</style>
border-color css
<style>
span { border-color: #E47F83; }
span { border-color: rgb(228,127,131); }
td.TdClassName
{
border-color: #E47F83;
}
.TagClassName
{
border-color: #E47F83;
}
</style>