Shades of Froly #E56974
Tints of Froly #E56974
RGB
CMYK
RGB Variations
Color information
#E56974 (or 0xE56974) is known color: Froly. HEX triplet: E5, 69 and 74. RGB value is (229,105,116). Sum of RGB (Red+Green+Blue) = 229+105+116=450 (59% of max value = 765). Red value is 229 (89.84% from 255 or 50.89% from 450); Green value is 105 (41.41% from 255 or 23.33% from 450); Blue value is 116 (45.70% from 255 or 25.78% from 450); Max value from RGB is 229 - color contains mainly: red. Hex color #E56974 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E56974 is #1A968B. Grayscale: #8F8F8F. Windows color (decimal): -1742476 or 7629285. OLE color: 7629285.
HSL color Cylindrical-coordinate representation of color #E56974: hue angle of 354.68º 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 #E56974 is Cyan = 0, Magento = 0.54, Yellow = 0.49 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 105 | 116 | - |
| CMYK | 0 | 0.54 | 0.49 | 0.10 |
| HSL | 354.68º | 0.7% | 0.65% | - |
| HSV(B) | 354.68º | 0.54% | 0.9% | - |
| XYZ | 40.52 | 28.02 | 19.8 | - |
| YUV | 143.33 | 112.58 | 189.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 105 | 116 | 0 | 0.54 | 0.49 | 0.10 | 354.68 | 0.7 | 0.65 |
| Hex | E5 | 69 | 74 | 0 | 36 | 31 | A | 163 | 46 | 41 |
| Octal | 345 | 151 | 164 | 0 | 66 | 61 | 12 | 543 | 106 | 101 |
| Binary | 11100101 | 1101001 | 1110100 | 0 | 110110 | 110001 | 1010 | 101100011 | 1000110 | 1000001 |
Color Harmonies of #E56974
Complementary color
Monochromatic Colors of #E56974
Black with #E56974
Text Example
Text Example
White with #E56974
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E56974; }
p { color: rgb(229,105,116); }
H1.HeaderClassName
{
color: #E56974;
}
.AnyTagClassName
{
color: #E56974;
}
</style>
background-color css
<style>
a { background-color: #E56974; }
a { background-color: rgb(229,105,116); }
div.DivClassName
{
background-color: #E56974;
}
.BgClassName
{
background-color: #E56974;
}
</style>
border-color css
<style>
span { border-color: #E56974; }
span { border-color: rgb(229,105,116); }
td.TdClassName
{
border-color: #E56974;
}
.TagClassName
{
border-color: #E56974;
}
</style>