Shades of Froly #E1656D
Tints of Froly #E1656D
RGB
CMYK
RGB Variations
Color information
#E1656D (or 0xE1656D) is known color: Froly. HEX triplet: E1, 65 and 6D. RGB value is (225,101,109). Sum of RGB (Red+Green+Blue) = 225+101+109=435 (57% of max value = 765). Red value is 225 (88.28% from 255 or 51.72% from 435); Green value is 101 (39.84% from 255 or 23.22% from 435); Blue value is 109 (42.97% from 255 or 25.06% from 435); Max value from RGB is 225 - color contains mainly: red. Hex color #E1656D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E1656D is #1E9A92. Grayscale: #8B8B8B. Windows color (decimal): -2005651 or 7169505. OLE color: 7169505.
HSL color Cylindrical-coordinate representation of color #E1656D: hue angle of 356.13º degrees, saturation: 0.67, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #E1656D is Cyan = 0, Magento = 0.55, Yellow = 0.52 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 101 | 109 | - |
| CMYK | 0 | 0.55 | 0.52 | 0.12 |
| HSL | 356.13º | 0.67% | 0.64% | - |
| HSV(B) | 356.13º | 0.55% | 0.88% | - |
| XYZ | 38.47 | 26.42 | 17.54 | - |
| YUV | 138.99 | 111.08 | 189.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 101 | 109 | 0 | 0.55 | 0.52 | 0.12 | 356.13 | 0.67 | 0.64 |
| Hex | E1 | 65 | 6D | 0 | 37 | 34 | C | 164 | 43 | 40 |
| Octal | 341 | 145 | 155 | 0 | 67 | 64 | 14 | 544 | 103 | 100 |
| Binary | 11100001 | 1100101 | 1101101 | 0 | 110111 | 110100 | 1100 | 101100100 | 1000011 | 1000000 |
Color Harmonies of #E1656D
Complementary color
Monochromatic Colors of #E1656D
Black with #E1656D
Text Example
Text Example
White with #E1656D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1656D; }
p { color: rgb(225,101,109); }
H1.HeaderClassName
{
color: #E1656D;
}
.AnyTagClassName
{
color: #E1656D;
}
</style>
background-color css
<style>
a { background-color: #E1656D; }
a { background-color: rgb(225,101,109); }
div.DivClassName
{
background-color: #E1656D;
}
.BgClassName
{
background-color: #E1656D;
}
</style>
border-color css
<style>
span { border-color: #E1656D; }
span { border-color: rgb(225,101,109); }
td.TdClassName
{
border-color: #E1656D;
}
.TagClassName
{
border-color: #E1656D;
}
</style>