Shades of Froly #E36073
Tints of Froly #E36073
RGB
CMYK
RGB Variations
Color information
#E36073 (or 0xE36073) is known color: Froly. HEX triplet: E3, 60 and 73. RGB value is (227,96,115). Sum of RGB (Red+Green+Blue) = 227+96+115=438 (58% of max value = 765). Red value is 227 (89.06% from 255 or 51.83% from 438); Green value is 96 (37.89% from 255 or 21.92% from 438); Blue value is 115 (45.31% from 255 or 26.26% from 438); Max value from RGB is 227 - color contains mainly: red. Hex color #E36073 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E36073 is #1C9F8C. Grayscale: #898989. Windows color (decimal): -1875853 or 7561443. OLE color: 7561443.
HSL color Cylindrical-coordinate representation of color #E36073: hue angle of 351.3º degrees, saturation: 0.7, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E36073 is Cyan = 0, Magento = 0.58, Yellow = 0.49 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 96 | 115 | - |
| CMYK | 0 | 0.58 | 0.49 | 0.11 |
| HSL | 351.3º | 0.7% | 0.63% | - |
| HSV(B) | 351.3º | 0.58% | 0.89% | - |
| XYZ | 38.96 | 25.93 | 19.17 | - |
| YUV | 137.34 | 115.4 | 191.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 96 | 115 | 0 | 0.58 | 0.49 | 0.11 | 351.3 | 0.7 | 0.63 |
| Hex | E3 | 60 | 73 | 0 | 3A | 31 | B | 15F | 46 | 3F |
| Octal | 343 | 140 | 163 | 0 | 72 | 61 | 13 | 537 | 106 | 77 |
| Binary | 11100011 | 1100000 | 1110011 | 0 | 111010 | 110001 | 1011 | 101011111 | 1000110 | 111111 |
Color Harmonies of #E36073
Complementary color
Monochromatic Colors of #E36073
Black with #E36073
Text Example
Text Example
White with #E36073
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E36073; }
p { color: rgb(227,96,115); }
H1.HeaderClassName
{
color: #E36073;
}
.AnyTagClassName
{
color: #E36073;
}
</style>
background-color css
<style>
a { background-color: #E36073; }
a { background-color: rgb(227,96,115); }
div.DivClassName
{
background-color: #E36073;
}
.BgClassName
{
background-color: #E36073;
}
</style>
border-color css
<style>
span { border-color: #E36073; }
span { border-color: rgb(227,96,115); }
td.TdClassName
{
border-color: #E36073;
}
.TagClassName
{
border-color: #E36073;
}
</style>