Shades of Froly #E56873
Tints of Froly #E56873
RGB
CMYK
RGB Variations
Color information
#E56873 (or 0xE56873) is known color: Froly. HEX triplet: E5, 68 and 73. RGB value is (229,104,115). Sum of RGB (Red+Green+Blue) = 229+104+115=448 (59% of max value = 765). Red value is 229 (89.84% from 255 or 51.12% from 448); Green value is 104 (41.02% from 255 or 23.21% from 448); Blue value is 115 (45.31% from 255 or 25.67% from 448); Max value from RGB is 229 - color contains mainly: red. Hex color #E56873 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E56873 is #1A978C. Grayscale: #8E8E8E. Windows color (decimal): -1742733 or 7563493. OLE color: 7563493.
HSL color Cylindrical-coordinate representation of color #E56873: hue angle of 354.72º 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 #E56873 is Cyan = 0, Magento = 0.55, Yellow = 0.50 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 104 | 115 | - |
| CMYK | 0 | 0.55 | 0.50 | 0.10 |
| HSL | 354.72º | 0.71% | 0.65% | - |
| HSV(B) | 354.72º | 0.55% | 0.9% | - |
| XYZ | 40.36 | 27.8 | 19.46 | - |
| YUV | 142.63 | 112.41 | 189.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 104 | 115 | 0 | 0.55 | 0.50 | 0.10 | 354.72 | 0.71 | 0.65 |
| Hex | E5 | 68 | 73 | 0 | 37 | 32 | A | 163 | 47 | 41 |
| Octal | 345 | 150 | 163 | 0 | 67 | 62 | 12 | 543 | 107 | 101 |
| Binary | 11100101 | 1101000 | 1110011 | 0 | 110111 | 110010 | 1010 | 101100011 | 1000111 | 1000001 |
Color Harmonies of #E56873
Complementary color
Monochromatic Colors of #E56873
Black with #E56873
Text Example
Text Example
White with #E56873
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E56873; }
p { color: rgb(229,104,115); }
H1.HeaderClassName
{
color: #E56873;
}
.AnyTagClassName
{
color: #E56873;
}
</style>
background-color css
<style>
a { background-color: #E56873; }
a { background-color: rgb(229,104,115); }
div.DivClassName
{
background-color: #E56873;
}
.BgClassName
{
background-color: #E56873;
}
</style>
border-color css
<style>
span { border-color: #E56873; }
span { border-color: rgb(229,104,115); }
td.TdClassName
{
border-color: #E56873;
}
.TagClassName
{
border-color: #E56873;
}
</style>