Shades of Froly #E56374
Tints of Froly #E56374
RGB
CMYK
RGB Variations
Color information
#E56374 (or 0xE56374) is known color: Froly. HEX triplet: E5, 63 and 74. RGB value is (229,99,116). Sum of RGB (Red+Green+Blue) = 229+99+116=444 (58% of max value = 765). Red value is 229 (89.84% from 255 or 51.58% from 444); Green value is 99 (39.06% from 255 or 22.30% from 444); Blue value is 116 (45.70% from 255 or 26.13% from 444); Max value from RGB is 229 - color contains mainly: red. Hex color #E56374 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E56374 is #1A9C8B. Grayscale: #8B8B8B. Windows color (decimal): -1744012 or 7627749. OLE color: 7627749.
HSL color Cylindrical-coordinate representation of color #E56374: hue angle of 352.15º 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 #E56374 is Cyan = 0, Magento = 0.57, Yellow = 0.49 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 99 | 116 | - |
| CMYK | 0 | 0.57 | 0.49 | 0.10 |
| HSL | 352.15º | 0.71% | 0.64% | - |
| HSV(B) | 352.15º | 0.57% | 0.9% | - |
| XYZ | 39.93 | 26.84 | 19.6 | - |
| YUV | 139.81 | 114.57 | 191.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 99 | 116 | 0 | 0.57 | 0.49 | 0.10 | 352.15 | 0.71 | 0.64 |
| Hex | E5 | 63 | 74 | 0 | 39 | 31 | A | 160 | 47 | 40 |
| Octal | 345 | 143 | 164 | 0 | 71 | 61 | 12 | 540 | 107 | 100 |
| Binary | 11100101 | 1100011 | 1110100 | 0 | 111001 | 110001 | 1010 | 101100000 | 1000111 | 1000000 |
Color Harmonies of #E56374
Complementary color
Monochromatic Colors of #E56374
Black with #E56374
Text Example
Text Example
White with #E56374
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E56374; }
p { color: rgb(229,99,116); }
H1.HeaderClassName
{
color: #E56374;
}
.AnyTagClassName
{
color: #E56374;
}
</style>
background-color css
<style>
a { background-color: #E56374; }
a { background-color: rgb(229,99,116); }
div.DivClassName
{
background-color: #E56374;
}
.BgClassName
{
background-color: #E56374;
}
</style>
border-color css
<style>
span { border-color: #E56374; }
span { border-color: rgb(229,99,116); }
td.TdClassName
{
border-color: #E56374;
}
.TagClassName
{
border-color: #E56374;
}
</style>