Shades of Froly #E36076
Tints of Froly #E36076
RGB
CMYK
RGB Variations
Color information
#E36076 (or 0xE36076) is known color: Froly. HEX triplet: E3, 60 and 76. RGB value is (227,96,118). Sum of RGB (Red+Green+Blue) = 227+96+118=441 (58% of max value = 765). Red value is 227 (89.06% from 255 or 51.47% from 441); Green value is 96 (37.89% from 255 or 21.77% from 441); Blue value is 118 (46.48% from 255 or 26.76% from 441); Max value from RGB is 227 - color contains mainly: red. Hex color #E36076 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E36076 is #1C9F89. Grayscale: #898989. Windows color (decimal): -1875850 or 7758051. OLE color: 7758051.
HSL color Cylindrical-coordinate representation of color #E36076: hue angle of 349.92º 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 #E36076 is Cyan = 0, Magento = 0.58, Yellow = 0.48 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 96 | 118 | - |
| CMYK | 0 | 0.58 | 0.48 | 0.11 |
| HSL | 349.92º | 0.7% | 0.63% | - |
| HSV(B) | 349.92º | 0.58% | 0.89% | - |
| XYZ | 39.13 | 26 | 20.1 | - |
| YUV | 137.68 | 116.9 | 191.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 96 | 118 | 0 | 0.58 | 0.48 | 0.11 | 349.92 | 0.7 | 0.63 |
| Hex | E3 | 60 | 76 | 0 | 3A | 30 | B | 15E | 46 | 3F |
| Octal | 343 | 140 | 166 | 0 | 72 | 60 | 13 | 536 | 106 | 77 |
| Binary | 11100011 | 1100000 | 1110110 | 0 | 111010 | 110000 | 1011 | 101011110 | 1000110 | 111111 |
Color Harmonies of #E36076
Complementary color
Monochromatic Colors of #E36076
Black with #E36076
Text Example
Text Example
White with #E36076
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E36076; }
p { color: rgb(227,96,118); }
H1.HeaderClassName
{
color: #E36076;
}
.AnyTagClassName
{
color: #E36076;
}
</style>
background-color css
<style>
a { background-color: #E36076; }
a { background-color: rgb(227,96,118); }
div.DivClassName
{
background-color: #E36076;
}
.BgClassName
{
background-color: #E36076;
}
</style>
border-color css
<style>
span { border-color: #E36076; }
span { border-color: rgb(227,96,118); }
td.TdClassName
{
border-color: #E36076;
}
.TagClassName
{
border-color: #E36076;
}
</style>