Shades of Froly #E36075
Tints of Froly #E36075
RGB
CMYK
RGB Variations
Color information
#E36075 (or 0xE36075) is known color: Froly. HEX triplet: E3, 60 and 75. RGB value is (227,96,117). Sum of RGB (Red+Green+Blue) = 227+96+117=440 (58% of max value = 765). Red value is 227 (89.06% from 255 or 51.59% from 440); Green value is 96 (37.89% from 255 or 21.82% from 440); Blue value is 117 (46.09% from 255 or 26.59% from 440); Max value from RGB is 227 - color contains mainly: red. Hex color #E36075 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E36075 is #1C9F8A. Grayscale: #898989. Windows color (decimal): -1875851 or 7692515. OLE color: 7692515.
HSL color Cylindrical-coordinate representation of color #E36075: hue angle of 350.38º 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 #E36075 is Cyan = 0, Magento = 0.58, Yellow = 0.48 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 96 | 117 | - |
| CMYK | 0 | 0.58 | 0.48 | 0.11 |
| HSL | 350.38º | 0.7% | 0.63% | - |
| HSV(B) | 350.38º | 0.58% | 0.89% | - |
| XYZ | 39.07 | 25.98 | 19.79 | - |
| YUV | 137.56 | 116.4 | 191.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 96 | 117 | 0 | 0.58 | 0.48 | 0.11 | 350.38 | 0.7 | 0.63 |
| Hex | E3 | 60 | 75 | 0 | 3A | 30 | B | 15E | 46 | 3F |
| Octal | 343 | 140 | 165 | 0 | 72 | 60 | 13 | 536 | 106 | 77 |
| Binary | 11100011 | 1100000 | 1110101 | 0 | 111010 | 110000 | 1011 | 101011110 | 1000110 | 111111 |
Color Harmonies of #E36075
Complementary color
Monochromatic Colors of #E36075
Black with #E36075
Text Example
Text Example
White with #E36075
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E36075; }
p { color: rgb(227,96,117); }
H1.HeaderClassName
{
color: #E36075;
}
.AnyTagClassName
{
color: #E36075;
}
</style>
background-color css
<style>
a { background-color: #E36075; }
a { background-color: rgb(227,96,117); }
div.DivClassName
{
background-color: #E36075;
}
.BgClassName
{
background-color: #E36075;
}
</style>
border-color css
<style>
span { border-color: #E36075; }
span { border-color: rgb(227,96,117); }
td.TdClassName
{
border-color: #E36075;
}
.TagClassName
{
border-color: #E36075;
}
</style>