Shades of Froly #E5616D
Tints of Froly #E5616D
RGB
CMYK
RGB Variations
Color information
#E5616D (or 0xE5616D) is known color: Froly. HEX triplet: E5, 61 and 6D. RGB value is (229,97,109). Sum of RGB (Red+Green+Blue) = 229+97+109=435 (57% of max value = 765). Red value is 229 (89.84% from 255 or 52.64% from 435); Green value is 97 (38.28% from 255 or 22.30% from 435); Blue value is 109 (42.97% from 255 or 25.06% from 435); Max value from RGB is 229 - color contains mainly: red. Hex color #E5616D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E5616D is #1A9E92. Grayscale: #898989. Windows color (decimal): -1744531 or 7168485. OLE color: 7168485.
HSL color Cylindrical-coordinate representation of color #E5616D: hue angle of 354.55º 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 #E5616D is Cyan = 0, Magento = 0.58, Yellow = 0.52 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 97 | 109 | - |
| CMYK | 0 | 0.58 | 0.52 | 0.10 |
| HSL | 354.55º | 0.72% | 0.64% | - |
| HSV(B) | 354.55º | 0.58% | 0.9% | - |
| XYZ | 39.35 | 26.31 | 17.47 | - |
| YUV | 137.84 | 111.73 | 193.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 97 | 109 | 0 | 0.58 | 0.52 | 0.10 | 354.55 | 0.72 | 0.64 |
| Hex | E5 | 61 | 6D | 0 | 3A | 34 | A | 163 | 48 | 40 |
| Octal | 345 | 141 | 155 | 0 | 72 | 64 | 12 | 543 | 110 | 100 |
| Binary | 11100101 | 1100001 | 1101101 | 0 | 111010 | 110100 | 1010 | 101100011 | 1001000 | 1000000 |
Color Harmonies of #E5616D
Complementary color
Monochromatic Colors of #E5616D
Black with #E5616D
Text Example
Text Example
White with #E5616D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5616D; }
p { color: rgb(229,97,109); }
H1.HeaderClassName
{
color: #E5616D;
}
.AnyTagClassName
{
color: #E5616D;
}
</style>
background-color css
<style>
a { background-color: #E5616D; }
a { background-color: rgb(229,97,109); }
div.DivClassName
{
background-color: #E5616D;
}
.BgClassName
{
background-color: #E5616D;
}
</style>
border-color css
<style>
span { border-color: #E5616D; }
span { border-color: rgb(229,97,109); }
td.TdClassName
{
border-color: #E5616D;
}
.TagClassName
{
border-color: #E5616D;
}
</style>