Shades of Froly #E57175
Tints of Froly #E57175
RGB
CMYK
RGB Variations
Color information
#E57175 (or 0xE57175) is known color: Froly. HEX triplet: E5, 71 and 75. RGB value is (229,113,117). Sum of RGB (Red+Green+Blue) = 229+113+117=459 (60% of max value = 765). Red value is 229 (89.84% from 255 or 49.89% from 459); Green value is 113 (44.53% from 255 or 24.62% from 459); Blue value is 117 (46.09% from 255 or 25.49% from 459); Max value from RGB is 229 - color contains mainly: red. Hex color #E57175 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E57175 is #1A8E8A. Grayscale: #949494. Windows color (decimal): -1740427 or 7696869. OLE color: 7696869.
HSL color Cylindrical-coordinate representation of color #E57175: hue angle of 357.93º 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 #E57175 is Cyan = 0, Magento = 0.51, Yellow = 0.49 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 113 | 117 | - |
| CMYK | 0 | 0.51 | 0.49 | 0.10 |
| HSL | 357.93º | 0.69% | 0.67% | - |
| HSV(B) | 357.93º | 0.51% | 0.9% | - |
| XYZ | 41.43 | 29.75 | 20.39 | - |
| YUV | 148.14 | 110.43 | 185.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 113 | 117 | 0 | 0.51 | 0.49 | 0.10 | 357.93 | 0.69 | 0.67 |
| Hex | E5 | 71 | 75 | 0 | 33 | 31 | A | 166 | 45 | 43 |
| Octal | 345 | 161 | 165 | 0 | 63 | 61 | 12 | 546 | 105 | 103 |
| Binary | 11100101 | 1110001 | 1110101 | 0 | 110011 | 110001 | 1010 | 101100110 | 1000101 | 1000011 |
Color Harmonies of #E57175
Complementary color
Monochromatic Colors of #E57175
Black with #E57175
Text Example
Text Example
White with #E57175
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E57175; }
p { color: rgb(229,113,117); }
H1.HeaderClassName
{
color: #E57175;
}
.AnyTagClassName
{
color: #E57175;
}
</style>
background-color css
<style>
a { background-color: #E57175; }
a { background-color: rgb(229,113,117); }
div.DivClassName
{
background-color: #E57175;
}
.BgClassName
{
background-color: #E57175;
}
</style>
border-color css
<style>
span { border-color: #E57175; }
span { border-color: rgb(229,113,117); }
td.TdClassName
{
border-color: #E57175;
}
.TagClassName
{
border-color: #E57175;
}
</style>