Shades of Froly #E86471
Tints of Froly #E86471
RGB
CMYK
RGB Variations
Color information
#E86471 (or 0xE86471) is known color: Froly. HEX triplet: E8, 64 and 71. RGB value is (232,100,113). Sum of RGB (Red+Green+Blue) = 232+100+113=445 (58% of max value = 765). Red value is 232 (91.02% from 255 or 52.13% from 445); Green value is 100 (39.45% from 255 or 22.47% from 445); Blue value is 113 (44.53% from 255 or 25.39% from 445); Max value from RGB is 232 - color contains mainly: red. Hex color #E86471 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E86471 is #179B8E. Grayscale: #8D8D8D. Windows color (decimal): -1547151 or 7431400. OLE color: 7431400.
HSL color Cylindrical-coordinate representation of color #E86471: hue angle of 354.09º degrees, saturation: 0.74, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #E86471 is Cyan = 0, Magento = 0.57, Yellow = 0.51 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 100 | 113 | - |
| CMYK | 0 | 0.57 | 0.51 | 0.09 |
| HSL | 354.09º | 0.74% | 0.65% | - |
| HSV(B) | 354.09º | 0.57% | 0.91% | - |
| XYZ | 40.82 | 27.46 | 18.77 | - |
| YUV | 140.95 | 112.23 | 192.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 100 | 113 | 0 | 0.57 | 0.51 | 0.09 | 354.09 | 0.74 | 0.65 |
| Hex | E8 | 64 | 71 | 0 | 39 | 33 | 9 | 162 | 4A | 41 |
| Octal | 350 | 144 | 161 | 0 | 71 | 63 | 11 | 542 | 112 | 101 |
| Binary | 11101000 | 1100100 | 1110001 | 0 | 111001 | 110011 | 1001 | 101100010 | 1001010 | 1000001 |
Color Harmonies of #E86471
Complementary color
Monochromatic Colors of #E86471
Black with #E86471
Text Example
Text Example
White with #E86471
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E86471; }
p { color: rgb(232,100,113); }
H1.HeaderClassName
{
color: #E86471;
}
.AnyTagClassName
{
color: #E86471;
}
</style>
background-color css
<style>
a { background-color: #E86471; }
a { background-color: rgb(232,100,113); }
div.DivClassName
{
background-color: #E86471;
}
.BgClassName
{
background-color: #E86471;
}
</style>
border-color css
<style>
span { border-color: #E86471; }
span { border-color: rgb(232,100,113); }
td.TdClassName
{
border-color: #E86471;
}
.TagClassName
{
border-color: #E86471;
}
</style>