Shades of Froly #E1646F
Tints of Froly #E1646F
RGB
CMYK
RGB Variations
Color information
#E1646F (or 0xE1646F) is known color: Froly. HEX triplet: E1, 64 and 6F. RGB value is (225,100,111). Sum of RGB (Red+Green+Blue) = 225+100+111=436 (57% of max value = 765). Red value is 225 (88.28% from 255 or 51.61% from 436); Green value is 100 (39.45% from 255 or 22.94% from 436); Blue value is 111 (43.75% from 255 or 25.46% from 436); Max value from RGB is 225 - color contains mainly: red. Hex color #E1646F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E1646F is #1E9B90. Grayscale: #8A8A8A. Windows color (decimal): -2005905 or 7300321. OLE color: 7300321.
HSL color Cylindrical-coordinate representation of color #E1646F: hue angle of 354.72º 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 #E1646F is Cyan = 0, Magento = 0.56, Yellow = 0.51 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 100 | 111 | - |
| CMYK | 0 | 0.56 | 0.51 | 0.12 |
| HSL | 354.72º | 0.68% | 0.64% | - |
| HSV(B) | 354.72º | 0.56% | 0.88% | - |
| XYZ | 38.48 | 26.27 | 18.08 | - |
| YUV | 138.63 | 112.41 | 189.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 100 | 111 | 0 | 0.56 | 0.51 | 0.12 | 354.72 | 0.68 | 0.64 |
| Hex | E1 | 64 | 6F | 0 | 38 | 33 | C | 163 | 44 | 40 |
| Octal | 341 | 144 | 157 | 0 | 70 | 63 | 14 | 543 | 104 | 100 |
| Binary | 11100001 | 1100100 | 1101111 | 0 | 111000 | 110011 | 1100 | 101100011 | 1000100 | 1000000 |
Color Harmonies of #E1646F
Complementary color
Monochromatic Colors of #E1646F
Black with #E1646F
Text Example
Text Example
White with #E1646F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1646F; }
p { color: rgb(225,100,111); }
H1.HeaderClassName
{
color: #E1646F;
}
.AnyTagClassName
{
color: #E1646F;
}
</style>
background-color css
<style>
a { background-color: #E1646F; }
a { background-color: rgb(225,100,111); }
div.DivClassName
{
background-color: #E1646F;
}
.BgClassName
{
background-color: #E1646F;
}
</style>
border-color css
<style>
span { border-color: #E1646F; }
span { border-color: rgb(225,100,111); }
td.TdClassName
{
border-color: #E1646F;
}
.TagClassName
{
border-color: #E1646F;
}
</style>