Shades of Froly #E5747B
Tints of Froly #E5747B
RGB
CMYK
RGB Variations
Color information
#E5747B (or 0xE5747B) is known color: Froly. HEX triplet: E5, 74 and 7B. RGB value is (229,116,123). Sum of RGB (Red+Green+Blue) = 229+116+123=468 (61% of max value = 765). Red value is 229 (89.84% from 255 or 48.93% from 468); Green value is 116 (45.70% from 255 or 24.79% from 468); Blue value is 123 (48.44% from 255 or 26.28% from 468); Max value from RGB is 229 - color contains mainly: red. Hex color #E5747B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E5747B is #1A8B84. Grayscale: #969696. Windows color (decimal): -1739653 or 8090853. OLE color: 8090853.
HSL color Cylindrical-coordinate representation of color #E5747B: hue angle of 356.28º degrees, saturation: 0.68, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #E5747B is Cyan = 0, Magento = 0.49, Yellow = 0.46 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 116 | 123 | - |
| CMYK | 0 | 0.49 | 0.46 | 0.10 |
| HSL | 356.28º | 0.68% | 0.68% | - |
| HSV(B) | 356.28º | 0.49% | 0.9% | - |
| XYZ | 42.13 | 30.58 | 22.42 | - |
| YUV | 150.59 | 112.44 | 183.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 116 | 123 | 0 | 0.49 | 0.46 | 0.10 | 356.28 | 0.68 | 0.68 |
| Hex | E5 | 74 | 7B | 0 | 31 | 2E | A | 164 | 44 | 44 |
| Octal | 345 | 164 | 173 | 0 | 61 | 56 | 12 | 544 | 104 | 104 |
| Binary | 11100101 | 1110100 | 1111011 | 0 | 110001 | 101110 | 1010 | 101100100 | 1000100 | 1000100 |
Color Harmonies of #E5747B
Complementary color
Monochromatic Colors of #E5747B
Black with #E5747B
Text Example
Text Example
White with #E5747B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5747B; }
p { color: rgb(229,116,123); }
H1.HeaderClassName
{
color: #E5747B;
}
.AnyTagClassName
{
color: #E5747B;
}
</style>
background-color css
<style>
a { background-color: #E5747B; }
a { background-color: rgb(229,116,123); }
div.DivClassName
{
background-color: #E5747B;
}
.BgClassName
{
background-color: #E5747B;
}
</style>
border-color css
<style>
span { border-color: #E5747B; }
span { border-color: rgb(229,116,123); }
td.TdClassName
{
border-color: #E5747B;
}
.TagClassName
{
border-color: #E5747B;
}
</style>