Shades of Froly #E36175
Tints of Froly #E36175
RGB
CMYK
RGB Variations
Color information
#E36175 (or 0xE36175) is known color: Froly. HEX triplet: E3, 61 and 75. RGB value is (227,97,117). Sum of RGB (Red+Green+Blue) = 227+97+117=441 (58% of max value = 765). Red value is 227 (89.06% from 255 or 51.47% from 441); Green value is 97 (38.28% from 255 or 22.00% from 441); Blue value is 117 (46.09% from 255 or 26.53% from 441); Max value from RGB is 227 - color contains mainly: red. Hex color #E36175 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E36175 is #1C9E8A. Grayscale: #8A8A8A. Windows color (decimal): -1875595 or 7692771. OLE color: 7692771.
HSL color Cylindrical-coordinate representation of color #E36175: hue angle of 350.77º degrees, saturation: 0.7, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #E36175 is Cyan = 0, Magento = 0.57, Yellow = 0.48 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 97 | 117 | - |
| CMYK | 0 | 0.57 | 0.48 | 0.11 |
| HSL | 350.77º | 0.7% | 0.64% | - |
| HSV(B) | 350.77º | 0.57% | 0.89% | - |
| XYZ | 39.16 | 26.16 | 19.82 | - |
| YUV | 138.15 | 116.07 | 191.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 97 | 117 | 0 | 0.57 | 0.48 | 0.11 | 350.77 | 0.7 | 0.64 |
| Hex | E3 | 61 | 75 | 0 | 39 | 30 | B | 15F | 46 | 40 |
| Octal | 343 | 141 | 165 | 0 | 71 | 60 | 13 | 537 | 106 | 100 |
| Binary | 11100011 | 1100001 | 1110101 | 0 | 111001 | 110000 | 1011 | 101011111 | 1000110 | 1000000 |
Color Harmonies of #E36175
Complementary color
Monochromatic Colors of #E36175
Black with #E36175
Text Example
Text Example
White with #E36175
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E36175; }
p { color: rgb(227,97,117); }
H1.HeaderClassName
{
color: #E36175;
}
.AnyTagClassName
{
color: #E36175;
}
</style>
background-color css
<style>
a { background-color: #E36175; }
a { background-color: rgb(227,97,117); }
div.DivClassName
{
background-color: #E36175;
}
.BgClassName
{
background-color: #E36175;
}
</style>
border-color css
<style>
span { border-color: #E36175; }
span { border-color: rgb(227,97,117); }
td.TdClassName
{
border-color: #E36175;
}
.TagClassName
{
border-color: #E36175;
}
</style>