Shades of Froly #E36062
Tints of Froly #E36062
RGB
CMYK
RGB Variations
Color information
#E36062 (or 0xE36062) is known color: Froly. HEX triplet: E3, 60 and 62. RGB value is (227,96,98). Sum of RGB (Red+Green+Blue) = 227+96+98=421 (55% of max value = 765). Red value is 227 (89.06% from 255 or 53.92% from 421); Green value is 96 (37.89% from 255 or 22.80% from 421); Blue value is 98 (38.67% from 255 or 23.28% from 421); Max value from RGB is 227 - color contains mainly: red. Hex color #E36062 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E36062 is #1C9F9D. Grayscale: #878787. Windows color (decimal): -1875870 or 6447331. OLE color: 6447331.
HSL color Cylindrical-coordinate representation of color #E36062: hue angle of 359.08º 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 #E36062 is Cyan = 0, Magento = 0.58, Yellow = 0.57 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 96 | 98 | - |
| CMYK | 0 | 0.58 | 0.57 | 0.11 |
| HSL | 359.08º | 0.7% | 0.63% | - |
| HSV(B) | 359.08º | 0.58% | 0.89% | - |
| XYZ | 38.07 | 25.58 | 14.49 | - |
| YUV | 135.4 | 106.9 | 193.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 96 | 98 | 0 | 0.58 | 0.57 | 0.11 | 359.08 | 0.7 | 0.63 |
| Hex | E3 | 60 | 62 | 0 | 3A | 39 | B | 167 | 46 | 3F |
| Octal | 343 | 140 | 142 | 0 | 72 | 71 | 13 | 547 | 106 | 77 |
| Binary | 11100011 | 1100000 | 1100010 | 0 | 111010 | 111001 | 1011 | 101100111 | 1000110 | 111111 |
Color Harmonies of #E36062
Complementary color
Monochromatic Colors of #E36062
Black with #E36062
Text Example
Text Example
White with #E36062
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E36062; }
p { color: rgb(227,96,98); }
H1.HeaderClassName
{
color: #E36062;
}
.AnyTagClassName
{
color: #E36062;
}
</style>
background-color css
<style>
a { background-color: #E36062; }
a { background-color: rgb(227,96,98); }
div.DivClassName
{
background-color: #E36062;
}
.BgClassName
{
background-color: #E36062;
}
</style>
border-color css
<style>
span { border-color: #E36062; }
span { border-color: rgb(227,96,98); }
td.TdClassName
{
border-color: #E36062;
}
.TagClassName
{
border-color: #E36062;
}
</style>