Shades of Froly #E5666D
Tints of Froly #E5666D
RGB
CMYK
RGB Variations
Color information
#E5666D (or 0xE5666D) is known color: Froly. HEX triplet: E5, 66 and 6D. RGB value is (229,102,109). Sum of RGB (Red+Green+Blue) = 229+102+109=440 (58% of max value = 765). Red value is 229 (89.84% from 255 or 52.05% from 440); Green value is 102 (40.23% from 255 or 23.18% from 440); Blue value is 109 (42.97% from 255 or 24.77% from 440); Max value from RGB is 229 - color contains mainly: red. Hex color #E5666D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E5666D is #1A9992. Grayscale: #8C8C8C. Windows color (decimal): -1743251 or 7169765. OLE color: 7169765.
HSL color Cylindrical-coordinate representation of color #E5666D: hue angle of 356.69º 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 #E5666D is Cyan = 0, Magento = 0.55, Yellow = 0.52 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 102 | 109 | - |
| CMYK | 0 | 0.55 | 0.52 | 0.10 |
| HSL | 356.69º | 0.71% | 0.65% | - |
| HSV(B) | 356.69º | 0.55% | 0.9% | - |
| XYZ | 39.82 | 27.26 | 17.63 | - |
| YUV | 140.77 | 110.08 | 190.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 102 | 109 | 0 | 0.55 | 0.52 | 0.10 | 356.69 | 0.71 | 0.65 |
| Hex | E5 | 66 | 6D | 0 | 37 | 34 | A | 165 | 47 | 41 |
| Octal | 345 | 146 | 155 | 0 | 67 | 64 | 12 | 545 | 107 | 101 |
| Binary | 11100101 | 1100110 | 1101101 | 0 | 110111 | 110100 | 1010 | 101100101 | 1000111 | 1000001 |
Color Harmonies of #E5666D
Complementary color
Monochromatic Colors of #E5666D
Black with #E5666D
Text Example
Text Example
White with #E5666D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5666D; }
p { color: rgb(229,102,109); }
H1.HeaderClassName
{
color: #E5666D;
}
.AnyTagClassName
{
color: #E5666D;
}
</style>
background-color css
<style>
a { background-color: #E5666D; }
a { background-color: rgb(229,102,109); }
div.DivClassName
{
background-color: #E5666D;
}
.BgClassName
{
background-color: #E5666D;
}
</style>
border-color css
<style>
span { border-color: #E5666D; }
span { border-color: rgb(229,102,109); }
td.TdClassName
{
border-color: #E5666D;
}
.TagClassName
{
border-color: #E5666D;
}
</style>