Shades of Froly #E5616E
Tints of Froly #E5616E
RGB
CMYK
RGB Variations
Color information
#E5616E (or 0xE5616E) is known color: Froly. HEX triplet: E5, 61 and 6E. RGB value is (229,97,110). Sum of RGB (Red+Green+Blue) = 229+97+110=436 (57% of max value = 765). Red value is 229 (89.84% from 255 or 52.52% from 436); Green value is 97 (38.28% from 255 or 22.25% from 436); Blue value is 110 (43.36% from 255 or 25.23% from 436); Max value from RGB is 229 - color contains mainly: red. Hex color #E5616E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E5616E is #1A9E91. Grayscale: #8A8A8A. Windows color (decimal): -1744530 or 7234021. OLE color: 7234021.
HSL color Cylindrical-coordinate representation of color #E5616E: hue angle of 354.09º 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 #E5616E is Cyan = 0, Magento = 0.58, Yellow = 0.52 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 97 | 110 | - |
| CMYK | 0 | 0.58 | 0.52 | 0.10 |
| HSL | 354.09º | 0.72% | 0.64% | - |
| HSV(B) | 354.09º | 0.58% | 0.9% | - |
| XYZ | 39.4 | 26.33 | 17.76 | - |
| YUV | 137.95 | 112.23 | 192.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 97 | 110 | 0 | 0.58 | 0.52 | 0.10 | 354.09 | 0.72 | 0.64 |
| Hex | E5 | 61 | 6E | 0 | 3A | 34 | A | 162 | 48 | 40 |
| Octal | 345 | 141 | 156 | 0 | 72 | 64 | 12 | 542 | 110 | 100 |
| Binary | 11100101 | 1100001 | 1101110 | 0 | 111010 | 110100 | 1010 | 101100010 | 1001000 | 1000000 |
Color Harmonies of #E5616E
Complementary color
Monochromatic Colors of #E5616E
Black with #E5616E
Text Example
Text Example
White with #E5616E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5616E; }
p { color: rgb(229,97,110); }
H1.HeaderClassName
{
color: #E5616E;
}
.AnyTagClassName
{
color: #E5616E;
}
</style>
background-color css
<style>
a { background-color: #E5616E; }
a { background-color: rgb(229,97,110); }
div.DivClassName
{
background-color: #E5616E;
}
.BgClassName
{
background-color: #E5616E;
}
</style>
border-color css
<style>
span { border-color: #E5616E; }
span { border-color: rgb(229,97,110); }
td.TdClassName
{
border-color: #E5616E;
}
.TagClassName
{
border-color: #E5616E;
}
</style>