Shades of Froly #E56B7B
Tints of Froly #E56B7B
RGB
CMYK
RGB Variations
Color information
#E56B7B (or 0xE56B7B) is known color: Froly. HEX triplet: E5, 6B and 7B. RGB value is (229,107,123). Sum of RGB (Red+Green+Blue) = 229+107+123=459 (60% of max value = 765). Red value is 229 (89.84% from 255 or 49.89% from 459); Green value is 107 (42.19% from 255 or 23.31% from 459); Blue value is 123 (48.44% from 255 or 26.80% from 459); Max value from RGB is 229 - color contains mainly: red. Hex color #E56B7B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E56B7B is #1A9484. Grayscale: #919191. Windows color (decimal): -1741957 or 8088549. OLE color: 8088549.
HSL color Cylindrical-coordinate representation of color #E56B7B: hue angle of 352.13º degrees, saturation: 0.7, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #E56B7B is Cyan = 0, Magento = 0.53, Yellow = 0.46 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 107 | 123 | - |
| CMYK | 0 | 0.53 | 0.46 | 0.10 |
| HSL | 352.13º | 0.7% | 0.66% | - |
| HSV(B) | 352.13º | 0.53% | 0.9% | - |
| XYZ | 41.15 | 28.6 | 22.09 | - |
| YUV | 145.3 | 115.42 | 187.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 107 | 123 | 0 | 0.53 | 0.46 | 0.10 | 352.13 | 0.7 | 0.66 |
| Hex | E5 | 6B | 7B | 0 | 35 | 2E | A | 160 | 46 | 42 |
| Octal | 345 | 153 | 173 | 0 | 65 | 56 | 12 | 540 | 106 | 102 |
| Binary | 11100101 | 1101011 | 1111011 | 0 | 110101 | 101110 | 1010 | 101100000 | 1000110 | 1000010 |
Color Harmonies of #E56B7B
Complementary color
Monochromatic Colors of #E56B7B
Black with #E56B7B
Text Example
Text Example
White with #E56B7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E56B7B; }
p { color: rgb(229,107,123); }
H1.HeaderClassName
{
color: #E56B7B;
}
.AnyTagClassName
{
color: #E56B7B;
}
</style>
background-color css
<style>
a { background-color: #E56B7B; }
a { background-color: rgb(229,107,123); }
div.DivClassName
{
background-color: #E56B7B;
}
.BgClassName
{
background-color: #E56B7B;
}
</style>
border-color css
<style>
span { border-color: #E56B7B; }
span { border-color: rgb(229,107,123); }
td.TdClassName
{
border-color: #E56B7B;
}
.TagClassName
{
border-color: #E56B7B;
}
</style>