Shades of Froly #E16C6D
Tints of Froly #E16C6D
RGB
CMYK
RGB Variations
Color information
#E16C6D (or 0xE16C6D) is known color: Froly. HEX triplet: E1, 6C and 6D. RGB value is (225,108,109). Sum of RGB (Red+Green+Blue) = 225+108+109=442 (58% of max value = 765). Red value is 225 (88.28% from 255 or 50.90% from 442); Green value is 108 (42.58% from 255 or 24.43% from 442); Blue value is 109 (42.97% from 255 or 24.66% from 442); Max value from RGB is 225 - color contains mainly: red. Hex color #E16C6D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E16C6D is #1E9392. Grayscale: #8F8F8F. Windows color (decimal): -2003859 or 7171297. OLE color: 7171297.
HSL color Cylindrical-coordinate representation of color #E16C6D: hue angle of 359.49º degrees, saturation: 0.66, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E16C6D is Cyan = 0, Magento = 0.52, Yellow = 0.52 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 108 | 109 | - |
| CMYK | 0 | 0.52 | 0.52 | 0.12 |
| HSL | 359.49º | 0.66% | 0.65% | - |
| HSV(B) | 359.49º | 0.52% | 0.88% | - |
| XYZ | 39.17 | 27.84 | 17.78 | - |
| YUV | 143.1 | 108.76 | 186.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 108 | 109 | 0 | 0.52 | 0.52 | 0.12 | 359.49 | 0.66 | 0.65 |
| Hex | E1 | 6C | 6D | 0 | 34 | 34 | C | 167 | 42 | 41 |
| Octal | 341 | 154 | 155 | 0 | 64 | 64 | 14 | 547 | 102 | 101 |
| Binary | 11100001 | 1101100 | 1101101 | 0 | 110100 | 110100 | 1100 | 101100111 | 1000010 | 1000001 |
Color Harmonies of #E16C6D
Complementary color
Monochromatic Colors of #E16C6D
Black with #E16C6D
Text Example
Text Example
White with #E16C6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E16C6D; }
p { color: rgb(225,108,109); }
H1.HeaderClassName
{
color: #E16C6D;
}
.AnyTagClassName
{
color: #E16C6D;
}
</style>
background-color css
<style>
a { background-color: #E16C6D; }
a { background-color: rgb(225,108,109); }
div.DivClassName
{
background-color: #E16C6D;
}
.BgClassName
{
background-color: #E16C6D;
}
</style>
border-color css
<style>
span { border-color: #E16C6D; }
span { border-color: rgb(225,108,109); }
td.TdClassName
{
border-color: #E16C6D;
}
.TagClassName
{
border-color: #E16C6D;
}
</style>