Shades of Froly #E3707F
Tints of Froly #E3707F
RGB
CMYK
RGB Variations
Color information
#E3707F (or 0xE3707F) is known color: Froly. HEX triplet: E3, 70 and 7F. RGB value is (227,112,127). Sum of RGB (Red+Green+Blue) = 227+112+127=466 (61% of max value = 765). Red value is 227 (89.06% from 255 or 48.71% from 466); Green value is 112 (44.14% from 255 or 24.03% from 466); Blue value is 127 (50% from 255 or 27.25% from 466); Max value from RGB is 227 - color contains mainly: red. Hex color #E3707F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E3707F is #1C8F80. Grayscale: #949494. Windows color (decimal): -1871745 or 8351971. OLE color: 8351971.
HSL color Cylindrical-coordinate representation of color #E3707F: hue angle of 352.17º degrees, saturation: 0.67, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #E3707F is Cyan = 0, Magento = 0.51, Yellow = 0.44 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 112 | 127 | - |
| CMYK | 0 | 0.51 | 0.44 | 0.11 |
| HSL | 352.17º | 0.67% | 0.66% | - |
| HSV(B) | 352.17º | 0.51% | 0.89% | - |
| XYZ | 41.3 | 29.45 | 23.59 | - |
| YUV | 148.1 | 116.1 | 184.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 112 | 127 | 0 | 0.51 | 0.44 | 0.11 | 352.17 | 0.67 | 0.66 |
| Hex | E3 | 70 | 7F | 0 | 33 | 2C | B | 160 | 43 | 42 |
| Octal | 343 | 160 | 177 | 0 | 63 | 54 | 13 | 540 | 103 | 102 |
| Binary | 11100011 | 1110000 | 1111111 | 0 | 110011 | 101100 | 1011 | 101100000 | 1000011 | 1000010 |
Color Harmonies of #E3707F
Complementary color
Monochromatic Colors of #E3707F
Black with #E3707F
Text Example
Text Example
White with #E3707F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3707F; }
p { color: rgb(227,112,127); }
H1.HeaderClassName
{
color: #E3707F;
}
.AnyTagClassName
{
color: #E3707F;
}
</style>
background-color css
<style>
a { background-color: #E3707F; }
a { background-color: rgb(227,112,127); }
div.DivClassName
{
background-color: #E3707F;
}
.BgClassName
{
background-color: #E3707F;
}
</style>
border-color css
<style>
span { border-color: #E3707F; }
span { border-color: rgb(227,112,127); }
td.TdClassName
{
border-color: #E3707F;
}
.TagClassName
{
border-color: #E3707F;
}
</style>