Shades of Froly #E17C7D
Tints of Froly #E17C7D
RGB
CMYK
RGB Variations
Color information
#E17C7D (or 0xE17C7D) is known color: Froly. HEX triplet: E1, 7C and 7D. RGB value is (225,124,125). Sum of RGB (Red+Green+Blue) = 225+124+125=474 (62% of max value = 765). Red value is 225 (88.28% from 255 or 47.47% from 474); Green value is 124 (48.83% from 255 or 26.16% from 474); Blue value is 125 (49.22% from 255 or 26.37% from 474); Max value from RGB is 225 - color contains mainly: red. Hex color #E17C7D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E17C7D is #1E8382. Grayscale: #9A9A9A. Windows color (decimal): -1999747 or 8223969. OLE color: 8223969.
HSL color Cylindrical-coordinate representation of color #E17C7D: hue angle of 359.41º 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 #E17C7D is Cyan = 0, Magento = 0.45, Yellow = 0.44 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 124 | 125 | - |
| CMYK | 0 | 0.45 | 0.44 | 0.12 |
| HSL | 359.41º | 0.63% | 0.68% | - |
| HSV(B) | 359.41º | 0.45% | 0.88% | - |
| XYZ | 41.96 | 31.9 | 23.35 | - |
| YUV | 154.31 | 111.46 | 178.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 124 | 125 | 0 | 0.45 | 0.44 | 0.12 | 359.41 | 0.63 | 0.68 |
| Hex | E1 | 7C | 7D | 0 | 2D | 2C | C | 167 | 3F | 44 |
| Octal | 341 | 174 | 175 | 0 | 55 | 54 | 14 | 547 | 77 | 104 |
| Binary | 11100001 | 1111100 | 1111101 | 0 | 101101 | 101100 | 1100 | 101100111 | 111111 | 1000100 |
Color Harmonies of #E17C7D
Complementary color
Monochromatic Colors of #E17C7D
Black with #E17C7D
Text Example
Text Example
White with #E17C7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E17C7D; }
p { color: rgb(225,124,125); }
H1.HeaderClassName
{
color: #E17C7D;
}
.AnyTagClassName
{
color: #E17C7D;
}
</style>
background-color css
<style>
a { background-color: #E17C7D; }
a { background-color: rgb(225,124,125); }
div.DivClassName
{
background-color: #E17C7D;
}
.BgClassName
{
background-color: #E17C7D;
}
</style>
border-color css
<style>
span { border-color: #E17C7D; }
span { border-color: rgb(225,124,125); }
td.TdClassName
{
border-color: #E17C7D;
}
.TagClassName
{
border-color: #E17C7D;
}
</style>