Shades of Froly #E56A6D
Tints of Froly #E56A6D
RGB
CMYK
RGB Variations
Color information
#E56A6D (or 0xE56A6D) is known color: Froly. HEX triplet: E5, 6A and 6D. RGB value is (229,106,109). Sum of RGB (Red+Green+Blue) = 229+106+109=444 (58% of max value = 765). Red value is 229 (89.84% from 255 or 51.58% from 444); Green value is 106 (41.80% from 255 or 23.87% from 444); Blue value is 109 (42.97% from 255 or 24.55% from 444); Max value from RGB is 229 - color contains mainly: red. Hex color #E56A6D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E56A6D is #1A9592. Grayscale: #8F8F8F. Windows color (decimal): -1742227 or 7170789. OLE color: 7170789.
HSL color Cylindrical-coordinate representation of color #E56A6D: hue angle of 358.54º degrees, saturation: 0.7, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #E56A6D is Cyan = 0, Magento = 0.54, Yellow = 0.52 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 106 | 109 | - |
| CMYK | 0 | 0.54 | 0.52 | 0.10 |
| HSL | 358.54º | 0.7% | 0.66% | - |
| HSV(B) | 358.54º | 0.54% | 0.9% | - |
| XYZ | 40.23 | 28.07 | 17.77 | - |
| YUV | 143.12 | 108.75 | 189.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 106 | 109 | 0 | 0.54 | 0.52 | 0.10 | 358.54 | 0.7 | 0.66 |
| Hex | E5 | 6A | 6D | 0 | 36 | 34 | A | 167 | 46 | 42 |
| Octal | 345 | 152 | 155 | 0 | 66 | 64 | 12 | 547 | 106 | 102 |
| Binary | 11100101 | 1101010 | 1101101 | 0 | 110110 | 110100 | 1010 | 101100111 | 1000110 | 1000010 |
Color Harmonies of #E56A6D
Complementary color
Monochromatic Colors of #E56A6D
Black with #E56A6D
Text Example
Text Example
White with #E56A6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E56A6D; }
p { color: rgb(229,106,109); }
H1.HeaderClassName
{
color: #E56A6D;
}
.AnyTagClassName
{
color: #E56A6D;
}
</style>
background-color css
<style>
a { background-color: #E56A6D; }
a { background-color: rgb(229,106,109); }
div.DivClassName
{
background-color: #E56A6D;
}
.BgClassName
{
background-color: #E56A6D;
}
</style>
border-color css
<style>
span { border-color: #E56A6D; }
span { border-color: rgb(229,106,109); }
td.TdClassName
{
border-color: #E56A6D;
}
.TagClassName
{
border-color: #E56A6D;
}
</style>