Shades of Froly #E56366
Tints of Froly #E56366
RGB
CMYK
RGB Variations
Color information
#E56366 (or 0xE56366) is known color: Froly. HEX triplet: E5, 63 and 66. RGB value is (229,99,102). Sum of RGB (Red+Green+Blue) = 229+99+102=430 (56% of max value = 765). Red value is 229 (89.84% from 255 or 53.26% from 430); Green value is 99 (39.06% from 255 or 23.02% from 430); Blue value is 102 (40.23% from 255 or 23.72% from 430); Max value from RGB is 229 - color contains mainly: red. Hex color #E56366 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E56366 is #1A9C99. Grayscale: #8A8A8A. Windows color (decimal): -1744026 or 6710245. OLE color: 6710245.
HSL color Cylindrical-coordinate representation of color #E56366: hue angle of 358.62º degrees, saturation: 0.71, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #E56366 is Cyan = 0, Magento = 0.57, Yellow = 0.55 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 99 | 102 | - |
| CMYK | 0 | 0.57 | 0.55 | 0.10 |
| HSL | 358.62º | 0.71% | 0.64% | - |
| HSV(B) | 358.62º | 0.57% | 0.9% | - |
| XYZ | 39.17 | 26.54 | 15.63 | - |
| YUV | 138.21 | 107.57 | 192.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 99 | 102 | 0 | 0.57 | 0.55 | 0.10 | 358.62 | 0.71 | 0.64 |
| Hex | E5 | 63 | 66 | 0 | 39 | 37 | A | 167 | 47 | 40 |
| Octal | 345 | 143 | 146 | 0 | 71 | 67 | 12 | 547 | 107 | 100 |
| Binary | 11100101 | 1100011 | 1100110 | 0 | 111001 | 110111 | 1010 | 101100111 | 1000111 | 1000000 |
Color Harmonies of #E56366
Complementary color
Monochromatic Colors of #E56366
Black with #E56366
Text Example
Text Example
White with #E56366
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E56366; }
p { color: rgb(229,99,102); }
H1.HeaderClassName
{
color: #E56366;
}
.AnyTagClassName
{
color: #E56366;
}
</style>
background-color css
<style>
a { background-color: #E56366; }
a { background-color: rgb(229,99,102); }
div.DivClassName
{
background-color: #E56366;
}
.BgClassName
{
background-color: #E56366;
}
</style>
border-color css
<style>
span { border-color: #E56366; }
span { border-color: rgb(229,99,102); }
td.TdClassName
{
border-color: #E56366;
}
.TagClassName
{
border-color: #E56366;
}
</style>