Shades of Froly #E36067
Tints of Froly #E36067
RGB
CMYK
RGB Variations
Color information
#E36067 (or 0xE36067) is known color: Froly. HEX triplet: E3, 60 and 67. RGB value is (227,96,103). Sum of RGB (Red+Green+Blue) = 227+96+103=426 (56% of max value = 765). Red value is 227 (89.06% from 255 or 53.29% from 426); Green value is 96 (37.89% from 255 or 22.54% from 426); Blue value is 103 (40.62% from 255 or 24.18% from 426); Max value from RGB is 227 - color contains mainly: red. Hex color #E36067 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E36067 is #1C9F98. Grayscale: #888888. Windows color (decimal): -1875865 or 6775011. OLE color: 6775011.
HSL color Cylindrical-coordinate representation of color #E36067: hue angle of 356.79º 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 #E36067 is Cyan = 0, Magento = 0.58, Yellow = 0.55 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 96 | 103 | - |
| CMYK | 0 | 0.58 | 0.55 | 0.11 |
| HSL | 356.79º | 0.7% | 0.63% | - |
| HSV(B) | 356.79º | 0.58% | 0.89% | - |
| XYZ | 38.31 | 25.68 | 15.77 | - |
| YUV | 135.97 | 109.4 | 192.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 96 | 103 | 0 | 0.58 | 0.55 | 0.11 | 356.79 | 0.7 | 0.63 |
| Hex | E3 | 60 | 67 | 0 | 3A | 37 | B | 165 | 46 | 3F |
| Octal | 343 | 140 | 147 | 0 | 72 | 67 | 13 | 545 | 106 | 77 |
| Binary | 11100011 | 1100000 | 1100111 | 0 | 111010 | 110111 | 1011 | 101100101 | 1000110 | 111111 |
Color Harmonies of #E36067
Complementary color
Monochromatic Colors of #E36067
Black with #E36067
Text Example
Text Example
White with #E36067
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E36067; }
p { color: rgb(227,96,103); }
H1.HeaderClassName
{
color: #E36067;
}
.AnyTagClassName
{
color: #E36067;
}
</style>
background-color css
<style>
a { background-color: #E36067; }
a { background-color: rgb(227,96,103); }
div.DivClassName
{
background-color: #E36067;
}
.BgClassName
{
background-color: #E36067;
}
</style>
border-color css
<style>
span { border-color: #E36067; }
span { border-color: rgb(227,96,103); }
td.TdClassName
{
border-color: #E36067;
}
.TagClassName
{
border-color: #E36067;
}
</style>