Shades of Froly #E0747F
Tints of Froly #E0747F
RGB
CMYK
RGB Variations
Color information
#E0747F (or 0xE0747F) is known color: Froly. HEX triplet: E0, 74 and 7F. RGB value is (224,116,127). Sum of RGB (Red+Green+Blue) = 224+116+127=467 (61% of max value = 765). Red value is 224 (87.89% from 255 or 47.97% from 467); Green value is 116 (45.70% from 255 or 24.84% from 467); Blue value is 127 (50% from 255 or 27.19% from 467); Max value from RGB is 224 - color contains mainly: red. Hex color #E0747F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E0747F is #1F8B80. Grayscale: #959595. Windows color (decimal): -2067329 or 8352992. OLE color: 8352992.
HSL color Cylindrical-coordinate representation of color #E0747F: hue angle of 353.89º 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 #E0747F is Cyan = 0, Magento = 0.48, Yellow = 0.43 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 116 | 127 | - |
| CMYK | 0 | 0.48 | 0.43 | 0.12 |
| HSL | 353.89º | 0.64% | 0.67% | - |
| HSV(B) | 353.89º | 0.48% | 0.88% | - |
| XYZ | 40.82 | 29.87 | 23.69 | - |
| YUV | 149.55 | 115.28 | 181.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 116 | 127 | 0 | 0.48 | 0.43 | 0.12 | 353.89 | 0.64 | 0.67 |
| Hex | E0 | 74 | 7F | 0 | 30 | 2B | C | 162 | 40 | 43 |
| Octal | 340 | 164 | 177 | 0 | 60 | 53 | 14 | 542 | 100 | 103 |
| Binary | 11100000 | 1110100 | 1111111 | 0 | 110000 | 101011 | 1100 | 101100010 | 1000000 | 1000011 |
Color Harmonies of #E0747F
Complementary color
Monochromatic Colors of #E0747F
Black with #E0747F
Text Example
Text Example
White with #E0747F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0747F; }
p { color: rgb(224,116,127); }
H1.HeaderClassName
{
color: #E0747F;
}
.AnyTagClassName
{
color: #E0747F;
}
</style>
background-color css
<style>
a { background-color: #E0747F; }
a { background-color: rgb(224,116,127); }
div.DivClassName
{
background-color: #E0747F;
}
.BgClassName
{
background-color: #E0747F;
}
</style>
border-color css
<style>
span { border-color: #E0747F; }
span { border-color: rgb(224,116,127); }
td.TdClassName
{
border-color: #E0747F;
}
.TagClassName
{
border-color: #E0747F;
}
</style>