Shades of Froly #E16466
Tints of Froly #E16466
RGB
CMYK
RGB Variations
Color information
#E16466 (or 0xE16466) is known color: Froly. HEX triplet: E1, 64 and 66. RGB value is (225,100,102). Sum of RGB (Red+Green+Blue) = 225+100+102=427 (56% of max value = 765). Red value is 225 (88.28% from 255 or 52.69% from 427); Green value is 100 (39.45% from 255 or 23.42% from 427); Blue value is 102 (40.23% from 255 or 23.89% from 427); Max value from RGB is 225 - color contains mainly: red. Hex color #E16466 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E16466 is #1E9B99. Grayscale: #898989. Windows color (decimal): -2005914 or 6710497. OLE color: 6710497.
HSL color Cylindrical-coordinate representation of color #E16466: hue angle of 359.04º degrees, saturation: 0.68, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #E16466 is Cyan = 0, Magento = 0.56, Yellow = 0.55 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 100 | 102 | - |
| CMYK | 0 | 0.56 | 0.55 | 0.12 |
| HSL | 359.04º | 0.68% | 0.64% | - |
| HSV(B) | 359.04º | 0.56% | 0.88% | - |
| XYZ | 38.01 | 26.08 | 15.6 | - |
| YUV | 137.6 | 107.91 | 190.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 100 | 102 | 0 | 0.56 | 0.55 | 0.12 | 359.04 | 0.68 | 0.64 |
| Hex | E1 | 64 | 66 | 0 | 38 | 37 | C | 167 | 44 | 40 |
| Octal | 341 | 144 | 146 | 0 | 70 | 67 | 14 | 547 | 104 | 100 |
| Binary | 11100001 | 1100100 | 1100110 | 0 | 111000 | 110111 | 1100 | 101100111 | 1000100 | 1000000 |
Color Harmonies of #E16466
Complementary color
Monochromatic Colors of #E16466
Black with #E16466
Text Example
Text Example
White with #E16466
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E16466; }
p { color: rgb(225,100,102); }
H1.HeaderClassName
{
color: #E16466;
}
.AnyTagClassName
{
color: #E16466;
}
</style>
background-color css
<style>
a { background-color: #E16466; }
a { background-color: rgb(225,100,102); }
div.DivClassName
{
background-color: #E16466;
}
.BgClassName
{
background-color: #E16466;
}
</style>
border-color css
<style>
span { border-color: #E16466; }
span { border-color: rgb(225,100,102); }
td.TdClassName
{
border-color: #E16466;
}
.TagClassName
{
border-color: #E16466;
}
</style>