Shades of Froly #E06679
Tints of Froly #E06679
RGB
CMYK
RGB Variations
Color information
#E06679 (or 0xE06679) is known color: Froly. HEX triplet: E0, 66 and 79. RGB value is (224,102,121). Sum of RGB (Red+Green+Blue) = 224+102+121=447 (59% of max value = 765). Red value is 224 (87.89% from 255 or 50.11% from 447); Green value is 102 (40.23% from 255 or 22.82% from 447); Blue value is 121 (47.66% from 255 or 27.07% from 447); Max value from RGB is 224 - color contains mainly: red. Hex color #E06679 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E06679 is #1F9986. Grayscale: #8C8C8C. Windows color (decimal): -2070919 or 7956192. OLE color: 7956192.
HSL color Cylindrical-coordinate representation of color #E06679: hue angle of 350.66º degrees, saturation: 0.66, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #E06679 is Cyan = 0, Magento = 0.54, Yellow = 0.46 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 102 | 121 | - |
| CMYK | 0 | 0.54 | 0.46 | 0.12 |
| HSL | 350.66º | 0.66% | 0.64% | - |
| HSV(B) | 350.66º | 0.54% | 0.88% | - |
| XYZ | 38.94 | 26.73 | 21.2 | - |
| YUV | 140.64 | 116.92 | 187.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 102 | 121 | 0 | 0.54 | 0.46 | 0.12 | 350.66 | 0.66 | 0.64 |
| Hex | E0 | 66 | 79 | 0 | 36 | 2E | C | 15F | 42 | 40 |
| Octal | 340 | 146 | 171 | 0 | 66 | 56 | 14 | 537 | 102 | 100 |
| Binary | 11100000 | 1100110 | 1111001 | 0 | 110110 | 101110 | 1100 | 101011111 | 1000010 | 1000000 |
Color Harmonies of #E06679
Complementary color
Monochromatic Colors of #E06679
Black with #E06679
Text Example
Text Example
White with #E06679
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E06679; }
p { color: rgb(224,102,121); }
H1.HeaderClassName
{
color: #E06679;
}
.AnyTagClassName
{
color: #E06679;
}
</style>
background-color css
<style>
a { background-color: #E06679; }
a { background-color: rgb(224,102,121); }
div.DivClassName
{
background-color: #E06679;
}
.BgClassName
{
background-color: #E06679;
}
</style>
border-color css
<style>
span { border-color: #E06679; }
span { border-color: rgb(224,102,121); }
td.TdClassName
{
border-color: #E06679;
}
.TagClassName
{
border-color: #E06679;
}
</style>