Shades of Froly #E47680
Tints of Froly #E47680
RGB
CMYK
RGB Variations
Color information
#E47680 (or 0xE47680) is known color: Froly. HEX triplet: E4, 76 and 80. RGB value is (228,118,128). Sum of RGB (Red+Green+Blue) = 228+118+128=474 (62% of max value = 765). Red value is 228 (89.45% from 255 or 48.10% from 474); Green value is 118 (46.48% from 255 or 24.89% from 474); Blue value is 128 (50.39% from 255 or 27.00% from 474); Max value from RGB is 228 - color contains mainly: red. Hex color #E47680 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E47680 is #1B897F. Grayscale: #989898. Windows color (decimal): -1804672 or 8419044. OLE color: 8419044.
HSL color Cylindrical-coordinate representation of color #E47680: hue angle of 354.55º degrees, saturation: 0.67, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #E47680 is Cyan = 0, Magento = 0.48, Yellow = 0.44 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 118 | 128 | - |
| CMYK | 0 | 0.48 | 0.44 | 0.11 |
| HSL | 354.55º | 0.67% | 0.68% | - |
| HSV(B) | 354.55º | 0.48% | 0.89% | - |
| XYZ | 42.37 | 31.01 | 24.17 | - |
| YUV | 152.03 | 114.44 | 182.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 118 | 128 | 0 | 0.48 | 0.44 | 0.11 | 354.55 | 0.67 | 0.68 |
| Hex | E4 | 76 | 80 | 0 | 30 | 2C | B | 163 | 43 | 44 |
| Octal | 344 | 166 | 200 | 0 | 60 | 54 | 13 | 543 | 103 | 104 |
| Binary | 11100100 | 1110110 | 10000000 | 0 | 110000 | 101100 | 1011 | 101100011 | 1000011 | 1000100 |
Color Harmonies of #E47680
Complementary color
Monochromatic Colors of #E47680
Black with #E47680
Text Example
Text Example
White with #E47680
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E47680; }
p { color: rgb(228,118,128); }
H1.HeaderClassName
{
color: #E47680;
}
.AnyTagClassName
{
color: #E47680;
}
</style>
background-color css
<style>
a { background-color: #E47680; }
a { background-color: rgb(228,118,128); }
div.DivClassName
{
background-color: #E47680;
}
.BgClassName
{
background-color: #E47680;
}
</style>
border-color css
<style>
span { border-color: #E47680; }
span { border-color: rgb(228,118,128); }
td.TdClassName
{
border-color: #E47680;
}
.TagClassName
{
border-color: #E47680;
}
</style>