Shades of Froly #E06F79
Tints of Froly #E06F79
RGB
CMYK
RGB Variations
Color information
#E06F79 (or 0xE06F79) is known color: Froly. HEX triplet: E0, 6F and 79. RGB value is (224,111,121). Sum of RGB (Red+Green+Blue) = 224+111+121=456 (60% of max value = 765). Red value is 224 (87.89% from 255 or 49.12% from 456); Green value is 111 (43.75% from 255 or 24.34% from 456); Blue value is 121 (47.66% from 255 or 26.54% from 456); Max value from RGB is 224 - color contains mainly: red. Hex color #E06F79 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E06F79 is #1F9086. Grayscale: #929292. Windows color (decimal): -2068615 or 7958496. OLE color: 7958496.
HSL color Cylindrical-coordinate representation of color #E06F79: hue angle of 354.69º degrees, saturation: 0.65, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E06F79 is Cyan = 0, Magento = 0.50, Yellow = 0.46 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 111 | 121 | - |
| CMYK | 0 | 0.50 | 0.46 | 0.12 |
| HSL | 354.69º | 0.65% | 0.66% | - |
| HSV(B) | 354.69º | 0.5% | 0.88% | - |
| XYZ | 39.88 | 28.6 | 21.51 | - |
| YUV | 145.93 | 113.94 | 183.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 111 | 121 | 0 | 0.50 | 0.46 | 0.12 | 354.69 | 0.65 | 0.66 |
| Hex | E0 | 6F | 79 | 0 | 32 | 2E | C | 163 | 41 | 42 |
| Octal | 340 | 157 | 171 | 0 | 62 | 56 | 14 | 543 | 101 | 102 |
| Binary | 11100000 | 1101111 | 1111001 | 0 | 110010 | 101110 | 1100 | 101100011 | 1000001 | 1000010 |
Color Harmonies of #E06F79
Complementary color
Monochromatic Colors of #E06F79
Black with #E06F79
Text Example
Text Example
White with #E06F79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E06F79; }
p { color: rgb(224,111,121); }
H1.HeaderClassName
{
color: #E06F79;
}
.AnyTagClassName
{
color: #E06F79;
}
</style>
background-color css
<style>
a { background-color: #E06F79; }
a { background-color: rgb(224,111,121); }
div.DivClassName
{
background-color: #E06F79;
}
.BgClassName
{
background-color: #E06F79;
}
</style>
border-color css
<style>
span { border-color: #E06F79; }
span { border-color: rgb(224,111,121); }
td.TdClassName
{
border-color: #E06F79;
}
.TagClassName
{
border-color: #E06F79;
}
</style>