Shades of Froly #E1707F
Tints of Froly #E1707F
RGB
CMYK
RGB Variations
Color information
#E1707F (or 0xE1707F) is known color: Froly. HEX triplet: E1, 70 and 7F. RGB value is (225,112,127). Sum of RGB (Red+Green+Blue) = 225+112+127=464 (61% of max value = 765). Red value is 225 (88.28% from 255 or 48.49% from 464); Green value is 112 (44.14% from 255 or 24.14% from 464); Blue value is 127 (50% from 255 or 27.37% from 464); Max value from RGB is 225 - color contains mainly: red. Hex color #E1707F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E1707F is #1E8F80. Grayscale: #939393. Windows color (decimal): -2002817 or 8351969. OLE color: 8351969.
HSL color Cylindrical-coordinate representation of color #E1707F: hue angle of 352.04º degrees, saturation: 0.65, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E1707F is Cyan = 0, Magento = 0.50, Yellow = 0.44 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 112 | 127 | - |
| CMYK | 0 | 0.50 | 0.44 | 0.12 |
| HSL | 352.04º | 0.65% | 0.66% | - |
| HSV(B) | 352.04º | 0.5% | 0.88% | - |
| XYZ | 40.68 | 29.13 | 23.56 | - |
| YUV | 147.5 | 116.44 | 183.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 112 | 127 | 0 | 0.50 | 0.44 | 0.12 | 352.04 | 0.65 | 0.66 |
| Hex | E1 | 70 | 7F | 0 | 32 | 2C | C | 160 | 41 | 42 |
| Octal | 341 | 160 | 177 | 0 | 62 | 54 | 14 | 540 | 101 | 102 |
| Binary | 11100001 | 1110000 | 1111111 | 0 | 110010 | 101100 | 1100 | 101100000 | 1000001 | 1000010 |
Color Harmonies of #E1707F
Complementary color
Monochromatic Colors of #E1707F
Black with #E1707F
Text Example
Text Example
White with #E1707F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1707F; }
p { color: rgb(225,112,127); }
H1.HeaderClassName
{
color: #E1707F;
}
.AnyTagClassName
{
color: #E1707F;
}
</style>
background-color css
<style>
a { background-color: #E1707F; }
a { background-color: rgb(225,112,127); }
div.DivClassName
{
background-color: #E1707F;
}
.BgClassName
{
background-color: #E1707F;
}
</style>
border-color css
<style>
span { border-color: #E1707F; }
span { border-color: rgb(225,112,127); }
td.TdClassName
{
border-color: #E1707F;
}
.TagClassName
{
border-color: #E1707F;
}
</style>