Shades of Froly #E56373
Tints of Froly #E56373
RGB
CMYK
RGB Variations
Color information
#E56373 (or 0xE56373) is known color: Froly. HEX triplet: E5, 63 and 73. RGB value is (229,99,115). Sum of RGB (Red+Green+Blue) = 229+99+115=443 (58% of max value = 765). Red value is 229 (89.84% from 255 or 51.69% from 443); Green value is 99 (39.06% from 255 or 22.35% from 443); Blue value is 115 (45.31% from 255 or 25.96% from 443); Max value from RGB is 229 - color contains mainly: red. Hex color #E56373 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E56373 is #1A9C8C. Grayscale: #8B8B8B. Windows color (decimal): -1744013 or 7562213. OLE color: 7562213.
HSL color Cylindrical-coordinate representation of color #E56373: hue angle of 352.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 #E56373 is Cyan = 0, Magento = 0.57, Yellow = 0.50 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 99 | 115 | - |
| CMYK | 0 | 0.57 | 0.50 | 0.10 |
| HSL | 352.62º | 0.71% | 0.64% | - |
| HSV(B) | 352.62º | 0.57% | 0.9% | - |
| XYZ | 39.87 | 26.82 | 19.29 | - |
| YUV | 139.69 | 114.07 | 191.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 99 | 115 | 0 | 0.57 | 0.50 | 0.10 | 352.62 | 0.71 | 0.64 |
| Hex | E5 | 63 | 73 | 0 | 39 | 32 | A | 161 | 47 | 40 |
| Octal | 345 | 143 | 163 | 0 | 71 | 62 | 12 | 541 | 107 | 100 |
| Binary | 11100101 | 1100011 | 1110011 | 0 | 111001 | 110010 | 1010 | 101100001 | 1000111 | 1000000 |
Color Harmonies of #E56373
Complementary color
Monochromatic Colors of #E56373
Black with #E56373
Text Example
Text Example
White with #E56373
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E56373; }
p { color: rgb(229,99,115); }
H1.HeaderClassName
{
color: #E56373;
}
.AnyTagClassName
{
color: #E56373;
}
</style>
background-color css
<style>
a { background-color: #E56373; }
a { background-color: rgb(229,99,115); }
div.DivClassName
{
background-color: #E56373;
}
.BgClassName
{
background-color: #E56373;
}
</style>
border-color css
<style>
span { border-color: #E56373; }
span { border-color: rgb(229,99,115); }
td.TdClassName
{
border-color: #E56373;
}
.TagClassName
{
border-color: #E56373;
}
</style>