Shades of Froly #E57A7E
Tints of Froly #E57A7E
RGB
CMYK
RGB Variations
Color information
#E57A7E (or 0xE57A7E) is known color: Froly. HEX triplet: E5, 7A and 7E. RGB value is (229,122,126). Sum of RGB (Red+Green+Blue) = 229+122+126=477 (63% of max value = 765). Red value is 229 (89.84% from 255 or 48.01% from 477); Green value is 122 (48.05% from 255 or 25.58% from 477); Blue value is 126 (49.61% from 255 or 26.42% from 477); Max value from RGB is 229 - color contains mainly: red. Hex color #E57A7E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E57A7E is #1A8581. Grayscale: #9A9A9A. Windows color (decimal): -1738114 or 8288997. OLE color: 8288997.
HSL color Cylindrical-coordinate representation of color #E57A7E: hue angle of 357.76º degrees, saturation: 0.67, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #E57A7E is Cyan = 0, Magento = 0.47, Yellow = 0.45 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 122 | 126 | - |
| CMYK | 0 | 0.47 | 0.45 | 0.10 |
| HSL | 357.76º | 0.67% | 0.69% | - |
| HSV(B) | 357.76º | 0.47% | 0.9% | - |
| XYZ | 43.04 | 32.08 | 23.66 | - |
| YUV | 154.45 | 111.95 | 181.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 122 | 126 | 0 | 0.47 | 0.45 | 0.10 | 357.76 | 0.67 | 0.69 |
| Hex | E5 | 7A | 7E | 0 | 2F | 2D | A | 166 | 43 | 45 |
| Octal | 345 | 172 | 176 | 0 | 57 | 55 | 12 | 546 | 103 | 105 |
| Binary | 11100101 | 1111010 | 1111110 | 0 | 101111 | 101101 | 1010 | 101100110 | 1000011 | 1000101 |
Color Harmonies of #E57A7E
Complementary color
Monochromatic Colors of #E57A7E
Black with #E57A7E
Text Example
Text Example
White with #E57A7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E57A7E; }
p { color: rgb(229,122,126); }
H1.HeaderClassName
{
color: #E57A7E;
}
.AnyTagClassName
{
color: #E57A7E;
}
</style>
background-color css
<style>
a { background-color: #E57A7E; }
a { background-color: rgb(229,122,126); }
div.DivClassName
{
background-color: #E57A7E;
}
.BgClassName
{
background-color: #E57A7E;
}
</style>
border-color css
<style>
span { border-color: #E57A7E; }
span { border-color: rgb(229,122,126); }
td.TdClassName
{
border-color: #E57A7E;
}
.TagClassName
{
border-color: #E57A7E;
}
</style>