Shades of Froly #E47578
Tints of Froly #E47578
RGB
CMYK
RGB Variations
Color information
#E47578 (or 0xE47578) is known color: Froly. HEX triplet: E4, 75 and 78. RGB value is (228,117,120). Sum of RGB (Red+Green+Blue) = 228+117+120=465 (61% of max value = 765). Red value is 228 (89.45% from 255 or 49.03% from 465); Green value is 117 (46.09% from 255 or 25.16% from 465); Blue value is 120 (47.27% from 255 or 25.81% from 465); Max value from RGB is 228 - color contains mainly: red. Hex color #E47578 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E47578 is #1B8A87. Grayscale: #969696. Windows color (decimal): -1804936 or 7894500. OLE color: 7894500.
HSL color Cylindrical-coordinate representation of color #E47578: hue angle of 358.38º degrees, saturation: 0.67, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #E47578 is Cyan = 0, Magento = 0.49, Yellow = 0.47 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 117 | 120 | - |
| CMYK | 0 | 0.49 | 0.47 | 0.11 |
| HSL | 358.38º | 0.67% | 0.68% | - |
| HSV(B) | 358.38º | 0.49% | 0.89% | - |
| XYZ | 41.75 | 30.57 | 21.47 | - |
| YUV | 150.53 | 110.77 | 183.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 117 | 120 | 0 | 0.49 | 0.47 | 0.11 | 358.38 | 0.67 | 0.68 |
| Hex | E4 | 75 | 78 | 0 | 31 | 2F | B | 166 | 43 | 44 |
| Octal | 344 | 165 | 170 | 0 | 61 | 57 | 13 | 546 | 103 | 104 |
| Binary | 11100100 | 1110101 | 1111000 | 0 | 110001 | 101111 | 1011 | 101100110 | 1000011 | 1000100 |
Color Harmonies of #E47578
Complementary color
Monochromatic Colors of #E47578
Black with #E47578
Text Example
Text Example
White with #E47578
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E47578; }
p { color: rgb(228,117,120); }
H1.HeaderClassName
{
color: #E47578;
}
.AnyTagClassName
{
color: #E47578;
}
</style>
background-color css
<style>
a { background-color: #E47578; }
a { background-color: rgb(228,117,120); }
div.DivClassName
{
background-color: #E47578;
}
.BgClassName
{
background-color: #E47578;
}
</style>
border-color css
<style>
span { border-color: #E47578; }
span { border-color: rgb(228,117,120); }
td.TdClassName
{
border-color: #E47578;
}
.TagClassName
{
border-color: #E47578;
}
</style>