Shades of Froly #E1656B
Tints of Froly #E1656B
RGB
CMYK
RGB Variations
Color information
#E1656B (or 0xE1656B) is known color: Froly. HEX triplet: E1, 65 and 6B. RGB value is (225,101,107). Sum of RGB (Red+Green+Blue) = 225+101+107=433 (57% of max value = 765). Red value is 225 (88.28% from 255 or 51.96% from 433); Green value is 101 (39.84% from 255 or 23.33% from 433); Blue value is 107 (42.19% from 255 or 24.71% from 433); Max value from RGB is 225 - color contains mainly: red. Hex color #E1656B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E1656B is #1E9A94. Grayscale: #8A8A8A. Windows color (decimal): -2005653 or 7038433. OLE color: 7038433.
HSL color Cylindrical-coordinate representation of color #E1656B: hue angle of 357.1º 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 #E1656B is Cyan = 0, Magento = 0.55, Yellow = 0.52 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 101 | 107 | - |
| CMYK | 0 | 0.55 | 0.52 | 0.12 |
| HSL | 357.1º | 0.67% | 0.64% | - |
| HSV(B) | 357.1º | 0.55% | 0.88% | - |
| XYZ | 38.36 | 26.38 | 16.98 | - |
| YUV | 138.76 | 110.08 | 189.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 101 | 107 | 0 | 0.55 | 0.52 | 0.12 | 357.1 | 0.67 | 0.64 |
| Hex | E1 | 65 | 6B | 0 | 37 | 34 | C | 165 | 43 | 40 |
| Octal | 341 | 145 | 153 | 0 | 67 | 64 | 14 | 545 | 103 | 100 |
| Binary | 11100001 | 1100101 | 1101011 | 0 | 110111 | 110100 | 1100 | 101100101 | 1000011 | 1000000 |
Color Harmonies of #E1656B
Complementary color
Monochromatic Colors of #E1656B
Black with #E1656B
Text Example
Text Example
White with #E1656B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1656B; }
p { color: rgb(225,101,107); }
H1.HeaderClassName
{
color: #E1656B;
}
.AnyTagClassName
{
color: #E1656B;
}
</style>
background-color css
<style>
a { background-color: #E1656B; }
a { background-color: rgb(225,101,107); }
div.DivClassName
{
background-color: #E1656B;
}
.BgClassName
{
background-color: #E1656B;
}
</style>
border-color css
<style>
span { border-color: #E1656B; }
span { border-color: rgb(225,101,107); }
td.TdClassName
{
border-color: #E1656B;
}
.TagClassName
{
border-color: #E1656B;
}
</style>