Shades of Froly #E86570
Tints of Froly #E86570
RGB
CMYK
RGB Variations
Color information
#E86570 (or 0xE86570) is known color: Froly. HEX triplet: E8, 65 and 70. RGB value is (232,101,112). Sum of RGB (Red+Green+Blue) = 232+101+112=445 (58% of max value = 765). Red value is 232 (91.02% from 255 or 52.13% from 445); Green value is 101 (39.84% from 255 or 22.70% from 445); Blue value is 112 (44.14% from 255 or 25.17% from 445); Max value from RGB is 232 - color contains mainly: red. Hex color #E86570 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E86570 is #179A8F. Grayscale: #8D8D8D. Windows color (decimal): -1546896 or 7366120. OLE color: 7366120.
HSL color Cylindrical-coordinate representation of color #E86570: hue angle of 354.96º 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 #E86570 is Cyan = 0, Magento = 0.56, Yellow = 0.52 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 101 | 112 | - |
| CMYK | 0 | 0.56 | 0.52 | 0.09 |
| HSL | 354.96º | 0.74% | 0.65% | - |
| HSV(B) | 354.96º | 0.56% | 0.91% | - |
| XYZ | 40.86 | 27.63 | 18.51 | - |
| YUV | 141.42 | 111.4 | 192.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 101 | 112 | 0 | 0.56 | 0.52 | 0.09 | 354.96 | 0.74 | 0.65 |
| Hex | E8 | 65 | 70 | 0 | 38 | 34 | 9 | 163 | 4A | 41 |
| Octal | 350 | 145 | 160 | 0 | 70 | 64 | 11 | 543 | 112 | 101 |
| Binary | 11101000 | 1100101 | 1110000 | 0 | 111000 | 110100 | 1001 | 101100011 | 1001010 | 1000001 |
Color Harmonies of #E86570
Complementary color
Monochromatic Colors of #E86570
Black with #E86570
Text Example
Text Example
White with #E86570
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E86570; }
p { color: rgb(232,101,112); }
H1.HeaderClassName
{
color: #E86570;
}
.AnyTagClassName
{
color: #E86570;
}
</style>
background-color css
<style>
a { background-color: #E86570; }
a { background-color: rgb(232,101,112); }
div.DivClassName
{
background-color: #E86570;
}
.BgClassName
{
background-color: #E86570;
}
</style>
border-color css
<style>
span { border-color: #E86570; }
span { border-color: rgb(232,101,112); }
td.TdClassName
{
border-color: #E86570;
}
.TagClassName
{
border-color: #E86570;
}
</style>