Shades of Froly #E06A77
Tints of Froly #E06A77
RGB
CMYK
RGB Variations
Color information
#E06A77 (or 0xE06A77) is known color: Froly. HEX triplet: E0, 6A and 77. RGB value is (224,106,119). Sum of RGB (Red+Green+Blue) = 224+106+119=449 (59% of max value = 765). Red value is 224 (87.89% from 255 or 49.89% from 449); Green value is 106 (41.80% from 255 or 23.61% from 449); Blue value is 119 (46.88% from 255 or 26.50% from 449); Max value from RGB is 224 - color contains mainly: red. Hex color #E06A77 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E06A77 is #1F9588. Grayscale: #8E8E8E. Windows color (decimal): -2069897 or 7826144. OLE color: 7826144.
HSL color Cylindrical-coordinate representation of color #E06A77: hue angle of 353.39º degrees, saturation: 0.66, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #E06A77 is Cyan = 0, Magento = 0.53, Yellow = 0.47 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 106 | 119 | - |
| CMYK | 0 | 0.53 | 0.47 | 0.12 |
| HSL | 353.39º | 0.66% | 0.65% | - |
| HSV(B) | 353.39º | 0.53% | 0.88% | - |
| XYZ | 39.22 | 27.49 | 20.69 | - |
| YUV | 142.76 | 114.59 | 185.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 106 | 119 | 0 | 0.53 | 0.47 | 0.12 | 353.39 | 0.66 | 0.65 |
| Hex | E0 | 6A | 77 | 0 | 35 | 2F | C | 161 | 42 | 41 |
| Octal | 340 | 152 | 167 | 0 | 65 | 57 | 14 | 541 | 102 | 101 |
| Binary | 11100000 | 1101010 | 1110111 | 0 | 110101 | 101111 | 1100 | 101100001 | 1000010 | 1000001 |
Color Harmonies of #E06A77
Complementary color
Monochromatic Colors of #E06A77
Black with #E06A77
Text Example
Text Example
White with #E06A77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E06A77; }
p { color: rgb(224,106,119); }
H1.HeaderClassName
{
color: #E06A77;
}
.AnyTagClassName
{
color: #E06A77;
}
</style>
background-color css
<style>
a { background-color: #E06A77; }
a { background-color: rgb(224,106,119); }
div.DivClassName
{
background-color: #E06A77;
}
.BgClassName
{
background-color: #E06A77;
}
</style>
border-color css
<style>
span { border-color: #E06A77; }
span { border-color: rgb(224,106,119); }
td.TdClassName
{
border-color: #E06A77;
}
.TagClassName
{
border-color: #E06A77;
}
</style>