Shades of Froly #E16272
Tints of Froly #E16272
RGB
CMYK
RGB Variations
Color information
#E16272 (or 0xE16272) is known color: Froly. HEX triplet: E1, 62 and 72. RGB value is (225,98,114). Sum of RGB (Red+Green+Blue) = 225+98+114=437 (57% of max value = 765). Red value is 225 (88.28% from 255 or 51.49% from 437); Green value is 98 (38.67% from 255 or 22.43% from 437); Blue value is 114 (44.92% from 255 or 26.09% from 437); Max value from RGB is 225 - color contains mainly: red. Hex color #E16272 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E16272 is #1E9D8D. Grayscale: #898989. Windows color (decimal): -2006414 or 7496417. OLE color: 7496417.
HSL color Cylindrical-coordinate representation of color #E16272: hue angle of 352.44º degrees, saturation: 0.68, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #E16272 is Cyan = 0, Magento = 0.56, Yellow = 0.49 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 98 | 114 | - |
| CMYK | 0 | 0.56 | 0.49 | 0.12 |
| HSL | 352.44º | 0.68% | 0.63% | - |
| HSV(B) | 352.44º | 0.56% | 0.88% | - |
| XYZ | 38.46 | 25.96 | 18.9 | - |
| YUV | 137.8 | 114.58 | 190.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 98 | 114 | 0 | 0.56 | 0.49 | 0.12 | 352.44 | 0.68 | 0.63 |
| Hex | E1 | 62 | 72 | 0 | 38 | 31 | C | 160 | 44 | 3F |
| Octal | 341 | 142 | 162 | 0 | 70 | 61 | 14 | 540 | 104 | 77 |
| Binary | 11100001 | 1100010 | 1110010 | 0 | 111000 | 110001 | 1100 | 101100000 | 1000100 | 111111 |
Color Harmonies of #E16272
Complementary color
Monochromatic Colors of #E16272
Black with #E16272
Text Example
Text Example
White with #E16272
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E16272; }
p { color: rgb(225,98,114); }
H1.HeaderClassName
{
color: #E16272;
}
.AnyTagClassName
{
color: #E16272;
}
</style>
background-color css
<style>
a { background-color: #E16272; }
a { background-color: rgb(225,98,114); }
div.DivClassName
{
background-color: #E16272;
}
.BgClassName
{
background-color: #E16272;
}
</style>
border-color css
<style>
span { border-color: #E16272; }
span { border-color: rgb(225,98,114); }
td.TdClassName
{
border-color: #E16272;
}
.TagClassName
{
border-color: #E16272;
}
</style>