Shades of Froly #E17C7F
Tints of Froly #E17C7F
RGB
CMYK
RGB Variations
Color information
#E17C7F (or 0xE17C7F) is known color: Froly. HEX triplet: E1, 7C and 7F. RGB value is (225,124,127). Sum of RGB (Red+Green+Blue) = 225+124+127=476 (63% of max value = 765). Red value is 225 (88.28% from 255 or 47.27% from 476); Green value is 124 (48.83% from 255 or 26.05% from 476); Blue value is 127 (50% from 255 or 26.68% from 476); Max value from RGB is 225 - color contains mainly: red. Hex color #E17C7F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E17C7F is #1E8380. Grayscale: #9A9A9A. Windows color (decimal): -1999745 or 8355041. OLE color: 8355041.
HSL color Cylindrical-coordinate representation of color #E17C7F: hue angle of 358.22º degrees, saturation: 0.63, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #E17C7F is Cyan = 0, Magento = 0.45, Yellow = 0.44 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 124 | 127 | - |
| CMYK | 0 | 0.45 | 0.44 | 0.12 |
| HSL | 358.22º | 0.63% | 0.68% | - |
| HSV(B) | 358.22º | 0.45% | 0.88% | - |
| XYZ | 42.09 | 31.96 | 24.03 | - |
| YUV | 154.54 | 112.46 | 178.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 124 | 127 | 0 | 0.45 | 0.44 | 0.12 | 358.22 | 0.63 | 0.68 |
| Hex | E1 | 7C | 7F | 0 | 2D | 2C | C | 166 | 3F | 44 |
| Octal | 341 | 174 | 177 | 0 | 55 | 54 | 14 | 546 | 77 | 104 |
| Binary | 11100001 | 1111100 | 1111111 | 0 | 101101 | 101100 | 1100 | 101100110 | 111111 | 1000100 |
Color Harmonies of #E17C7F
Complementary color
Monochromatic Colors of #E17C7F
Black with #E17C7F
Text Example
Text Example
White with #E17C7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E17C7F; }
p { color: rgb(225,124,127); }
H1.HeaderClassName
{
color: #E17C7F;
}
.AnyTagClassName
{
color: #E17C7F;
}
</style>
background-color css
<style>
a { background-color: #E17C7F; }
a { background-color: rgb(225,124,127); }
div.DivClassName
{
background-color: #E17C7F;
}
.BgClassName
{
background-color: #E17C7F;
}
</style>
border-color css
<style>
span { border-color: #E17C7F; }
span { border-color: rgb(225,124,127); }
td.TdClassName
{
border-color: #E17C7F;
}
.TagClassName
{
border-color: #E17C7F;
}
</style>