Shades of Froly #E37375
Tints of Froly #E37375
RGB
CMYK
RGB Variations
Color information
#E37375 (or 0xE37375) is known color: Froly. HEX triplet: E3, 73 and 75. RGB value is (227,115,117). Sum of RGB (Red+Green+Blue) = 227+115+117=459 (60% of max value = 765). Red value is 227 (89.06% from 255 or 49.46% from 459); Green value is 115 (45.31% from 255 or 25.05% from 459); Blue value is 117 (46.09% from 255 or 25.49% from 459); Max value from RGB is 227 - color contains mainly: red. Hex color #E37375 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E37375 is #1C8C8A. Grayscale: #949494. Windows color (decimal): -1870987 or 7697379. OLE color: 7697379.
HSL color Cylindrical-coordinate representation of color #E37375: hue angle of 358.93º degrees, saturation: 0.67, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #E37375 is Cyan = 0, Magento = 0.49, Yellow = 0.48 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 115 | 117 | - |
| CMYK | 0 | 0.49 | 0.48 | 0.11 |
| HSL | 358.93º | 0.67% | 0.67% | - |
| HSV(B) | 358.93º | 0.49% | 0.89% | - |
| XYZ | 41.02 | 29.88 | 20.43 | - |
| YUV | 148.72 | 110.11 | 183.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 115 | 117 | 0 | 0.49 | 0.48 | 0.11 | 358.93 | 0.67 | 0.67 |
| Hex | E3 | 73 | 75 | 0 | 31 | 30 | B | 167 | 43 | 43 |
| Octal | 343 | 163 | 165 | 0 | 61 | 60 | 13 | 547 | 103 | 103 |
| Binary | 11100011 | 1110011 | 1110101 | 0 | 110001 | 110000 | 1011 | 101100111 | 1000011 | 1000011 |
Color Harmonies of #E37375
Complementary color
Monochromatic Colors of #E37375
Black with #E37375
Text Example
Text Example
White with #E37375
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E37375; }
p { color: rgb(227,115,117); }
H1.HeaderClassName
{
color: #E37375;
}
.AnyTagClassName
{
color: #E37375;
}
</style>
background-color css
<style>
a { background-color: #E37375; }
a { background-color: rgb(227,115,117); }
div.DivClassName
{
background-color: #E37375;
}
.BgClassName
{
background-color: #E37375;
}
</style>
border-color css
<style>
span { border-color: #E37375; }
span { border-color: rgb(227,115,117); }
td.TdClassName
{
border-color: #E37375;
}
.TagClassName
{
border-color: #E37375;
}
</style>