Shades of Froly #E56875
Tints of Froly #E56875
RGB
CMYK
RGB Variations
Color information
#E56875 (or 0xE56875) is known color: Froly. HEX triplet: E5, 68 and 75. RGB value is (229,104,117). Sum of RGB (Red+Green+Blue) = 229+104+117=450 (59% of max value = 765). Red value is 229 (89.84% from 255 or 50.89% from 450); Green value is 104 (41.02% from 255 or 23.11% from 450); Blue value is 117 (46.09% from 255 or 26% from 450); Max value from RGB is 229 - color contains mainly: red. Hex color #E56875 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E56875 is #1A978A. Grayscale: #8E8E8E. Windows color (decimal): -1742731 or 7694565. OLE color: 7694565.
HSL color Cylindrical-coordinate representation of color #E56875: hue angle of 353.76º degrees, saturation: 0.71, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #E56875 is Cyan = 0, Magento = 0.55, Yellow = 0.49 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 104 | 117 | - |
| CMYK | 0 | 0.55 | 0.49 | 0.10 |
| HSL | 353.76º | 0.71% | 0.65% | - |
| HSV(B) | 353.76º | 0.55% | 0.9% | - |
| XYZ | 40.47 | 27.84 | 20.07 | - |
| YUV | 142.86 | 113.41 | 189.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 104 | 117 | 0 | 0.55 | 0.49 | 0.10 | 353.76 | 0.71 | 0.65 |
| Hex | E5 | 68 | 75 | 0 | 37 | 31 | A | 162 | 47 | 41 |
| Octal | 345 | 150 | 165 | 0 | 67 | 61 | 12 | 542 | 107 | 101 |
| Binary | 11100101 | 1101000 | 1110101 | 0 | 110111 | 110001 | 1010 | 101100010 | 1000111 | 1000001 |
Color Harmonies of #E56875
Complementary color
Monochromatic Colors of #E56875
Black with #E56875
Text Example
Text Example
White with #E56875
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E56875; }
p { color: rgb(229,104,117); }
H1.HeaderClassName
{
color: #E56875;
}
.AnyTagClassName
{
color: #E56875;
}
</style>
background-color css
<style>
a { background-color: #E56875; }
a { background-color: rgb(229,104,117); }
div.DivClassName
{
background-color: #E56875;
}
.BgClassName
{
background-color: #E56875;
}
</style>
border-color css
<style>
span { border-color: #E56875; }
span { border-color: rgb(229,104,117); }
td.TdClassName
{
border-color: #E56875;
}
.TagClassName
{
border-color: #E56875;
}
</style>