Shades of Froly #E37072
Tints of Froly #E37072
RGB
CMYK
RGB Variations
Color information
#E37072 (or 0xE37072) is known color: Froly. HEX triplet: E3, 70 and 72. RGB value is (227,112,114). Sum of RGB (Red+Green+Blue) = 227+112+114=453 (60% of max value = 765). Red value is 227 (89.06% from 255 or 50.11% from 453); Green value is 112 (44.14% from 255 or 24.72% from 453); Blue value is 114 (44.92% from 255 or 25.17% from 453); Max value from RGB is 227 - color contains mainly: red. Hex color #E37072 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E37072 is #1C8F8D. Grayscale: #929292. Windows color (decimal): -1871758 or 7500003. OLE color: 7500003.
HSL color Cylindrical-coordinate representation of color #E37072: hue angle of 358.96º 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 #E37072 is Cyan = 0, Magento = 0.51, Yellow = 0.50 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 112 | 114 | - |
| CMYK | 0 | 0.51 | 0.50 | 0.11 |
| HSL | 358.96º | 0.67% | 0.66% | - |
| HSV(B) | 358.96º | 0.51% | 0.89% | - |
| XYZ | 40.51 | 29.13 | 19.41 | - |
| YUV | 146.61 | 109.6 | 185.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 112 | 114 | 0 | 0.51 | 0.50 | 0.11 | 358.96 | 0.67 | 0.66 |
| Hex | E3 | 70 | 72 | 0 | 33 | 32 | B | 167 | 43 | 42 |
| Octal | 343 | 160 | 162 | 0 | 63 | 62 | 13 | 547 | 103 | 102 |
| Binary | 11100011 | 1110000 | 1110010 | 0 | 110011 | 110010 | 1011 | 101100111 | 1000011 | 1000010 |
Color Harmonies of #E37072
Complementary color
Monochromatic Colors of #E37072
Black with #E37072
Text Example
Text Example
White with #E37072
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E37072; }
p { color: rgb(227,112,114); }
H1.HeaderClassName
{
color: #E37072;
}
.AnyTagClassName
{
color: #E37072;
}
</style>
background-color css
<style>
a { background-color: #E37072; }
a { background-color: rgb(227,112,114); }
div.DivClassName
{
background-color: #E37072;
}
.BgClassName
{
background-color: #E37072;
}
</style>
border-color css
<style>
span { border-color: #E37072; }
span { border-color: rgb(227,112,114); }
td.TdClassName
{
border-color: #E37072;
}
.TagClassName
{
border-color: #E37072;
}
</style>