Shades of Froly #E56472
Tints of Froly #E56472
RGB
CMYK
RGB Variations
Color information
#E56472 (or 0xE56472) is known color: Froly. HEX triplet: E5, 64 and 72. RGB value is (229,100,114). Sum of RGB (Red+Green+Blue) = 229+100+114=443 (58% of max value = 765). Red value is 229 (89.84% from 255 or 51.69% from 443); Green value is 100 (39.45% from 255 or 22.57% from 443); Blue value is 114 (44.92% from 255 or 25.73% from 443); Max value from RGB is 229 - color contains mainly: red. Hex color #E56472 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E56472 is #1A9B8D. Grayscale: #8C8C8C. Windows color (decimal): -1743758 or 7496933. OLE color: 7496933.
HSL color Cylindrical-coordinate representation of color #E56472: hue angle of 353.49º degrees, saturation: 0.71, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #E56472 is Cyan = 0, Magento = 0.56, Yellow = 0.50 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 100 | 114 | - |
| CMYK | 0 | 0.56 | 0.50 | 0.10 |
| HSL | 353.49º | 0.71% | 0.65% | - |
| HSV(B) | 353.49º | 0.56% | 0.9% | - |
| XYZ | 39.91 | 26.99 | 19.03 | - |
| YUV | 140.17 | 113.24 | 191.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 100 | 114 | 0 | 0.56 | 0.50 | 0.10 | 353.49 | 0.71 | 0.65 |
| Hex | E5 | 64 | 72 | 0 | 38 | 32 | A | 161 | 47 | 41 |
| Octal | 345 | 144 | 162 | 0 | 70 | 62 | 12 | 541 | 107 | 101 |
| Binary | 11100101 | 1100100 | 1110010 | 0 | 111000 | 110010 | 1010 | 101100001 | 1000111 | 1000001 |
Color Harmonies of #E56472
Complementary color
Monochromatic Colors of #E56472
Black with #E56472
Text Example
Text Example
White with #E56472
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E56472; }
p { color: rgb(229,100,114); }
H1.HeaderClassName
{
color: #E56472;
}
.AnyTagClassName
{
color: #E56472;
}
</style>
background-color css
<style>
a { background-color: #E56472; }
a { background-color: rgb(229,100,114); }
div.DivClassName
{
background-color: #E56472;
}
.BgClassName
{
background-color: #E56472;
}
</style>
border-color css
<style>
span { border-color: #E56472; }
span { border-color: rgb(229,100,114); }
td.TdClassName
{
border-color: #E56472;
}
.TagClassName
{
border-color: #E56472;
}
</style>