Shades of Froly #E16672
Tints of Froly #E16672
RGB
CMYK
RGB Variations
Color information
#E16672 (or 0xE16672) is known color: Froly. HEX triplet: E1, 66 and 72. RGB value is (225,102,114). Sum of RGB (Red+Green+Blue) = 225+102+114=441 (58% of max value = 765). Red value is 225 (88.28% from 255 or 51.02% from 441); Green value is 102 (40.23% from 255 or 23.13% from 441); Blue value is 114 (44.92% from 255 or 25.85% from 441); Max value from RGB is 225 - color contains mainly: red. Hex color #E16672 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E16672 is #1E998D. Grayscale: #8C8C8C. Windows color (decimal): -2005390 or 7497441. OLE color: 7497441.
HSL color Cylindrical-coordinate representation of color #E16672: hue angle of 354.15º degrees, saturation: 0.67, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #E16672 is Cyan = 0, Magento = 0.55, Yellow = 0.49 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 102 | 114 | - |
| CMYK | 0 | 0.55 | 0.49 | 0.12 |
| HSL | 354.15º | 0.67% | 0.64% | - |
| HSV(B) | 354.15º | 0.55% | 0.88% | - |
| XYZ | 38.84 | 26.73 | 19.03 | - |
| YUV | 140.15 | 113.25 | 188.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 102 | 114 | 0 | 0.55 | 0.49 | 0.12 | 354.15 | 0.67 | 0.64 |
| Hex | E1 | 66 | 72 | 0 | 37 | 31 | C | 162 | 43 | 40 |
| Octal | 341 | 146 | 162 | 0 | 67 | 61 | 14 | 542 | 103 | 100 |
| Binary | 11100001 | 1100110 | 1110010 | 0 | 110111 | 110001 | 1100 | 101100010 | 1000011 | 1000000 |
Color Harmonies of #E16672
Complementary color
Monochromatic Colors of #E16672
Black with #E16672
Text Example
Text Example
White with #E16672
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E16672; }
p { color: rgb(225,102,114); }
H1.HeaderClassName
{
color: #E16672;
}
.AnyTagClassName
{
color: #E16672;
}
</style>
background-color css
<style>
a { background-color: #E16672; }
a { background-color: rgb(225,102,114); }
div.DivClassName
{
background-color: #E16672;
}
.BgClassName
{
background-color: #E16672;
}
</style>
border-color css
<style>
span { border-color: #E16672; }
span { border-color: rgb(225,102,114); }
td.TdClassName
{
border-color: #E16672;
}
.TagClassName
{
border-color: #E16672;
}
</style>