Shades of Froly #E36275
Tints of Froly #E36275
RGB
CMYK
RGB Variations
Color information
#E36275 (or 0xE36275) is known color: Froly. HEX triplet: E3, 62 and 75. RGB value is (227,98,117). Sum of RGB (Red+Green+Blue) = 227+98+117=442 (58% of max value = 765). Red value is 227 (89.06% from 255 or 51.36% from 442); Green value is 98 (38.67% from 255 or 22.17% from 442); Blue value is 117 (46.09% from 255 or 26.47% from 442); Max value from RGB is 227 - color contains mainly: red. Hex color #E36275 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E36275 is #1C9D8A. Grayscale: #8A8A8A. Windows color (decimal): -1875339 or 7693027. OLE color: 7693027.
HSL color Cylindrical-coordinate representation of color #E36275: hue angle of 351.16º 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 #E36275 is Cyan = 0, Magento = 0.57, Yellow = 0.48 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 98 | 117 | - |
| CMYK | 0 | 0.57 | 0.48 | 0.11 |
| HSL | 351.16º | 0.7% | 0.64% | - |
| HSV(B) | 351.16º | 0.57% | 0.89% | - |
| XYZ | 39.26 | 26.35 | 19.85 | - |
| YUV | 138.74 | 115.74 | 190.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 98 | 117 | 0 | 0.57 | 0.48 | 0.11 | 351.16 | 0.7 | 0.64 |
| Hex | E3 | 62 | 75 | 0 | 39 | 30 | B | 15F | 46 | 40 |
| Octal | 343 | 142 | 165 | 0 | 71 | 60 | 13 | 537 | 106 | 100 |
| Binary | 11100011 | 1100010 | 1110101 | 0 | 111001 | 110000 | 1011 | 101011111 | 1000110 | 1000000 |
Color Harmonies of #E36275
Complementary color
Monochromatic Colors of #E36275
Black with #E36275
Text Example
Text Example
White with #E36275
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E36275; }
p { color: rgb(227,98,117); }
H1.HeaderClassName
{
color: #E36275;
}
.AnyTagClassName
{
color: #E36275;
}
</style>
background-color css
<style>
a { background-color: #E36275; }
a { background-color: rgb(227,98,117); }
div.DivClassName
{
background-color: #E36275;
}
.BgClassName
{
background-color: #E36275;
}
</style>
border-color css
<style>
span { border-color: #E36275; }
span { border-color: rgb(227,98,117); }
td.TdClassName
{
border-color: #E36275;
}
.TagClassName
{
border-color: #E36275;
}
</style>