Shades of Froly #E1666B
Tints of Froly #E1666B
RGB
CMYK
RGB Variations
Color information
#E1666B (or 0xE1666B) is known color: Froly. HEX triplet: E1, 66 and 6B. RGB value is (225,102,107). Sum of RGB (Red+Green+Blue) = 225+102+107=434 (57% of max value = 765). Red value is 225 (88.28% from 255 or 51.84% from 434); Green value is 102 (40.23% from 255 or 23.50% from 434); Blue value is 107 (42.19% from 255 or 24.65% from 434); Max value from RGB is 225 - color contains mainly: red. Hex color #E1666B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E1666B is #1E9994. Grayscale: #8B8B8B. Windows color (decimal): -2005397 or 7038689. OLE color: 7038689.
HSL color Cylindrical-coordinate representation of color #E1666B: hue angle of 357.56º 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 #E1666B is Cyan = 0, Magento = 0.55, Yellow = 0.52 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 102 | 107 | - |
| CMYK | 0 | 0.55 | 0.52 | 0.12 |
| HSL | 357.56º | 0.67% | 0.64% | - |
| HSV(B) | 357.56º | 0.55% | 0.88% | - |
| XYZ | 38.46 | 26.57 | 17.01 | - |
| YUV | 139.35 | 109.75 | 189.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 102 | 107 | 0 | 0.55 | 0.52 | 0.12 | 357.56 | 0.67 | 0.64 |
| Hex | E1 | 66 | 6B | 0 | 37 | 34 | C | 166 | 43 | 40 |
| Octal | 341 | 146 | 153 | 0 | 67 | 64 | 14 | 546 | 103 | 100 |
| Binary | 11100001 | 1100110 | 1101011 | 0 | 110111 | 110100 | 1100 | 101100110 | 1000011 | 1000000 |
Color Harmonies of #E1666B
Complementary color
Monochromatic Colors of #E1666B
Black with #E1666B
Text Example
Text Example
White with #E1666B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1666B; }
p { color: rgb(225,102,107); }
H1.HeaderClassName
{
color: #E1666B;
}
.AnyTagClassName
{
color: #E1666B;
}
</style>
background-color css
<style>
a { background-color: #E1666B; }
a { background-color: rgb(225,102,107); }
div.DivClassName
{
background-color: #E1666B;
}
.BgClassName
{
background-color: #E1666B;
}
</style>
border-color css
<style>
span { border-color: #E1666B; }
span { border-color: rgb(225,102,107); }
td.TdClassName
{
border-color: #E1666B;
}
.TagClassName
{
border-color: #E1666B;
}
</style>