Shades of Froly #E16175
Tints of Froly #E16175
RGB
CMYK
RGB Variations
Color information
#E16175 (or 0xE16175) is known color: Froly. HEX triplet: E1, 61 and 75. RGB value is (225,97,117). Sum of RGB (Red+Green+Blue) = 225+97+117=439 (58% of max value = 765). Red value is 225 (88.28% from 255 or 51.25% from 439); Green value is 97 (38.28% from 255 or 22.10% from 439); Blue value is 117 (46.09% from 255 or 26.65% from 439); Max value from RGB is 225 - color contains mainly: red. Hex color #E16175 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E16175 is #1E9E8A. Grayscale: #898989. Windows color (decimal): -2006667 or 7692769. OLE color: 7692769.
HSL color Cylindrical-coordinate representation of color #E16175: hue angle of 350.62º degrees, saturation: 0.68, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #E16175 is Cyan = 0, Magento = 0.57, Yellow = 0.48 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 97 | 117 | - |
| CMYK | 0 | 0.57 | 0.48 | 0.12 |
| HSL | 350.63º | 0.68% | 0.63% | - |
| HSV(B) | 350.63º | 0.57% | 0.88% | - |
| XYZ | 38.54 | 25.84 | 19.79 | - |
| YUV | 137.55 | 116.41 | 190.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 97 | 117 | 0 | 0.57 | 0.48 | 0.12 | 350.63 | 0.68 | 0.63 |
| Hex | E1 | 61 | 75 | 0 | 39 | 30 | C | 15F | 44 | 3F |
| Octal | 341 | 141 | 165 | 0 | 71 | 60 | 14 | 537 | 104 | 77 |
| Binary | 11100001 | 1100001 | 1110101 | 0 | 111001 | 110000 | 1100 | 101011111 | 1000100 | 111111 |
Color Harmonies of #E16175
Complementary color
Monochromatic Colors of #E16175
Black with #E16175
Text Example
Text Example
White with #E16175
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E16175; }
p { color: rgb(225,97,117); }
H1.HeaderClassName
{
color: #E16175;
}
.AnyTagClassName
{
color: #E16175;
}
</style>
background-color css
<style>
a { background-color: #E16175; }
a { background-color: rgb(225,97,117); }
div.DivClassName
{
background-color: #E16175;
}
.BgClassName
{
background-color: #E16175;
}
</style>
border-color css
<style>
span { border-color: #E16175; }
span { border-color: rgb(225,97,117); }
td.TdClassName
{
border-color: #E16175;
}
.TagClassName
{
border-color: #E16175;
}
</style>