Shades of Froly #E16B6D
Tints of Froly #E16B6D
RGB
CMYK
RGB Variations
Color information
#E16B6D (or 0xE16B6D) is known color: Froly. HEX triplet: E1, 6B and 6D. RGB value is (225,107,109). Sum of RGB (Red+Green+Blue) = 225+107+109=441 (58% of max value = 765). Red value is 225 (88.28% from 255 or 51.02% from 441); Green value is 107 (42.19% from 255 or 24.26% from 441); Blue value is 109 (42.97% from 255 or 24.72% from 441); Max value from RGB is 225 - color contains mainly: red. Hex color #E16B6D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E16B6D is #1E9492. Grayscale: #8E8E8E. Windows color (decimal): -2004115 or 7171041. OLE color: 7171041.
HSL color Cylindrical-coordinate representation of color #E16B6D: hue angle of 358.98º 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 #E16B6D is Cyan = 0, Magento = 0.52, Yellow = 0.52 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 107 | 109 | - |
| CMYK | 0 | 0.52 | 0.52 | 0.12 |
| HSL | 358.98º | 0.66% | 0.65% | - |
| HSV(B) | 358.98º | 0.52% | 0.88% | - |
| XYZ | 39.07 | 27.63 | 17.74 | - |
| YUV | 142.51 | 109.09 | 186.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 107 | 109 | 0 | 0.52 | 0.52 | 0.12 | 358.98 | 0.66 | 0.65 |
| Hex | E1 | 6B | 6D | 0 | 34 | 34 | C | 167 | 42 | 41 |
| Octal | 341 | 153 | 155 | 0 | 64 | 64 | 14 | 547 | 102 | 101 |
| Binary | 11100001 | 1101011 | 1101101 | 0 | 110100 | 110100 | 1100 | 101100111 | 1000010 | 1000001 |
Color Harmonies of #E16B6D
Complementary color
Monochromatic Colors of #E16B6D
Black with #E16B6D
Text Example
Text Example
White with #E16B6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E16B6D; }
p { color: rgb(225,107,109); }
H1.HeaderClassName
{
color: #E16B6D;
}
.AnyTagClassName
{
color: #E16B6D;
}
</style>
background-color css
<style>
a { background-color: #E16B6D; }
a { background-color: rgb(225,107,109); }
div.DivClassName
{
background-color: #E16B6D;
}
.BgClassName
{
background-color: #E16B6D;
}
</style>
border-color css
<style>
span { border-color: #E16B6D; }
span { border-color: rgb(225,107,109); }
td.TdClassName
{
border-color: #E16B6D;
}
.TagClassName
{
border-color: #E16B6D;
}
</style>