Shades of Froly #E86871
Tints of Froly #E86871
RGB
CMYK
RGB Variations
Color information
#E86871 (or 0xE86871) is known color: Froly. HEX triplet: E8, 68 and 71. RGB value is (232,104,113). Sum of RGB (Red+Green+Blue) = 232+104+113=449 (59% of max value = 765). Red value is 232 (91.02% from 255 or 51.67% from 449); Green value is 104 (41.02% from 255 or 23.16% from 449); Blue value is 113 (44.53% from 255 or 25.17% from 449); Max value from RGB is 232 - color contains mainly: red. Hex color #E86871 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E86871 is #17978E. Grayscale: #8F8F8F. Windows color (decimal): -1546127 or 7432424. OLE color: 7432424.
HSL color Cylindrical-coordinate representation of color #E86871: hue angle of 355.78º degrees, saturation: 0.74, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #E86871 is Cyan = 0, Magento = 0.55, Yellow = 0.51 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 104 | 113 | - |
| CMYK | 0 | 0.55 | 0.51 | 0.09 |
| HSL | 355.78º | 0.74% | 0.66% | - |
| HSV(B) | 355.78º | 0.55% | 0.91% | - |
| XYZ | 41.21 | 28.25 | 18.9 | - |
| YUV | 143.3 | 110.91 | 191.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 104 | 113 | 0 | 0.55 | 0.51 | 0.09 | 355.78 | 0.74 | 0.66 |
| Hex | E8 | 68 | 71 | 0 | 37 | 33 | 9 | 164 | 4A | 42 |
| Octal | 350 | 150 | 161 | 0 | 67 | 63 | 11 | 544 | 112 | 102 |
| Binary | 11101000 | 1101000 | 1110001 | 0 | 110111 | 110011 | 1001 | 101100100 | 1001010 | 1000010 |
Color Harmonies of #E86871
Complementary color
Monochromatic Colors of #E86871
Black with #E86871
Text Example
Text Example
White with #E86871
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E86871; }
p { color: rgb(232,104,113); }
H1.HeaderClassName
{
color: #E86871;
}
.AnyTagClassName
{
color: #E86871;
}
</style>
background-color css
<style>
a { background-color: #E86871; }
a { background-color: rgb(232,104,113); }
div.DivClassName
{
background-color: #E86871;
}
.BgClassName
{
background-color: #E86871;
}
</style>
border-color css
<style>
span { border-color: #E86871; }
span { border-color: rgb(232,104,113); }
td.TdClassName
{
border-color: #E86871;
}
.TagClassName
{
border-color: #E86871;
}
</style>