Shades of Froly #E06A6B
Tints of Froly #E06A6B
RGB
CMYK
RGB Variations
Color information
#E06A6B (or 0xE06A6B) is known color: Froly. HEX triplet: E0, 6A and 6B. RGB value is (224,106,107). Sum of RGB (Red+Green+Blue) = 224+106+107=437 (57% of max value = 765). Red value is 224 (87.89% from 255 or 51.26% from 437); Green value is 106 (41.80% from 255 or 24.26% from 437); Blue value is 107 (42.19% from 255 or 24.49% from 437); Max value from RGB is 224 - color contains mainly: red. Hex color #E06A6B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E06A6B is #1F9594. Grayscale: #8D8D8D. Windows color (decimal): -2069909 or 7039712. OLE color: 7039712.
HSL color Cylindrical-coordinate representation of color #E06A6B: hue angle of 359.49º 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 #E06A6B is Cyan = 0, Magento = 0.53, Yellow = 0.52 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 106 | 107 | - |
| CMYK | 0 | 0.53 | 0.52 | 0.12 |
| HSL | 359.49º | 0.66% | 0.65% | - |
| HSV(B) | 359.49º | 0.53% | 0.88% | - |
| XYZ | 38.55 | 27.22 | 17.13 | - |
| YUV | 141.4 | 108.59 | 186.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 106 | 107 | 0 | 0.53 | 0.52 | 0.12 | 359.49 | 0.66 | 0.65 |
| Hex | E0 | 6A | 6B | 0 | 35 | 34 | C | 167 | 42 | 41 |
| Octal | 340 | 152 | 153 | 0 | 65 | 64 | 14 | 547 | 102 | 101 |
| Binary | 11100000 | 1101010 | 1101011 | 0 | 110101 | 110100 | 1100 | 101100111 | 1000010 | 1000001 |
Color Harmonies of #E06A6B
Complementary color
Monochromatic Colors of #E06A6B
Black with #E06A6B
Text Example
Text Example
White with #E06A6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E06A6B; }
p { color: rgb(224,106,107); }
H1.HeaderClassName
{
color: #E06A6B;
}
.AnyTagClassName
{
color: #E06A6B;
}
</style>
background-color css
<style>
a { background-color: #E06A6B; }
a { background-color: rgb(224,106,107); }
div.DivClassName
{
background-color: #E06A6B;
}
.BgClassName
{
background-color: #E06A6B;
}
</style>
border-color css
<style>
span { border-color: #E06A6B; }
span { border-color: rgb(224,106,107); }
td.TdClassName
{
border-color: #E06A6B;
}
.TagClassName
{
border-color: #E06A6B;
}
</style>