Shades of Froly #E1646B
Tints of Froly #E1646B
RGB
CMYK
RGB Variations
Color information
#E1646B (or 0xE1646B) is known color: Froly. HEX triplet: E1, 64 and 6B. RGB value is (225,100,107). Sum of RGB (Red+Green+Blue) = 225+100+107=432 (57% of max value = 765). Red value is 225 (88.28% from 255 or 52.08% from 432); Green value is 100 (39.45% from 255 or 23.15% from 432); Blue value is 107 (42.19% from 255 or 24.77% from 432); Max value from RGB is 225 - color contains mainly: red. Hex color #E1646B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E1646B is #1E9B94. Grayscale: #8A8A8A. Windows color (decimal): -2005909 or 7038177. OLE color: 7038177.
HSL color Cylindrical-coordinate representation of color #E1646B: hue angle of 356.64º 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 #E1646B is Cyan = 0, Magento = 0.56, Yellow = 0.52 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 100 | 107 | - |
| CMYK | 0 | 0.56 | 0.52 | 0.12 |
| HSL | 356.64º | 0.68% | 0.64% | - |
| HSV(B) | 356.64º | 0.56% | 0.88% | - |
| XYZ | 38.26 | 26.18 | 16.95 | - |
| YUV | 138.17 | 110.41 | 189.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 100 | 107 | 0 | 0.56 | 0.52 | 0.12 | 356.64 | 0.68 | 0.64 |
| Hex | E1 | 64 | 6B | 0 | 38 | 34 | C | 165 | 44 | 40 |
| Octal | 341 | 144 | 153 | 0 | 70 | 64 | 14 | 545 | 104 | 100 |
| Binary | 11100001 | 1100100 | 1101011 | 0 | 111000 | 110100 | 1100 | 101100101 | 1000100 | 1000000 |
Color Harmonies of #E1646B
Complementary color
Monochromatic Colors of #E1646B
Black with #E1646B
Text Example
Text Example
White with #E1646B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1646B; }
p { color: rgb(225,100,107); }
H1.HeaderClassName
{
color: #E1646B;
}
.AnyTagClassName
{
color: #E1646B;
}
</style>
background-color css
<style>
a { background-color: #E1646B; }
a { background-color: rgb(225,100,107); }
div.DivClassName
{
background-color: #E1646B;
}
.BgClassName
{
background-color: #E1646B;
}
</style>
border-color css
<style>
span { border-color: #E1646B; }
span { border-color: rgb(225,100,107); }
td.TdClassName
{
border-color: #E1646B;
}
.TagClassName
{
border-color: #E1646B;
}
</style>