Shades of Froly #E2646C
Tints of Froly #E2646C
RGB
CMYK
RGB Variations
Color information
#E2646C (or 0xE2646C) is known color: Froly. HEX triplet: E2, 64 and 6C. RGB value is (226,100,108). Sum of RGB (Red+Green+Blue) = 226+100+108=434 (57% of max value = 765). Red value is 226 (88.67% from 255 or 52.07% from 434); Green value is 100 (39.45% from 255 or 23.04% from 434); Blue value is 108 (42.58% from 255 or 24.88% from 434); Max value from RGB is 226 - color contains mainly: red. Hex color #E2646C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E2646C is #1D9B93. Grayscale: #8A8A8A. Windows color (decimal): -1940372 or 7103714. OLE color: 7103714.
HSL color Cylindrical-coordinate representation of color #E2646C: hue angle of 356.19º degrees, saturation: 0.68, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #E2646C is Cyan = 0, Magento = 0.56, Yellow = 0.52 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 100 | 108 | - |
| CMYK | 0 | 0.56 | 0.52 | 0.11 |
| HSL | 356.19º | 0.68% | 0.64% | - |
| HSV(B) | 356.19º | 0.56% | 0.89% | - |
| XYZ | 38.63 | 26.37 | 17.24 | - |
| YUV | 138.59 | 110.74 | 190.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 100 | 108 | 0 | 0.56 | 0.52 | 0.11 | 356.19 | 0.68 | 0.64 |
| Hex | E2 | 64 | 6C | 0 | 38 | 34 | B | 164 | 44 | 40 |
| Octal | 342 | 144 | 154 | 0 | 70 | 64 | 13 | 544 | 104 | 100 |
| Binary | 11100010 | 1100100 | 1101100 | 0 | 111000 | 110100 | 1011 | 101100100 | 1000100 | 1000000 |
Color Harmonies of #E2646C
Complementary color
Monochromatic Colors of #E2646C
Black with #E2646C
Text Example
Text Example
White with #E2646C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2646C; }
p { color: rgb(226,100,108); }
H1.HeaderClassName
{
color: #E2646C;
}
.AnyTagClassName
{
color: #E2646C;
}
</style>
background-color css
<style>
a { background-color: #E2646C; }
a { background-color: rgb(226,100,108); }
div.DivClassName
{
background-color: #E2646C;
}
.BgClassName
{
background-color: #E2646C;
}
</style>
border-color css
<style>
span { border-color: #E2646C; }
span { border-color: rgb(226,100,108); }
td.TdClassName
{
border-color: #E2646C;
}
.TagClassName
{
border-color: #E2646C;
}
</style>