Shades of Froly #E06568
Tints of Froly #E06568
RGB
CMYK
RGB Variations
Color information
#E06568 (or 0xE06568) is known color: Froly. HEX triplet: E0, 65 and 68. RGB value is (224,101,104). Sum of RGB (Red+Green+Blue) = 224+101+104=429 (56% of max value = 765). Red value is 224 (87.89% from 255 or 52.21% from 429); Green value is 101 (39.84% from 255 or 23.54% from 429); Blue value is 104 (41.02% from 255 or 24.24% from 429); Max value from RGB is 224 - color contains mainly: red. Hex color #E06568 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E06568 is #1F9A97. Grayscale: #8A8A8A. Windows color (decimal): -2071192 or 6841824. OLE color: 6841824.
HSL color Cylindrical-coordinate representation of color #E06568: hue angle of 358.54º degrees, saturation: 0.66, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #E06568 is Cyan = 0, Magento = 0.55, Yellow = 0.54 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 101 | 104 | - |
| CMYK | 0 | 0.55 | 0.54 | 0.12 |
| HSL | 358.54º | 0.66% | 0.64% | - |
| HSV(B) | 358.54º | 0.55% | 0.88% | - |
| XYZ | 37.89 | 26.15 | 16.15 | - |
| YUV | 138.12 | 108.75 | 189.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 101 | 104 | 0 | 0.55 | 0.54 | 0.12 | 358.54 | 0.66 | 0.64 |
| Hex | E0 | 65 | 68 | 0 | 37 | 36 | C | 167 | 42 | 40 |
| Octal | 340 | 145 | 150 | 0 | 67 | 66 | 14 | 547 | 102 | 100 |
| Binary | 11100000 | 1100101 | 1101000 | 0 | 110111 | 110110 | 1100 | 101100111 | 1000010 | 1000000 |
Color Harmonies of #E06568
Complementary color
Monochromatic Colors of #E06568
Black with #E06568
Text Example
Text Example
White with #E06568
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E06568; }
p { color: rgb(224,101,104); }
H1.HeaderClassName
{
color: #E06568;
}
.AnyTagClassName
{
color: #E06568;
}
</style>
background-color css
<style>
a { background-color: #E06568; }
a { background-color: rgb(224,101,104); }
div.DivClassName
{
background-color: #E06568;
}
.BgClassName
{
background-color: #E06568;
}
</style>
border-color css
<style>
span { border-color: #E06568; }
span { border-color: rgb(224,101,104); }
td.TdClassName
{
border-color: #E06568;
}
.TagClassName
{
border-color: #E06568;
}
</style>