Shades of Froly #E1656F
Tints of Froly #E1656F
RGB
CMYK
RGB Variations
Color information
#E1656F (or 0xE1656F) is known color: Froly. HEX triplet: E1, 65 and 6F. RGB value is (225,101,111). Sum of RGB (Red+Green+Blue) = 225+101+111=437 (57% of max value = 765). Red value is 225 (88.28% from 255 or 51.49% from 437); Green value is 101 (39.84% from 255 or 23.11% from 437); Blue value is 111 (43.75% from 255 or 25.40% from 437); Max value from RGB is 225 - color contains mainly: red. Hex color #E1656F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E1656F is #1E9A90. Grayscale: #8B8B8B. Windows color (decimal): -2005649 or 7300577. OLE color: 7300577.
HSL color Cylindrical-coordinate representation of color #E1656F: hue angle of 355.16º 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 #E1656F is Cyan = 0, Magento = 0.55, Yellow = 0.51 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 101 | 111 | - |
| CMYK | 0 | 0.55 | 0.51 | 0.12 |
| HSL | 355.16º | 0.67% | 0.64% | - |
| HSV(B) | 355.16º | 0.55% | 0.88% | - |
| XYZ | 38.57 | 26.46 | 18.11 | - |
| YUV | 139.22 | 112.08 | 189.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 101 | 111 | 0 | 0.55 | 0.51 | 0.12 | 355.16 | 0.67 | 0.64 |
| Hex | E1 | 65 | 6F | 0 | 37 | 33 | C | 163 | 43 | 40 |
| Octal | 341 | 145 | 157 | 0 | 67 | 63 | 14 | 543 | 103 | 100 |
| Binary | 11100001 | 1100101 | 1101111 | 0 | 110111 | 110011 | 1100 | 101100011 | 1000011 | 1000000 |
Color Harmonies of #E1656F
Complementary color
Monochromatic Colors of #E1656F
Black with #E1656F
Text Example
Text Example
White with #E1656F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1656F; }
p { color: rgb(225,101,111); }
H1.HeaderClassName
{
color: #E1656F;
}
.AnyTagClassName
{
color: #E1656F;
}
</style>
background-color css
<style>
a { background-color: #E1656F; }
a { background-color: rgb(225,101,111); }
div.DivClassName
{
background-color: #E1656F;
}
.BgClassName
{
background-color: #E1656F;
}
</style>
border-color css
<style>
span { border-color: #E1656F; }
span { border-color: rgb(225,101,111); }
td.TdClassName
{
border-color: #E1656F;
}
.TagClassName
{
border-color: #E1656F;
}
</style>