Shades of Froly #E5666C
Tints of Froly #E5666C
RGB
CMYK
RGB Variations
Color information
#E5666C (or 0xE5666C) is known color: Froly. HEX triplet: E5, 66 and 6C. RGB value is (229,102,108). Sum of RGB (Red+Green+Blue) = 229+102+108=439 (58% of max value = 765). Red value is 229 (89.84% from 255 or 52.16% from 439); Green value is 102 (40.23% from 255 or 23.23% from 439); Blue value is 108 (42.58% from 255 or 24.60% from 439); Max value from RGB is 229 - color contains mainly: red. Hex color #E5666C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E5666C is #1A9993. Grayscale: #8C8C8C. Windows color (decimal): -1743252 or 7104229. OLE color: 7104229.
HSL color Cylindrical-coordinate representation of color #E5666C: hue angle of 357.17º degrees, saturation: 0.71, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #E5666C is Cyan = 0, Magento = 0.55, Yellow = 0.53 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 102 | 108 | - |
| CMYK | 0 | 0.55 | 0.53 | 0.10 |
| HSL | 357.17º | 0.71% | 0.65% | - |
| HSV(B) | 357.17º | 0.55% | 0.9% | - |
| XYZ | 39.77 | 27.24 | 17.35 | - |
| YUV | 140.66 | 109.58 | 191.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 102 | 108 | 0 | 0.55 | 0.53 | 0.10 | 357.17 | 0.71 | 0.65 |
| Hex | E5 | 66 | 6C | 0 | 37 | 35 | A | 165 | 47 | 41 |
| Octal | 345 | 146 | 154 | 0 | 67 | 65 | 12 | 545 | 107 | 101 |
| Binary | 11100101 | 1100110 | 1101100 | 0 | 110111 | 110101 | 1010 | 101100101 | 1000111 | 1000001 |
Color Harmonies of #E5666C
Complementary color
Monochromatic Colors of #E5666C
Black with #E5666C
Text Example
Text Example
White with #E5666C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5666C; }
p { color: rgb(229,102,108); }
H1.HeaderClassName
{
color: #E5666C;
}
.AnyTagClassName
{
color: #E5666C;
}
</style>
background-color css
<style>
a { background-color: #E5666C; }
a { background-color: rgb(229,102,108); }
div.DivClassName
{
background-color: #E5666C;
}
.BgClassName
{
background-color: #E5666C;
}
</style>
border-color css
<style>
span { border-color: #E5666C; }
span { border-color: rgb(229,102,108); }
td.TdClassName
{
border-color: #E5666C;
}
.TagClassName
{
border-color: #E5666C;
}
</style>