Shades of Froly #E3707A
Tints of Froly #E3707A
RGB
CMYK
RGB Variations
Color information
#E3707A (or 0xE3707A) is known color: Froly. HEX triplet: E3, 70 and 7A. RGB value is (227,112,122). Sum of RGB (Red+Green+Blue) = 227+112+122=461 (61% of max value = 765). Red value is 227 (89.06% from 255 or 49.24% from 461); Green value is 112 (44.14% from 255 or 24.30% from 461); Blue value is 122 (48.05% from 255 or 26.46% from 461); Max value from RGB is 227 - color contains mainly: red. Hex color #E3707A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E3707A is #1C8F85. Grayscale: #939393. Windows color (decimal): -1871750 or 8024291. OLE color: 8024291.
HSL color Cylindrical-coordinate representation of color #E3707A: hue angle of 354.78º 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 #E3707A is Cyan = 0, Magento = 0.51, Yellow = 0.46 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 112 | 122 | - |
| CMYK | 0 | 0.51 | 0.46 | 0.11 |
| HSL | 354.78º | 0.67% | 0.66% | - |
| HSV(B) | 354.78º | 0.51% | 0.89% | - |
| XYZ | 40.99 | 29.32 | 21.91 | - |
| YUV | 147.53 | 113.6 | 184.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 112 | 122 | 0 | 0.51 | 0.46 | 0.11 | 354.78 | 0.67 | 0.66 |
| Hex | E3 | 70 | 7A | 0 | 33 | 2E | B | 163 | 43 | 42 |
| Octal | 343 | 160 | 172 | 0 | 63 | 56 | 13 | 543 | 103 | 102 |
| Binary | 11100011 | 1110000 | 1111010 | 0 | 110011 | 101110 | 1011 | 101100011 | 1000011 | 1000010 |
Color Harmonies of #E3707A
Complementary color
Monochromatic Colors of #E3707A
Black with #E3707A
Text Example
Text Example
White with #E3707A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3707A; }
p { color: rgb(227,112,122); }
H1.HeaderClassName
{
color: #E3707A;
}
.AnyTagClassName
{
color: #E3707A;
}
</style>
background-color css
<style>
a { background-color: #E3707A; }
a { background-color: rgb(227,112,122); }
div.DivClassName
{
background-color: #E3707A;
}
.BgClassName
{
background-color: #E3707A;
}
</style>
border-color css
<style>
span { border-color: #E3707A; }
span { border-color: rgb(227,112,122); }
td.TdClassName
{
border-color: #E3707A;
}
.TagClassName
{
border-color: #E3707A;
}
</style>