Shades of Froly #E1666C
Tints of Froly #E1666C
RGB
CMYK
RGB Variations
Color information
#E1666C (or 0xE1666C) is known color: Froly. HEX triplet: E1, 66 and 6C. RGB value is (225,102,108). Sum of RGB (Red+Green+Blue) = 225+102+108=435 (57% of max value = 765). Red value is 225 (88.28% from 255 or 51.72% from 435); Green value is 102 (40.23% from 255 or 23.45% from 435); Blue value is 108 (42.58% from 255 or 24.83% from 435); Max value from RGB is 225 - color contains mainly: red. Hex color #E1666C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E1666C is #1E9993. Grayscale: #8B8B8B. Windows color (decimal): -2005396 or 7104225. OLE color: 7104225.
HSL color Cylindrical-coordinate representation of color #E1666C: hue angle of 357.07º 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 #E1666C is Cyan = 0, Magento = 0.55, Yellow = 0.52 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 102 | 108 | - |
| CMYK | 0 | 0.55 | 0.52 | 0.12 |
| HSL | 357.07º | 0.67% | 0.64% | - |
| HSV(B) | 357.07º | 0.55% | 0.88% | - |
| XYZ | 38.51 | 26.59 | 17.29 | - |
| YUV | 139.46 | 110.25 | 189.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 102 | 108 | 0 | 0.55 | 0.52 | 0.12 | 357.07 | 0.67 | 0.64 |
| Hex | E1 | 66 | 6C | 0 | 37 | 34 | C | 165 | 43 | 40 |
| Octal | 341 | 146 | 154 | 0 | 67 | 64 | 14 | 545 | 103 | 100 |
| Binary | 11100001 | 1100110 | 1101100 | 0 | 110111 | 110100 | 1100 | 101100101 | 1000011 | 1000000 |
Color Harmonies of #E1666C
Complementary color
Monochromatic Colors of #E1666C
Black with #E1666C
Text Example
Text Example
White with #E1666C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1666C; }
p { color: rgb(225,102,108); }
H1.HeaderClassName
{
color: #E1666C;
}
.AnyTagClassName
{
color: #E1666C;
}
</style>
background-color css
<style>
a { background-color: #E1666C; }
a { background-color: rgb(225,102,108); }
div.DivClassName
{
background-color: #E1666C;
}
.BgClassName
{
background-color: #E1666C;
}
</style>
border-color css
<style>
span { border-color: #E1666C; }
span { border-color: rgb(225,102,108); }
td.TdClassName
{
border-color: #E1666C;
}
.TagClassName
{
border-color: #E1666C;
}
</style>