Shades of Froly #E57178
Tints of Froly #E57178
RGB
CMYK
RGB Variations
Color information
#E57178 (or 0xE57178) is known color: Froly. HEX triplet: E5, 71 and 78. RGB value is (229,113,120). Sum of RGB (Red+Green+Blue) = 229+113+120=462 (61% of max value = 765). Red value is 229 (89.84% from 255 or 49.57% from 462); Green value is 113 (44.53% from 255 or 24.46% from 462); Blue value is 120 (47.27% from 255 or 25.97% from 462); Max value from RGB is 229 - color contains mainly: red. Hex color #E57178 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E57178 is #1A8E87. Grayscale: #949494. Windows color (decimal): -1740424 or 7893477. OLE color: 7893477.
HSL color Cylindrical-coordinate representation of color #E57178: hue angle of 356.38º degrees, saturation: 0.69, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #E57178 is Cyan = 0, Magento = 0.51, Yellow = 0.48 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 113 | 120 | - |
| CMYK | 0 | 0.51 | 0.48 | 0.10 |
| HSL | 356.38º | 0.69% | 0.67% | - |
| HSV(B) | 356.38º | 0.51% | 0.9% | - |
| XYZ | 41.61 | 29.82 | 21.33 | - |
| YUV | 148.48 | 111.93 | 185.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 113 | 120 | 0 | 0.51 | 0.48 | 0.10 | 356.38 | 0.69 | 0.67 |
| Hex | E5 | 71 | 78 | 0 | 33 | 30 | A | 164 | 45 | 43 |
| Octal | 345 | 161 | 170 | 0 | 63 | 60 | 12 | 544 | 105 | 103 |
| Binary | 11100101 | 1110001 | 1111000 | 0 | 110011 | 110000 | 1010 | 101100100 | 1000101 | 1000011 |
Color Harmonies of #E57178
Complementary color
Monochromatic Colors of #E57178
Black with #E57178
Text Example
Text Example
White with #E57178
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E57178; }
p { color: rgb(229,113,120); }
H1.HeaderClassName
{
color: #E57178;
}
.AnyTagClassName
{
color: #E57178;
}
</style>
background-color css
<style>
a { background-color: #E57178; }
a { background-color: rgb(229,113,120); }
div.DivClassName
{
background-color: #E57178;
}
.BgClassName
{
background-color: #E57178;
}
</style>
border-color css
<style>
span { border-color: #E57178; }
span { border-color: rgb(229,113,120); }
td.TdClassName
{
border-color: #E57178;
}
.TagClassName
{
border-color: #E57178;
}
</style>