Shades of Froly #E1657B
Tints of Froly #E1657B
RGB
CMYK
RGB Variations
Color information
#E1657B (or 0xE1657B) is known color: Froly. HEX triplet: E1, 65 and 7B. RGB value is (225,101,123). Sum of RGB (Red+Green+Blue) = 225+101+123=449 (59% of max value = 765). Red value is 225 (88.28% from 255 or 50.11% from 449); Green value is 101 (39.84% from 255 or 22.49% from 449); Blue value is 123 (48.44% from 255 or 27.39% from 449); Max value from RGB is 225 - color contains mainly: red. Hex color #E1657B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E1657B is #1E9A84. Grayscale: #8C8C8C. Windows color (decimal): -2005637 or 8087009. OLE color: 8087009.
HSL color Cylindrical-coordinate representation of color #E1657B: hue angle of 349.35º 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 #E1657B is Cyan = 0, Magento = 0.55, Yellow = 0.45 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 101 | 123 | - |
| CMYK | 0 | 0.55 | 0.45 | 0.12 |
| HSL | 349.35º | 0.67% | 0.64% | - |
| HSV(B) | 349.35º | 0.55% | 0.88% | - |
| XYZ | 39.28 | 26.74 | 21.83 | - |
| YUV | 140.58 | 118.08 | 188.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 101 | 123 | 0 | 0.55 | 0.45 | 0.12 | 349.35 | 0.67 | 0.64 |
| Hex | E1 | 65 | 7B | 0 | 37 | 2D | C | 15D | 43 | 40 |
| Octal | 341 | 145 | 173 | 0 | 67 | 55 | 14 | 535 | 103 | 100 |
| Binary | 11100001 | 1100101 | 1111011 | 0 | 110111 | 101101 | 1100 | 101011101 | 1000011 | 1000000 |
Color Harmonies of #E1657B
Complementary color
Monochromatic Colors of #E1657B
Black with #E1657B
Text Example
Text Example
White with #E1657B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1657B; }
p { color: rgb(225,101,123); }
H1.HeaderClassName
{
color: #E1657B;
}
.AnyTagClassName
{
color: #E1657B;
}
</style>
background-color css
<style>
a { background-color: #E1657B; }
a { background-color: rgb(225,101,123); }
div.DivClassName
{
background-color: #E1657B;
}
.BgClassName
{
background-color: #E1657B;
}
</style>
border-color css
<style>
span { border-color: #E1657B; }
span { border-color: rgb(225,101,123); }
td.TdClassName
{
border-color: #E1657B;
}
.TagClassName
{
border-color: #E1657B;
}
</style>