Shades of Froly #E06768
Tints of Froly #E06768
RGB
CMYK
RGB Variations
Color information
#E06768 (or 0xE06768) is known color: Froly. HEX triplet: E0, 67 and 68. RGB value is (224,103,104). Sum of RGB (Red+Green+Blue) = 224+103+104=431 (57% of max value = 765). Red value is 224 (87.89% from 255 or 51.97% from 431); Green value is 103 (40.62% from 255 or 23.90% from 431); Blue value is 104 (41.02% from 255 or 24.13% from 431); Max value from RGB is 224 - color contains mainly: red. Hex color #E06768 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E06768 is #1F9897. Grayscale: #8B8B8B. Windows color (decimal): -2070680 or 6842336. OLE color: 6842336.
HSL color Cylindrical-coordinate representation of color #E06768: hue angle of 359.5º 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 #E06768 is Cyan = 0, Magento = 0.54, Yellow = 0.54 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 103 | 104 | - |
| CMYK | 0 | 0.54 | 0.54 | 0.12 |
| HSL | 359.5º | 0.66% | 0.64% | - |
| HSV(B) | 359.5º | 0.54% | 0.88% | - |
| XYZ | 38.09 | 26.55 | 16.21 | - |
| YUV | 139.29 | 108.09 | 188.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 103 | 104 | 0 | 0.54 | 0.54 | 0.12 | 359.5 | 0.66 | 0.64 |
| Hex | E0 | 67 | 68 | 0 | 36 | 36 | C | 168 | 42 | 40 |
| Octal | 340 | 147 | 150 | 0 | 66 | 66 | 14 | 550 | 102 | 100 |
| Binary | 11100000 | 1100111 | 1101000 | 0 | 110110 | 110110 | 1100 | 101101000 | 1000010 | 1000000 |
Color Harmonies of #E06768
Complementary color
Monochromatic Colors of #E06768
Black with #E06768
Text Example
Text Example
White with #E06768
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E06768; }
p { color: rgb(224,103,104); }
H1.HeaderClassName
{
color: #E06768;
}
.AnyTagClassName
{
color: #E06768;
}
</style>
background-color css
<style>
a { background-color: #E06768; }
a { background-color: rgb(224,103,104); }
div.DivClassName
{
background-color: #E06768;
}
.BgClassName
{
background-color: #E06768;
}
</style>
border-color css
<style>
span { border-color: #E06768; }
span { border-color: rgb(224,103,104); }
td.TdClassName
{
border-color: #E06768;
}
.TagClassName
{
border-color: #E06768;
}
</style>