Shades of Froly #E56777
Tints of Froly #E56777
RGB
CMYK
RGB Variations
Color information
#E56777 (or 0xE56777) is known color: Froly. HEX triplet: E5, 67 and 77. RGB value is (229,103,119). Sum of RGB (Red+Green+Blue) = 229+103+119=451 (59% of max value = 765). Red value is 229 (89.84% from 255 or 50.78% from 451); Green value is 103 (40.62% from 255 or 22.84% from 451); Blue value is 119 (46.88% from 255 or 26.39% from 451); Max value from RGB is 229 - color contains mainly: red. Hex color #E56777 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E56777 is #1A9888. Grayscale: #8E8E8E. Windows color (decimal): -1742985 or 7825381. OLE color: 7825381.
HSL color Cylindrical-coordinate representation of color #E56777: hue angle of 352.38º degrees, saturation: 0.71, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #E56777 is Cyan = 0, Magento = 0.55, Yellow = 0.48 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 103 | 119 | - |
| CMYK | 0 | 0.55 | 0.48 | 0.10 |
| HSL | 352.38º | 0.71% | 0.65% | - |
| HSV(B) | 352.38º | 0.55% | 0.9% | - |
| XYZ | 40.49 | 27.69 | 20.66 | - |
| YUV | 142.5 | 114.74 | 189.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 103 | 119 | 0 | 0.55 | 0.48 | 0.10 | 352.38 | 0.71 | 0.65 |
| Hex | E5 | 67 | 77 | 0 | 37 | 30 | A | 160 | 47 | 41 |
| Octal | 345 | 147 | 167 | 0 | 67 | 60 | 12 | 540 | 107 | 101 |
| Binary | 11100101 | 1100111 | 1110111 | 0 | 110111 | 110000 | 1010 | 101100000 | 1000111 | 1000001 |
Color Harmonies of #E56777
Complementary color
Monochromatic Colors of #E56777
Black with #E56777
Text Example
Text Example
White with #E56777
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E56777; }
p { color: rgb(229,103,119); }
H1.HeaderClassName
{
color: #E56777;
}
.AnyTagClassName
{
color: #E56777;
}
</style>
background-color css
<style>
a { background-color: #E56777; }
a { background-color: rgb(229,103,119); }
div.DivClassName
{
background-color: #E56777;
}
.BgClassName
{
background-color: #E56777;
}
</style>
border-color css
<style>
span { border-color: #E56777; }
span { border-color: rgb(229,103,119); }
td.TdClassName
{
border-color: #E56777;
}
.TagClassName
{
border-color: #E56777;
}
</style>