Shades of Froly #E0747C
Tints of Froly #E0747C
RGB
CMYK
RGB Variations
Color information
#E0747C (or 0xE0747C) is known color: Froly. HEX triplet: E0, 74 and 7C. RGB value is (224,116,124). Sum of RGB (Red+Green+Blue) = 224+116+124=464 (61% of max value = 765). Red value is 224 (87.89% from 255 or 48.28% from 464); Green value is 116 (45.70% from 255 or 25% from 464); Blue value is 124 (48.83% from 255 or 26.72% from 464); Max value from RGB is 224 - color contains mainly: red. Hex color #E0747C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E0747C is #1F8B83. Grayscale: #959595. Windows color (decimal): -2067332 or 8156384. OLE color: 8156384.
HSL color Cylindrical-coordinate representation of color #E0747C: hue angle of 355.56º degrees, saturation: 0.64, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #E0747C is Cyan = 0, Magento = 0.48, Yellow = 0.45 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 116 | 124 | - |
| CMYK | 0 | 0.48 | 0.45 | 0.12 |
| HSL | 355.56º | 0.64% | 0.67% | - |
| HSV(B) | 355.56º | 0.48% | 0.88% | - |
| XYZ | 40.62 | 29.79 | 22.68 | - |
| YUV | 149.2 | 113.78 | 181.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 116 | 124 | 0 | 0.48 | 0.45 | 0.12 | 355.56 | 0.64 | 0.67 |
| Hex | E0 | 74 | 7C | 0 | 30 | 2D | C | 164 | 40 | 43 |
| Octal | 340 | 164 | 174 | 0 | 60 | 55 | 14 | 544 | 100 | 103 |
| Binary | 11100000 | 1110100 | 1111100 | 0 | 110000 | 101101 | 1100 | 101100100 | 1000000 | 1000011 |
Color Harmonies of #E0747C
Complementary color
Monochromatic Colors of #E0747C
Black with #E0747C
Text Example
Text Example
White with #E0747C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0747C; }
p { color: rgb(224,116,124); }
H1.HeaderClassName
{
color: #E0747C;
}
.AnyTagClassName
{
color: #E0747C;
}
</style>
background-color css
<style>
a { background-color: #E0747C; }
a { background-color: rgb(224,116,124); }
div.DivClassName
{
background-color: #E0747C;
}
.BgClassName
{
background-color: #E0747C;
}
</style>
border-color css
<style>
span { border-color: #E0747C; }
span { border-color: rgb(224,116,124); }
td.TdClassName
{
border-color: #E0747C;
}
.TagClassName
{
border-color: #E0747C;
}
</style>