Shades of Froly #E55E73
Tints of Froly #E55E73
RGB
CMYK
RGB Variations
Color information
#E55E73 (or 0xE55E73) is known color: Froly. HEX triplet: E5, 5E and 73. RGB value is (229,94,115). Sum of RGB (Red+Green+Blue) = 229+94+115=438 (58% of max value = 765). Red value is 229 (89.84% from 255 or 52.28% from 438); Green value is 94 (37.11% from 255 or 21.46% from 438); Blue value is 115 (45.31% from 255 or 26.26% from 438); Max value from RGB is 229 - color contains mainly: red. Hex color #E55E73 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E55E73 is #1AA18C. Grayscale: #888888. Windows color (decimal): -1745293 or 7560933. OLE color: 7560933.
HSL color Cylindrical-coordinate representation of color #E55E73: hue angle of 350.67º degrees, saturation: 0.72, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E55E73 is Cyan = 0, Magento = 0.59, Yellow = 0.50 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 94 | 115 | - |
| CMYK | 0 | 0.59 | 0.50 | 0.10 |
| HSL | 350.67º | 0.72% | 0.63% | - |
| HSV(B) | 350.67º | 0.59% | 0.9% | - |
| XYZ | 39.41 | 25.9 | 19.14 | - |
| YUV | 136.76 | 115.73 | 193.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 94 | 115 | 0 | 0.59 | 0.50 | 0.10 | 350.67 | 0.72 | 0.63 |
| Hex | E5 | 5E | 73 | 0 | 3B | 32 | A | 15F | 48 | 3F |
| Octal | 345 | 136 | 163 | 0 | 73 | 62 | 12 | 537 | 110 | 77 |
| Binary | 11100101 | 1011110 | 1110011 | 0 | 111011 | 110010 | 1010 | 101011111 | 1001000 | 111111 |
Color Harmonies of #E55E73
Complementary color
Monochromatic Colors of #E55E73
Black with #E55E73
Text Example
Text Example
White with #E55E73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E55E73; }
p { color: rgb(229,94,115); }
H1.HeaderClassName
{
color: #E55E73;
}
.AnyTagClassName
{
color: #E55E73;
}
</style>
background-color css
<style>
a { background-color: #E55E73; }
a { background-color: rgb(229,94,115); }
div.DivClassName
{
background-color: #E55E73;
}
.BgClassName
{
background-color: #E55E73;
}
</style>
border-color css
<style>
span { border-color: #E55E73; }
span { border-color: rgb(229,94,115); }
td.TdClassName
{
border-color: #E55E73;
}
.TagClassName
{
border-color: #E55E73;
}
</style>