Shades of Froly #E17B7F
Tints of Froly #E17B7F
RGB
CMYK
RGB Variations
Color information
#E17B7F (or 0xE17B7F) is known color: Froly. HEX triplet: E1, 7B and 7F. RGB value is (225,123,127). Sum of RGB (Red+Green+Blue) = 225+123+127=475 (62% of max value = 765). Red value is 225 (88.28% from 255 or 47.37% from 475); Green value is 123 (48.44% from 255 or 25.89% from 475); Blue value is 127 (50% from 255 or 26.74% from 475); Max value from RGB is 225 - color contains mainly: red. Hex color #E17B7F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E17B7F is #1E8480. Grayscale: #9A9A9A. Windows color (decimal): -2000001 or 8354785. OLE color: 8354785.
HSL color Cylindrical-coordinate representation of color #E17B7F: hue angle of 357.65º 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 #E17B7F is Cyan = 0, Magento = 0.45, Yellow = 0.44 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 123 | 127 | - |
| CMYK | 0 | 0.45 | 0.44 | 0.12 |
| HSL | 357.65º | 0.63% | 0.68% | - |
| HSV(B) | 357.65º | 0.45% | 0.88% | - |
| XYZ | 41.97 | 31.71 | 23.99 | - |
| YUV | 153.95 | 112.79 | 178.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 123 | 127 | 0 | 0.45 | 0.44 | 0.12 | 357.65 | 0.63 | 0.68 |
| Hex | E1 | 7B | 7F | 0 | 2D | 2C | C | 166 | 3F | 44 |
| Octal | 341 | 173 | 177 | 0 | 55 | 54 | 14 | 546 | 77 | 104 |
| Binary | 11100001 | 1111011 | 1111111 | 0 | 101101 | 101100 | 1100 | 101100110 | 111111 | 1000100 |
Color Harmonies of #E17B7F
Complementary color
Monochromatic Colors of #E17B7F
Black with #E17B7F
Text Example
Text Example
White with #E17B7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E17B7F; }
p { color: rgb(225,123,127); }
H1.HeaderClassName
{
color: #E17B7F;
}
.AnyTagClassName
{
color: #E17B7F;
}
</style>
background-color css
<style>
a { background-color: #E17B7F; }
a { background-color: rgb(225,123,127); }
div.DivClassName
{
background-color: #E17B7F;
}
.BgClassName
{
background-color: #E17B7F;
}
</style>
border-color css
<style>
span { border-color: #E17B7F; }
span { border-color: rgb(225,123,127); }
td.TdClassName
{
border-color: #E17B7F;
}
.TagClassName
{
border-color: #E17B7F;
}
</style>