Shades of Froly #E0737C
Tints of Froly #E0737C
RGB
CMYK
RGB Variations
Color information
#E0737C (or 0xE0737C) is known color: Froly. HEX triplet: E0, 73 and 7C. RGB value is (224,115,124). Sum of RGB (Red+Green+Blue) = 224+115+124=463 (61% of max value = 765). Red value is 224 (87.89% from 255 or 48.38% from 463); Green value is 115 (45.31% from 255 or 24.84% from 463); Blue value is 124 (48.83% from 255 or 26.78% from 463); Max value from RGB is 224 - color contains mainly: red. Hex color #E0737C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E0737C is #1F8C83. Grayscale: #949494. Windows color (decimal): -2067588 or 8156128. OLE color: 8156128.
HSL color Cylindrical-coordinate representation of color #E0737C: hue angle of 355.05º degrees, saturation: 0.64, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #E0737C is Cyan = 0, Magento = 0.49, Yellow = 0.45 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 115 | 124 | - |
| CMYK | 0 | 0.49 | 0.45 | 0.12 |
| HSL | 355.05º | 0.64% | 0.66% | - |
| HSV(B) | 355.05º | 0.49% | 0.88% | - |
| XYZ | 40.51 | 29.56 | 22.64 | - |
| YUV | 148.62 | 114.11 | 181.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 115 | 124 | 0 | 0.49 | 0.45 | 0.12 | 355.05 | 0.64 | 0.66 |
| Hex | E0 | 73 | 7C | 0 | 31 | 2D | C | 163 | 40 | 42 |
| Octal | 340 | 163 | 174 | 0 | 61 | 55 | 14 | 543 | 100 | 102 |
| Binary | 11100000 | 1110011 | 1111100 | 0 | 110001 | 101101 | 1100 | 101100011 | 1000000 | 1000010 |
Color Harmonies of #E0737C
Complementary color
Monochromatic Colors of #E0737C
Black with #E0737C
Text Example
Text Example
White with #E0737C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0737C; }
p { color: rgb(224,115,124); }
H1.HeaderClassName
{
color: #E0737C;
}
.AnyTagClassName
{
color: #E0737C;
}
</style>
background-color css
<style>
a { background-color: #E0737C; }
a { background-color: rgb(224,115,124); }
div.DivClassName
{
background-color: #E0737C;
}
.BgClassName
{
background-color: #E0737C;
}
</style>
border-color css
<style>
span { border-color: #E0737C; }
span { border-color: rgb(224,115,124); }
td.TdClassName
{
border-color: #E0737C;
}
.TagClassName
{
border-color: #E0737C;
}
</style>