Shades of Froly #E5606D
Tints of Froly #E5606D
RGB
CMYK
RGB Variations
Color information
#E5606D (or 0xE5606D) is known color: Froly. HEX triplet: E5, 60 and 6D. RGB value is (229,96,109). Sum of RGB (Red+Green+Blue) = 229+96+109=434 (57% of max value = 765). Red value is 229 (89.84% from 255 or 52.76% from 434); Green value is 96 (37.89% from 255 or 22.12% from 434); Blue value is 109 (42.97% from 255 or 25.12% from 434); Max value from RGB is 229 - color contains mainly: red. Hex color #E5606D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E5606D is #1A9F92. Grayscale: #898989. Windows color (decimal): -1744787 or 7168229. OLE color: 7168229.
HSL color Cylindrical-coordinate representation of color #E5606D: hue angle of 354.14º degrees, saturation: 0.72, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E5606D is Cyan = 0, Magento = 0.58, Yellow = 0.52 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 96 | 109 | - |
| CMYK | 0 | 0.58 | 0.52 | 0.10 |
| HSL | 354.14º | 0.72% | 0.64% | - |
| HSV(B) | 354.14º | 0.58% | 0.9% | - |
| XYZ | 39.26 | 26.13 | 17.44 | - |
| YUV | 137.25 | 112.06 | 193.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 96 | 109 | 0 | 0.58 | 0.52 | 0.10 | 354.14 | 0.72 | 0.64 |
| Hex | E5 | 60 | 6D | 0 | 3A | 34 | A | 162 | 48 | 40 |
| Octal | 345 | 140 | 155 | 0 | 72 | 64 | 12 | 542 | 110 | 100 |
| Binary | 11100101 | 1100000 | 1101101 | 0 | 111010 | 110100 | 1010 | 101100010 | 1001000 | 1000000 |
Color Harmonies of #E5606D
Complementary color
Monochromatic Colors of #E5606D
Black with #E5606D
Text Example
Text Example
White with #E5606D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5606D; }
p { color: rgb(229,96,109); }
H1.HeaderClassName
{
color: #E5606D;
}
.AnyTagClassName
{
color: #E5606D;
}
</style>
background-color css
<style>
a { background-color: #E5606D; }
a { background-color: rgb(229,96,109); }
div.DivClassName
{
background-color: #E5606D;
}
.BgClassName
{
background-color: #E5606D;
}
</style>
border-color css
<style>
span { border-color: #E5606D; }
span { border-color: rgb(229,96,109); }
td.TdClassName
{
border-color: #E5606D;
}
.TagClassName
{
border-color: #E5606D;
}
</style>