Shades of Froly #E2646D
Tints of Froly #E2646D
RGB
CMYK
RGB Variations
Color information
#E2646D (or 0xE2646D) is known color: Froly. HEX triplet: E2, 64 and 6D. RGB value is (226,100,109). Sum of RGB (Red+Green+Blue) = 226+100+109=435 (57% of max value = 765). Red value is 226 (88.67% from 255 or 51.95% from 435); Green value is 100 (39.45% from 255 or 22.99% from 435); Blue value is 109 (42.97% from 255 or 25.06% from 435); Max value from RGB is 226 - color contains mainly: red. Hex color #E2646D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E2646D is #1D9B92. Grayscale: #8A8A8A. Windows color (decimal): -1940371 or 7169250. OLE color: 7169250.
HSL color Cylindrical-coordinate representation of color #E2646D: hue angle of 355.71º 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 #E2646D is Cyan = 0, Magento = 0.56, Yellow = 0.52 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 100 | 109 | - |
| CMYK | 0 | 0.56 | 0.52 | 0.11 |
| HSL | 355.71º | 0.68% | 0.64% | - |
| HSV(B) | 355.71º | 0.56% | 0.89% | - |
| XYZ | 38.68 | 26.39 | 17.52 | - |
| YUV | 138.7 | 111.24 | 190.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 100 | 109 | 0 | 0.56 | 0.52 | 0.11 | 355.71 | 0.68 | 0.64 |
| Hex | E2 | 64 | 6D | 0 | 38 | 34 | B | 164 | 44 | 40 |
| Octal | 342 | 144 | 155 | 0 | 70 | 64 | 13 | 544 | 104 | 100 |
| Binary | 11100010 | 1100100 | 1101101 | 0 | 111000 | 110100 | 1011 | 101100100 | 1000100 | 1000000 |
Color Harmonies of #E2646D
Complementary color
Monochromatic Colors of #E2646D
Black with #E2646D
Text Example
Text Example
White with #E2646D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2646D; }
p { color: rgb(226,100,109); }
H1.HeaderClassName
{
color: #E2646D;
}
.AnyTagClassName
{
color: #E2646D;
}
</style>
background-color css
<style>
a { background-color: #E2646D; }
a { background-color: rgb(226,100,109); }
div.DivClassName
{
background-color: #E2646D;
}
.BgClassName
{
background-color: #E2646D;
}
</style>
border-color css
<style>
span { border-color: #E2646D; }
span { border-color: rgb(226,100,109); }
td.TdClassName
{
border-color: #E2646D;
}
.TagClassName
{
border-color: #E2646D;
}
</style>