Shades of Froly #E2616C
Tints of Froly #E2616C
RGB
CMYK
RGB Variations
Color information
#E2616C (or 0xE2616C) is known color: Froly. HEX triplet: E2, 61 and 6C. RGB value is (226,97,108). Sum of RGB (Red+Green+Blue) = 226+97+108=431 (57% of max value = 765). Red value is 226 (88.67% from 255 or 52.44% from 431); Green value is 97 (38.28% from 255 or 22.51% from 431); Blue value is 108 (42.58% from 255 or 25.06% from 431); Max value from RGB is 226 - color contains mainly: red. Hex color #E2616C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E2616C is #1D9E93. Grayscale: #888888. Windows color (decimal): -1941140 or 7102946. OLE color: 7102946.
HSL color Cylindrical-coordinate representation of color #E2616C: hue angle of 354.88º 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 #E2616C is Cyan = 0, Magento = 0.57, Yellow = 0.52 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 97 | 108 | - |
| CMYK | 0 | 0.57 | 0.52 | 0.11 |
| HSL | 354.88º | 0.69% | 0.63% | - |
| HSV(B) | 354.88º | 0.57% | 0.89% | - |
| XYZ | 38.35 | 25.8 | 17.15 | - |
| YUV | 136.83 | 111.74 | 191.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 97 | 108 | 0 | 0.57 | 0.52 | 0.11 | 354.88 | 0.69 | 0.63 |
| Hex | E2 | 61 | 6C | 0 | 39 | 34 | B | 163 | 45 | 3F |
| Octal | 342 | 141 | 154 | 0 | 71 | 64 | 13 | 543 | 105 | 77 |
| Binary | 11100010 | 1100001 | 1101100 | 0 | 111001 | 110100 | 1011 | 101100011 | 1000101 | 111111 |
Color Harmonies of #E2616C
Complementary color
Monochromatic Colors of #E2616C
Black with #E2616C
Text Example
Text Example
White with #E2616C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2616C; }
p { color: rgb(226,97,108); }
H1.HeaderClassName
{
color: #E2616C;
}
.AnyTagClassName
{
color: #E2616C;
}
</style>
background-color css
<style>
a { background-color: #E2616C; }
a { background-color: rgb(226,97,108); }
div.DivClassName
{
background-color: #E2616C;
}
.BgClassName
{
background-color: #E2616C;
}
</style>
border-color css
<style>
span { border-color: #E2616C; }
span { border-color: rgb(226,97,108); }
td.TdClassName
{
border-color: #E2616C;
}
.TagClassName
{
border-color: #E2616C;
}
</style>