Shades of Froly #E86573
Tints of Froly #E86573
RGB
CMYK
RGB Variations
Color information
#E86573 (or 0xE86573) is known color: Froly. HEX triplet: E8, 65 and 73. RGB value is (232,101,115). Sum of RGB (Red+Green+Blue) = 232+101+115=448 (59% of max value = 765). Red value is 232 (91.02% from 255 or 51.79% from 448); Green value is 101 (39.84% from 255 or 22.54% from 448); Blue value is 115 (45.31% from 255 or 25.67% from 448); Max value from RGB is 232 - color contains mainly: red. Hex color #E86573 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E86573 is #179A8C. Grayscale: #8D8D8D. Windows color (decimal): -1546893 or 7562728. OLE color: 7562728.
HSL color Cylindrical-coordinate representation of color #E86573: hue angle of 353.59º degrees, saturation: 0.74, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #E86573 is Cyan = 0, Magento = 0.56, Yellow = 0.50 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 101 | 115 | - |
| CMYK | 0 | 0.56 | 0.50 | 0.09 |
| HSL | 353.59º | 0.74% | 0.65% | - |
| HSV(B) | 353.59º | 0.56% | 0.91% | - |
| XYZ | 41.03 | 27.7 | 19.4 | - |
| YUV | 141.77 | 112.9 | 192.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 101 | 115 | 0 | 0.56 | 0.50 | 0.09 | 353.59 | 0.74 | 0.65 |
| Hex | E8 | 65 | 73 | 0 | 38 | 32 | 9 | 162 | 4A | 41 |
| Octal | 350 | 145 | 163 | 0 | 70 | 62 | 11 | 542 | 112 | 101 |
| Binary | 11101000 | 1100101 | 1110011 | 0 | 111000 | 110010 | 1001 | 101100010 | 1001010 | 1000001 |
Color Harmonies of #E86573
Complementary color
Monochromatic Colors of #E86573
Black with #E86573
Text Example
Text Example
White with #E86573
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E86573; }
p { color: rgb(232,101,115); }
H1.HeaderClassName
{
color: #E86573;
}
.AnyTagClassName
{
color: #E86573;
}
</style>
background-color css
<style>
a { background-color: #E86573; }
a { background-color: rgb(232,101,115); }
div.DivClassName
{
background-color: #E86573;
}
.BgClassName
{
background-color: #E86573;
}
</style>
border-color css
<style>
span { border-color: #E86573; }
span { border-color: rgb(232,101,115); }
td.TdClassName
{
border-color: #E86573;
}
.TagClassName
{
border-color: #E86573;
}
</style>