Shades of Froly #E2616F
Tints of Froly #E2616F
RGB
CMYK
RGB Variations
Color information
#E2616F (or 0xE2616F) is known color: Froly. HEX triplet: E2, 61 and 6F. RGB value is (226,97,111). Sum of RGB (Red+Green+Blue) = 226+97+111=434 (57% of max value = 765). Red value is 226 (88.67% from 255 or 52.07% from 434); Green value is 97 (38.28% from 255 or 22.35% from 434); Blue value is 111 (43.75% from 255 or 25.58% from 434); Max value from RGB is 226 - color contains mainly: red. Hex color #E2616F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E2616F is #1D9E90. Grayscale: #898989. Windows color (decimal): -1941137 or 7299554. OLE color: 7299554.
HSL color Cylindrical-coordinate representation of color #E2616F: hue angle of 353.49º degrees, saturation: 0.69, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #E2616F is Cyan = 0, Magento = 0.57, Yellow = 0.51 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 97 | 111 | - |
| CMYK | 0 | 0.57 | 0.51 | 0.11 |
| HSL | 353.49º | 0.69% | 0.63% | - |
| HSV(B) | 353.49º | 0.57% | 0.89% | - |
| XYZ | 38.51 | 25.87 | 18 | - |
| YUV | 137.17 | 113.24 | 191.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 97 | 111 | 0 | 0.57 | 0.51 | 0.11 | 353.49 | 0.69 | 0.63 |
| Hex | E2 | 61 | 6F | 0 | 39 | 33 | B | 161 | 45 | 3F |
| Octal | 342 | 141 | 157 | 0 | 71 | 63 | 13 | 541 | 105 | 77 |
| Binary | 11100010 | 1100001 | 1101111 | 0 | 111001 | 110011 | 1011 | 101100001 | 1000101 | 111111 |
Color Harmonies of #E2616F
Complementary color
Monochromatic Colors of #E2616F
Black with #E2616F
Text Example
Text Example
White with #E2616F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2616F; }
p { color: rgb(226,97,111); }
H1.HeaderClassName
{
color: #E2616F;
}
.AnyTagClassName
{
color: #E2616F;
}
</style>
background-color css
<style>
a { background-color: #E2616F; }
a { background-color: rgb(226,97,111); }
div.DivClassName
{
background-color: #E2616F;
}
.BgClassName
{
background-color: #E2616F;
}
</style>
border-color css
<style>
span { border-color: #E2616F; }
span { border-color: rgb(226,97,111); }
td.TdClassName
{
border-color: #E2616F;
}
.TagClassName
{
border-color: #E2616F;
}
</style>