Shades of Froly #E57C7E
Tints of Froly #E57C7E
RGB
CMYK
RGB Variations
Color information
#E57C7E (or 0xE57C7E) is known color: Froly. HEX triplet: E5, 7C and 7E. RGB value is (229,124,126). Sum of RGB (Red+Green+Blue) = 229+124+126=479 (63% of max value = 765). Red value is 229 (89.84% from 255 or 47.81% from 479); Green value is 124 (48.83% from 255 or 25.89% from 479); Blue value is 126 (49.61% from 255 or 26.30% from 479); Max value from RGB is 229 - color contains mainly: red. Hex color #E57C7E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E57C7E is #1A8381. Grayscale: #9B9B9B. Windows color (decimal): -1737602 or 8289509. OLE color: 8289509.
HSL color Cylindrical-coordinate representation of color #E57C7E: hue angle of 358.86º degrees, saturation: 0.67, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #E57C7E is Cyan = 0, Magento = 0.46, Yellow = 0.45 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 124 | 126 | - |
| CMYK | 0 | 0.46 | 0.45 | 0.10 |
| HSL | 358.86º | 0.67% | 0.69% | - |
| HSV(B) | 358.86º | 0.46% | 0.9% | - |
| XYZ | 43.29 | 32.58 | 23.75 | - |
| YUV | 155.62 | 111.29 | 180.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 124 | 126 | 0 | 0.46 | 0.45 | 0.10 | 358.86 | 0.67 | 0.69 |
| Hex | E5 | 7C | 7E | 0 | 2E | 2D | A | 167 | 43 | 45 |
| Octal | 345 | 174 | 176 | 0 | 56 | 55 | 12 | 547 | 103 | 105 |
| Binary | 11100101 | 1111100 | 1111110 | 0 | 101110 | 101101 | 1010 | 101100111 | 1000011 | 1000101 |
Color Harmonies of #E57C7E
Complementary color
Monochromatic Colors of #E57C7E
Black with #E57C7E
Text Example
Text Example
White with #E57C7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E57C7E; }
p { color: rgb(229,124,126); }
H1.HeaderClassName
{
color: #E57C7E;
}
.AnyTagClassName
{
color: #E57C7E;
}
</style>
background-color css
<style>
a { background-color: #E57C7E; }
a { background-color: rgb(229,124,126); }
div.DivClassName
{
background-color: #E57C7E;
}
.BgClassName
{
background-color: #E57C7E;
}
</style>
border-color css
<style>
span { border-color: #E57C7E; }
span { border-color: rgb(229,124,126); }
td.TdClassName
{
border-color: #E57C7E;
}
.TagClassName
{
border-color: #E57C7E;
}
</style>