Shades of Froly #E5777A
Tints of Froly #E5777A
RGB
CMYK
RGB Variations
Color information
#E5777A (or 0xE5777A) is known color: Froly. HEX triplet: E5, 77 and 7A. RGB value is (229,119,122). Sum of RGB (Red+Green+Blue) = 229+119+122=470 (62% of max value = 765). Red value is 229 (89.84% from 255 or 48.72% from 470); Green value is 119 (46.88% from 255 or 25.32% from 470); Blue value is 122 (48.05% from 255 or 25.96% from 470); Max value from RGB is 229 - color contains mainly: red. Hex color #E5777A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E5777A is #1A8885. Grayscale: #989898. Windows color (decimal): -1738886 or 8026085. OLE color: 8026085.
HSL color Cylindrical-coordinate representation of color #E5777A: hue angle of 358.36º degrees, saturation: 0.68, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #E5777A is Cyan = 0, Magento = 0.48, Yellow = 0.47 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 119 | 122 | - |
| CMYK | 0 | 0.48 | 0.47 | 0.10 |
| HSL | 358.36º | 0.68% | 0.68% | - |
| HSV(B) | 358.36º | 0.48% | 0.9% | - |
| XYZ | 42.42 | 31.26 | 22.21 | - |
| YUV | 152.23 | 110.94 | 182.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 119 | 122 | 0 | 0.48 | 0.47 | 0.10 | 358.36 | 0.68 | 0.68 |
| Hex | E5 | 77 | 7A | 0 | 30 | 2F | A | 166 | 44 | 44 |
| Octal | 345 | 167 | 172 | 0 | 60 | 57 | 12 | 546 | 104 | 104 |
| Binary | 11100101 | 1110111 | 1111010 | 0 | 110000 | 101111 | 1010 | 101100110 | 1000100 | 1000100 |
Color Harmonies of #E5777A
Complementary color
Monochromatic Colors of #E5777A
Black with #E5777A
Text Example
Text Example
White with #E5777A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5777A; }
p { color: rgb(229,119,122); }
H1.HeaderClassName
{
color: #E5777A;
}
.AnyTagClassName
{
color: #E5777A;
}
</style>
background-color css
<style>
a { background-color: #E5777A; }
a { background-color: rgb(229,119,122); }
div.DivClassName
{
background-color: #E5777A;
}
.BgClassName
{
background-color: #E5777A;
}
</style>
border-color css
<style>
span { border-color: #E5777A; }
span { border-color: rgb(229,119,122); }
td.TdClassName
{
border-color: #E5777A;
}
.TagClassName
{
border-color: #E5777A;
}
</style>