Shades of Froly #E5737C
Tints of Froly #E5737C
RGB
CMYK
RGB Variations
Color information
#E5737C (or 0xE5737C) is known color: Froly. HEX triplet: E5, 73 and 7C. RGB value is (229,115,124). Sum of RGB (Red+Green+Blue) = 229+115+124=468 (61% of max value = 765). Red value is 229 (89.84% from 255 or 48.93% from 468); Green value is 115 (45.31% from 255 or 24.57% from 468); Blue value is 124 (48.83% from 255 or 26.50% from 468); Max value from RGB is 229 - color contains mainly: red. Hex color #E5737C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E5737C is #1A8C83. Grayscale: #969696. Windows color (decimal): -1739908 or 8156133. OLE color: 8156133.
HSL color Cylindrical-coordinate representation of color #E5737C: hue angle of 355.26º degrees, saturation: 0.69, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E5737C is Cyan = 0, Magento = 0.50, Yellow = 0.46 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 115 | 124 | - |
| CMYK | 0 | 0.50 | 0.46 | 0.10 |
| HSL | 355.26º | 0.69% | 0.67% | - |
| HSV(B) | 355.26º | 0.5% | 0.9% | - |
| XYZ | 42.08 | 30.37 | 22.71 | - |
| YUV | 150.11 | 113.27 | 184.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 115 | 124 | 0 | 0.50 | 0.46 | 0.10 | 355.26 | 0.69 | 0.67 |
| Hex | E5 | 73 | 7C | 0 | 32 | 2E | A | 163 | 45 | 43 |
| Octal | 345 | 163 | 174 | 0 | 62 | 56 | 12 | 543 | 105 | 103 |
| Binary | 11100101 | 1110011 | 1111100 | 0 | 110010 | 101110 | 1010 | 101100011 | 1000101 | 1000011 |
Color Harmonies of #E5737C
Complementary color
Monochromatic Colors of #E5737C
Black with #E5737C
Text Example
Text Example
White with #E5737C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5737C; }
p { color: rgb(229,115,124); }
H1.HeaderClassName
{
color: #E5737C;
}
.AnyTagClassName
{
color: #E5737C;
}
</style>
background-color css
<style>
a { background-color: #E5737C; }
a { background-color: rgb(229,115,124); }
div.DivClassName
{
background-color: #E5737C;
}
.BgClassName
{
background-color: #E5737C;
}
</style>
border-color css
<style>
span { border-color: #E5737C; }
span { border-color: rgb(229,115,124); }
td.TdClassName
{
border-color: #E5737C;
}
.TagClassName
{
border-color: #E5737C;
}
</style>