Shades of Froly #E56E7B
Tints of Froly #E56E7B
RGB
CMYK
RGB Variations
Color information
#E56E7B (or 0xE56E7B) is known color: Froly. HEX triplet: E5, 6E and 7B. RGB value is (229,110,123). Sum of RGB (Red+Green+Blue) = 229+110+123=462 (61% of max value = 765). Red value is 229 (89.84% from 255 or 49.57% from 462); Green value is 110 (43.36% from 255 or 23.81% from 462); Blue value is 123 (48.44% from 255 or 26.62% from 462); Max value from RGB is 229 - color contains mainly: red. Hex color #E56E7B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E56E7B is #1A9184. Grayscale: #939393. Windows color (decimal): -1741189 or 8089317. OLE color: 8089317.
HSL color Cylindrical-coordinate representation of color #E56E7B: hue angle of 353.45º degrees, saturation: 0.7, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E56E7B is Cyan = 0, Magento = 0.52, Yellow = 0.46 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 110 | 123 | - |
| CMYK | 0 | 0.52 | 0.46 | 0.10 |
| HSL | 353.45º | 0.7% | 0.66% | - |
| HSV(B) | 353.45º | 0.52% | 0.9% | - |
| XYZ | 41.46 | 29.24 | 22.2 | - |
| YUV | 147.06 | 114.42 | 186.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 110 | 123 | 0 | 0.52 | 0.46 | 0.10 | 353.45 | 0.7 | 0.66 |
| Hex | E5 | 6E | 7B | 0 | 34 | 2E | A | 161 | 46 | 42 |
| Octal | 345 | 156 | 173 | 0 | 64 | 56 | 12 | 541 | 106 | 102 |
| Binary | 11100101 | 1101110 | 1111011 | 0 | 110100 | 101110 | 1010 | 101100001 | 1000110 | 1000010 |
Color Harmonies of #E56E7B
Complementary color
Monochromatic Colors of #E56E7B
Black with #E56E7B
Text Example
Text Example
White with #E56E7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E56E7B; }
p { color: rgb(229,110,123); }
H1.HeaderClassName
{
color: #E56E7B;
}
.AnyTagClassName
{
color: #E56E7B;
}
</style>
background-color css
<style>
a { background-color: #E56E7B; }
a { background-color: rgb(229,110,123); }
div.DivClassName
{
background-color: #E56E7B;
}
.BgClassName
{
background-color: #E56E7B;
}
</style>
border-color css
<style>
span { border-color: #E56E7B; }
span { border-color: rgb(229,110,123); }
td.TdClassName
{
border-color: #E56E7B;
}
.TagClassName
{
border-color: #E56E7B;
}
</style>