Shades of Froly #E17C7E
Tints of Froly #E17C7E
RGB
CMYK
RGB Variations
Color information
#E17C7E (or 0xE17C7E) is known color: Froly. HEX triplet: E1, 7C and 7E. RGB value is (225,124,126). Sum of RGB (Red+Green+Blue) = 225+124+126=475 (62% of max value = 765). Red value is 225 (88.28% from 255 or 47.37% from 475); Green value is 124 (48.83% from 255 or 26.11% from 475); Blue value is 126 (49.61% from 255 or 26.53% from 475); Max value from RGB is 225 - color contains mainly: red. Hex color #E17C7E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E17C7E is #1E8381. Grayscale: #9A9A9A. Windows color (decimal): -1999746 or 8289505. OLE color: 8289505.
HSL color Cylindrical-coordinate representation of color #E17C7E: hue angle of 358.81º 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 #E17C7E is Cyan = 0, Magento = 0.45, Yellow = 0.44 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 124 | 126 | - |
| CMYK | 0 | 0.45 | 0.44 | 0.12 |
| HSL | 358.81º | 0.63% | 0.68% | - |
| HSV(B) | 358.81º | 0.45% | 0.88% | - |
| XYZ | 42.02 | 31.93 | 23.69 | - |
| YUV | 154.43 | 111.96 | 178.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 124 | 126 | 0 | 0.45 | 0.44 | 0.12 | 358.81 | 0.63 | 0.68 |
| Hex | E1 | 7C | 7E | 0 | 2D | 2C | C | 167 | 3F | 44 |
| Octal | 341 | 174 | 176 | 0 | 55 | 54 | 14 | 547 | 77 | 104 |
| Binary | 11100001 | 1111100 | 1111110 | 0 | 101101 | 101100 | 1100 | 101100111 | 111111 | 1000100 |
Color Harmonies of #E17C7E
Complementary color
Monochromatic Colors of #E17C7E
Black with #E17C7E
Text Example
Text Example
White with #E17C7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E17C7E; }
p { color: rgb(225,124,126); }
H1.HeaderClassName
{
color: #E17C7E;
}
.AnyTagClassName
{
color: #E17C7E;
}
</style>
background-color css
<style>
a { background-color: #E17C7E; }
a { background-color: rgb(225,124,126); }
div.DivClassName
{
background-color: #E17C7E;
}
.BgClassName
{
background-color: #E17C7E;
}
</style>
border-color css
<style>
span { border-color: #E17C7E; }
span { border-color: rgb(225,124,126); }
td.TdClassName
{
border-color: #E17C7E;
}
.TagClassName
{
border-color: #E17C7E;
}
</style>