Shades of Froly #E1676D
Tints of Froly #E1676D
RGB
CMYK
RGB Variations
Color information
#E1676D (or 0xE1676D) is known color: Froly. HEX triplet: E1, 67 and 6D. RGB value is (225,103,109). Sum of RGB (Red+Green+Blue) = 225+103+109=437 (57% of max value = 765). Red value is 225 (88.28% from 255 or 51.49% from 437); Green value is 103 (40.62% from 255 or 23.57% from 437); Blue value is 109 (42.97% from 255 or 24.94% from 437); Max value from RGB is 225 - color contains mainly: red. Hex color #E1676D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E1676D is #1E9892. Grayscale: #8C8C8C. Windows color (decimal): -2005139 or 7170017. OLE color: 7170017.
HSL color Cylindrical-coordinate representation of color #E1676D: hue angle of 357.05º degrees, saturation: 0.67, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #E1676D is Cyan = 0, Magento = 0.54, Yellow = 0.52 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 103 | 109 | - |
| CMYK | 0 | 0.54 | 0.52 | 0.12 |
| HSL | 357.05º | 0.67% | 0.64% | - |
| HSV(B) | 357.05º | 0.54% | 0.88% | - |
| XYZ | 38.66 | 26.81 | 17.61 | - |
| YUV | 140.16 | 110.42 | 188.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 103 | 109 | 0 | 0.54 | 0.52 | 0.12 | 357.05 | 0.67 | 0.64 |
| Hex | E1 | 67 | 6D | 0 | 36 | 34 | C | 165 | 43 | 40 |
| Octal | 341 | 147 | 155 | 0 | 66 | 64 | 14 | 545 | 103 | 100 |
| Binary | 11100001 | 1100111 | 1101101 | 0 | 110110 | 110100 | 1100 | 101100101 | 1000011 | 1000000 |
Color Harmonies of #E1676D
Complementary color
Monochromatic Colors of #E1676D
Black with #E1676D
Text Example
Text Example
White with #E1676D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1676D; }
p { color: rgb(225,103,109); }
H1.HeaderClassName
{
color: #E1676D;
}
.AnyTagClassName
{
color: #E1676D;
}
</style>
background-color css
<style>
a { background-color: #E1676D; }
a { background-color: rgb(225,103,109); }
div.DivClassName
{
background-color: #E1676D;
}
.BgClassName
{
background-color: #E1676D;
}
</style>
border-color css
<style>
span { border-color: #E1676D; }
span { border-color: rgb(225,103,109); }
td.TdClassName
{
border-color: #E1676D;
}
.TagClassName
{
border-color: #E1676D;
}
</style>