Shades of Froly #E55F73
Tints of Froly #E55F73
RGB
CMYK
RGB Variations
Color information
#E55F73 (or 0xE55F73) is known color: Froly. HEX triplet: E5, 5F and 73. RGB value is (229,95,115). Sum of RGB (Red+Green+Blue) = 229+95+115=439 (58% of max value = 765). Red value is 229 (89.84% from 255 or 52.16% from 439); Green value is 95 (37.5% from 255 or 21.64% from 439); Blue value is 115 (45.31% from 255 or 26.20% from 439); Max value from RGB is 229 - color contains mainly: red. Hex color #E55F73 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E55F73 is #1AA08C. Grayscale: #898989. Windows color (decimal): -1745037 or 7561189. OLE color: 7561189.
HSL color Cylindrical-coordinate representation of color #E55F73: hue angle of 351.04º degrees, saturation: 0.72, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E55F73 is Cyan = 0, Magento = 0.59, Yellow = 0.50 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 95 | 115 | - |
| CMYK | 0 | 0.59 | 0.50 | 0.10 |
| HSL | 351.04º | 0.72% | 0.64% | - |
| HSV(B) | 351.04º | 0.59% | 0.9% | - |
| XYZ | 39.5 | 26.08 | 19.17 | - |
| YUV | 137.35 | 115.39 | 193.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 95 | 115 | 0 | 0.59 | 0.50 | 0.10 | 351.04 | 0.72 | 0.64 |
| Hex | E5 | 5F | 73 | 0 | 3B | 32 | A | 15F | 48 | 40 |
| Octal | 345 | 137 | 163 | 0 | 73 | 62 | 12 | 537 | 110 | 100 |
| Binary | 11100101 | 1011111 | 1110011 | 0 | 111011 | 110010 | 1010 | 101011111 | 1001000 | 1000000 |
Color Harmonies of #E55F73
Complementary color
Monochromatic Colors of #E55F73
Black with #E55F73
Text Example
Text Example
White with #E55F73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E55F73; }
p { color: rgb(229,95,115); }
H1.HeaderClassName
{
color: #E55F73;
}
.AnyTagClassName
{
color: #E55F73;
}
</style>
background-color css
<style>
a { background-color: #E55F73; }
a { background-color: rgb(229,95,115); }
div.DivClassName
{
background-color: #E55F73;
}
.BgClassName
{
background-color: #E55F73;
}
</style>
border-color css
<style>
span { border-color: #E55F73; }
span { border-color: rgb(229,95,115); }
td.TdClassName
{
border-color: #E55F73;
}
.TagClassName
{
border-color: #E55F73;
}
</style>