Shades of Froly #E56274
Tints of Froly #E56274
RGB
CMYK
RGB Variations
Color information
#E56274 (or 0xE56274) is known color: Froly. HEX triplet: E5, 62 and 74. RGB value is (229,98,116). Sum of RGB (Red+Green+Blue) = 229+98+116=443 (58% of max value = 765). Red value is 229 (89.84% from 255 or 51.69% from 443); Green value is 98 (38.67% from 255 or 22.12% from 443); Blue value is 116 (45.70% from 255 or 26.19% from 443); Max value from RGB is 229 - color contains mainly: red. Hex color #E56274 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E56274 is #1A9D8B. Grayscale: #8B8B8B. Windows color (decimal): -1744268 or 7627493. OLE color: 7627493.
HSL color Cylindrical-coordinate representation of color #E56274: hue angle of 351.76º degrees, saturation: 0.72, 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 #E56274 is Cyan = 0, Magento = 0.57, Yellow = 0.49 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 98 | 116 | - |
| CMYK | 0 | 0.57 | 0.49 | 0.10 |
| HSL | 351.76º | 0.72% | 0.64% | - |
| HSV(B) | 351.76º | 0.57% | 0.9% | - |
| XYZ | 39.83 | 26.65 | 19.57 | - |
| YUV | 139.22 | 114.9 | 192.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 98 | 116 | 0 | 0.57 | 0.49 | 0.10 | 351.76 | 0.72 | 0.64 |
| Hex | E5 | 62 | 74 | 0 | 39 | 31 | A | 160 | 48 | 40 |
| Octal | 345 | 142 | 164 | 0 | 71 | 61 | 12 | 540 | 110 | 100 |
| Binary | 11100101 | 1100010 | 1110100 | 0 | 111001 | 110001 | 1010 | 101100000 | 1001000 | 1000000 |
Color Harmonies of #E56274
Complementary color
Monochromatic Colors of #E56274
Black with #E56274
Text Example
Text Example
White with #E56274
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E56274; }
p { color: rgb(229,98,116); }
H1.HeaderClassName
{
color: #E56274;
}
.AnyTagClassName
{
color: #E56274;
}
</style>
background-color css
<style>
a { background-color: #E56274; }
a { background-color: rgb(229,98,116); }
div.DivClassName
{
background-color: #E56274;
}
.BgClassName
{
background-color: #E56274;
}
</style>
border-color css
<style>
span { border-color: #E56274; }
span { border-color: rgb(229,98,116); }
td.TdClassName
{
border-color: #E56274;
}
.TagClassName
{
border-color: #E56274;
}
</style>