Shades of Froly #E5616F
Tints of Froly #E5616F
RGB
CMYK
RGB Variations
Color information
#E5616F (or 0xE5616F) is known color: Froly. HEX triplet: E5, 61 and 6F. RGB value is (229,97,111). Sum of RGB (Red+Green+Blue) = 229+97+111=437 (57% of max value = 765). Red value is 229 (89.84% from 255 or 52.40% from 437); Green value is 97 (38.28% from 255 or 22.20% from 437); Blue value is 111 (43.75% from 255 or 25.40% from 437); Max value from RGB is 229 - color contains mainly: red. Hex color #E5616F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E5616F is #1A9E90. Grayscale: #8A8A8A. Windows color (decimal): -1744529 or 7299557. OLE color: 7299557.
HSL color Cylindrical-coordinate representation of color #E5616F: hue angle of 353.64º 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 #E5616F is Cyan = 0, Magento = 0.58, Yellow = 0.52 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 97 | 111 | - |
| CMYK | 0 | 0.58 | 0.52 | 0.10 |
| HSL | 353.64º | 0.72% | 0.64% | - |
| HSV(B) | 353.64º | 0.58% | 0.9% | - |
| XYZ | 39.46 | 26.36 | 18.05 | - |
| YUV | 138.06 | 112.73 | 192.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 97 | 111 | 0 | 0.58 | 0.52 | 0.10 | 353.64 | 0.72 | 0.64 |
| Hex | E5 | 61 | 6F | 0 | 3A | 34 | A | 162 | 48 | 40 |
| Octal | 345 | 141 | 157 | 0 | 72 | 64 | 12 | 542 | 110 | 100 |
| Binary | 11100101 | 1100001 | 1101111 | 0 | 111010 | 110100 | 1010 | 101100010 | 1001000 | 1000000 |
Color Harmonies of #E5616F
Complementary color
Monochromatic Colors of #E5616F
Black with #E5616F
Text Example
Text Example
White with #E5616F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5616F; }
p { color: rgb(229,97,111); }
H1.HeaderClassName
{
color: #E5616F;
}
.AnyTagClassName
{
color: #E5616F;
}
</style>
background-color css
<style>
a { background-color: #E5616F; }
a { background-color: rgb(229,97,111); }
div.DivClassName
{
background-color: #E5616F;
}
.BgClassName
{
background-color: #E5616F;
}
</style>
border-color css
<style>
span { border-color: #E5616F; }
span { border-color: rgb(229,97,111); }
td.TdClassName
{
border-color: #E5616F;
}
.TagClassName
{
border-color: #E5616F;
}
</style>