Shades of Froly #E56978
Tints of Froly #E56978
RGB
CMYK
RGB Variations
Color information
#E56978 (or 0xE56978) is known color: Froly. HEX triplet: E5, 69 and 78. RGB value is (229,105,120). Sum of RGB (Red+Green+Blue) = 229+105+120=454 (60% of max value = 765). Red value is 229 (89.84% from 255 or 50.44% from 454); Green value is 105 (41.41% from 255 or 23.13% from 454); Blue value is 120 (47.27% from 255 or 26.43% from 454); Max value from RGB is 229 - color contains mainly: red. Hex color #E56978 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E56978 is #1A9687. Grayscale: #8F8F8F. Windows color (decimal): -1742472 or 7891429. OLE color: 7891429.
HSL color Cylindrical-coordinate representation of color #E56978: hue angle of 352.74º degrees, saturation: 0.7, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #E56978 is Cyan = 0, Magento = 0.54, Yellow = 0.48 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 105 | 120 | - |
| CMYK | 0 | 0.54 | 0.48 | 0.10 |
| HSL | 352.74º | 0.7% | 0.65% | - |
| HSV(B) | 352.74º | 0.54% | 0.9% | - |
| XYZ | 40.75 | 28.12 | 21.05 | - |
| YUV | 143.79 | 114.58 | 188.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 105 | 120 | 0 | 0.54 | 0.48 | 0.10 | 352.74 | 0.7 | 0.65 |
| Hex | E5 | 69 | 78 | 0 | 36 | 30 | A | 161 | 46 | 41 |
| Octal | 345 | 151 | 170 | 0 | 66 | 60 | 12 | 541 | 106 | 101 |
| Binary | 11100101 | 1101001 | 1111000 | 0 | 110110 | 110000 | 1010 | 101100001 | 1000110 | 1000001 |
Color Harmonies of #E56978
Complementary color
Monochromatic Colors of #E56978
Black with #E56978
Text Example
Text Example
White with #E56978
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E56978; }
p { color: rgb(229,105,120); }
H1.HeaderClassName
{
color: #E56978;
}
.AnyTagClassName
{
color: #E56978;
}
</style>
background-color css
<style>
a { background-color: #E56978; }
a { background-color: rgb(229,105,120); }
div.DivClassName
{
background-color: #E56978;
}
.BgClassName
{
background-color: #E56978;
}
</style>
border-color css
<style>
span { border-color: #E56978; }
span { border-color: rgb(229,105,120); }
td.TdClassName
{
border-color: #E56978;
}
.TagClassName
{
border-color: #E56978;
}
</style>