Shades of Froly #E56B7F
Tints of Froly #E56B7F
RGB
CMYK
RGB Variations
Color information
#E56B7F (or 0xE56B7F) is known color: Froly. HEX triplet: E5, 6B and 7F. RGB value is (229,107,127). Sum of RGB (Red+Green+Blue) = 229+107+127=463 (61% of max value = 765). Red value is 229 (89.84% from 255 or 49.46% from 463); Green value is 107 (42.19% from 255 or 23.11% from 463); Blue value is 127 (50% from 255 or 27.43% from 463); Max value from RGB is 229 - color contains mainly: red. Hex color #E56B7F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E56B7F is #1A9480. Grayscale: #919191. Windows color (decimal): -1741953 or 8350693. OLE color: 8350693.
HSL color Cylindrical-coordinate representation of color #E56B7F: hue angle of 350.16º 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 #E56B7F is Cyan = 0, Magento = 0.53, Yellow = 0.45 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 107 | 127 | - |
| CMYK | 0 | 0.53 | 0.45 | 0.10 |
| HSL | 350.16º | 0.7% | 0.66% | - |
| HSV(B) | 350.16º | 0.53% | 0.9% | - |
| XYZ | 41.4 | 28.71 | 23.44 | - |
| YUV | 145.76 | 117.42 | 187.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 107 | 127 | 0 | 0.53 | 0.45 | 0.10 | 350.16 | 0.7 | 0.66 |
| Hex | E5 | 6B | 7F | 0 | 35 | 2D | A | 15E | 46 | 42 |
| Octal | 345 | 153 | 177 | 0 | 65 | 55 | 12 | 536 | 106 | 102 |
| Binary | 11100101 | 1101011 | 1111111 | 0 | 110101 | 101101 | 1010 | 101011110 | 1000110 | 1000010 |
Color Harmonies of #E56B7F
Complementary color
Monochromatic Colors of #E56B7F
Black with #E56B7F
Text Example
Text Example
White with #E56B7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E56B7F; }
p { color: rgb(229,107,127); }
H1.HeaderClassName
{
color: #E56B7F;
}
.AnyTagClassName
{
color: #E56B7F;
}
</style>
background-color css
<style>
a { background-color: #E56B7F; }
a { background-color: rgb(229,107,127); }
div.DivClassName
{
background-color: #E56B7F;
}
.BgClassName
{
background-color: #E56B7F;
}
</style>
border-color css
<style>
span { border-color: #E56B7F; }
span { border-color: rgb(229,107,127); }
td.TdClassName
{
border-color: #E56B7F;
}
.TagClassName
{
border-color: #E56B7F;
}
</style>