Shades of Froly #E37074
Tints of Froly #E37074
RGB
CMYK
RGB Variations
Color information
#E37074 (or 0xE37074) is known color: Froly. HEX triplet: E3, 70 and 74. RGB value is (227,112,116). Sum of RGB (Red+Green+Blue) = 227+112+116=455 (60% of max value = 765). Red value is 227 (89.06% from 255 or 49.89% from 455); Green value is 112 (44.14% from 255 or 24.62% from 455); Blue value is 116 (45.70% from 255 or 25.49% from 455); Max value from RGB is 227 - color contains mainly: red. Hex color #E37074 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E37074 is #1C8F8B. Grayscale: #929292. Windows color (decimal): -1871756 or 7631075. OLE color: 7631075.
HSL color Cylindrical-coordinate representation of color #E37074: hue angle of 357.91º 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 #E37074 is Cyan = 0, Magento = 0.51, Yellow = 0.49 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 112 | 116 | - |
| CMYK | 0 | 0.51 | 0.49 | 0.11 |
| HSL | 357.91º | 0.67% | 0.66% | - |
| HSV(B) | 357.91º | 0.51% | 0.89% | - |
| XYZ | 40.63 | 29.18 | 20.01 | - |
| YUV | 146.84 | 110.6 | 185.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 112 | 116 | 0 | 0.51 | 0.49 | 0.11 | 357.91 | 0.67 | 0.66 |
| Hex | E3 | 70 | 74 | 0 | 33 | 31 | B | 166 | 43 | 42 |
| Octal | 343 | 160 | 164 | 0 | 63 | 61 | 13 | 546 | 103 | 102 |
| Binary | 11100011 | 1110000 | 1110100 | 0 | 110011 | 110001 | 1011 | 101100110 | 1000011 | 1000010 |
Color Harmonies of #E37074
Complementary color
Monochromatic Colors of #E37074
Black with #E37074
Text Example
Text Example
White with #E37074
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E37074; }
p { color: rgb(227,112,116); }
H1.HeaderClassName
{
color: #E37074;
}
.AnyTagClassName
{
color: #E37074;
}
</style>
background-color css
<style>
a { background-color: #E37074; }
a { background-color: rgb(227,112,116); }
div.DivClassName
{
background-color: #E37074;
}
.BgClassName
{
background-color: #E37074;
}
</style>
border-color css
<style>
span { border-color: #E37074; }
span { border-color: rgb(227,112,116); }
td.TdClassName
{
border-color: #E37074;
}
.TagClassName
{
border-color: #E37074;
}
</style>