Shades of Froly #E06B6C
Tints of Froly #E06B6C
RGB
CMYK
RGB Variations
Color information
#E06B6C (or 0xE06B6C) is known color: Froly. HEX triplet: E0, 6B and 6C. RGB value is (224,107,108). Sum of RGB (Red+Green+Blue) = 224+107+108=439 (58% of max value = 765). Red value is 224 (87.89% from 255 or 51.03% from 439); Green value is 107 (42.19% from 255 or 24.37% from 439); Blue value is 108 (42.58% from 255 or 24.60% from 439); Max value from RGB is 224 - color contains mainly: red. Hex color #E06B6C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E06B6C is #1F9493. Grayscale: #8E8E8E. Windows color (decimal): -2069652 or 7105504. OLE color: 7105504.
HSL color Cylindrical-coordinate representation of color #E06B6C: hue angle of 359.49º degrees, saturation: 0.65, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E06B6C is Cyan = 0, Magento = 0.52, Yellow = 0.52 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 107 | 108 | - |
| CMYK | 0 | 0.52 | 0.52 | 0.12 |
| HSL | 359.49º | 0.65% | 0.65% | - |
| HSV(B) | 359.49º | 0.52% | 0.88% | - |
| XYZ | 38.7 | 27.45 | 17.44 | - |
| YUV | 142.1 | 108.76 | 186.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 107 | 108 | 0 | 0.52 | 0.52 | 0.12 | 359.49 | 0.65 | 0.65 |
| Hex | E0 | 6B | 6C | 0 | 34 | 34 | C | 167 | 41 | 41 |
| Octal | 340 | 153 | 154 | 0 | 64 | 64 | 14 | 547 | 101 | 101 |
| Binary | 11100000 | 1101011 | 1101100 | 0 | 110100 | 110100 | 1100 | 101100111 | 1000001 | 1000001 |
Color Harmonies of #E06B6C
Complementary color
Monochromatic Colors of #E06B6C
Black with #E06B6C
Text Example
Text Example
White with #E06B6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E06B6C; }
p { color: rgb(224,107,108); }
H1.HeaderClassName
{
color: #E06B6C;
}
.AnyTagClassName
{
color: #E06B6C;
}
</style>
background-color css
<style>
a { background-color: #E06B6C; }
a { background-color: rgb(224,107,108); }
div.DivClassName
{
background-color: #E06B6C;
}
.BgClassName
{
background-color: #E06B6C;
}
</style>
border-color css
<style>
span { border-color: #E06B6C; }
span { border-color: rgb(224,107,108); }
td.TdClassName
{
border-color: #E06B6C;
}
.TagClassName
{
border-color: #E06B6C;
}
</style>