Shades of Froly #E86870
Tints of Froly #E86870
RGB
CMYK
RGB Variations
Color information
#E86870 (or 0xE86870) is known color: Froly. HEX triplet: E8, 68 and 70. RGB value is (232,104,112). Sum of RGB (Red+Green+Blue) = 232+104+112=448 (59% of max value = 765). Red value is 232 (91.02% from 255 or 51.79% from 448); Green value is 104 (41.02% from 255 or 23.21% from 448); Blue value is 112 (44.14% from 255 or 25% from 448); Max value from RGB is 232 - color contains mainly: red. Hex color #E86870 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E86870 is #17978F. Grayscale: #8F8F8F. Windows color (decimal): -1546128 or 7366888. OLE color: 7366888.
HSL color Cylindrical-coordinate representation of color #E86870: hue angle of 356.25º 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 #E86870 is Cyan = 0, Magento = 0.55, Yellow = 0.52 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 104 | 112 | - |
| CMYK | 0 | 0.55 | 0.52 | 0.09 |
| HSL | 356.25º | 0.74% | 0.66% | - |
| HSV(B) | 356.25º | 0.55% | 0.91% | - |
| XYZ | 41.15 | 28.23 | 18.61 | - |
| YUV | 143.18 | 110.41 | 191.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 104 | 112 | 0 | 0.55 | 0.52 | 0.09 | 356.25 | 0.74 | 0.66 |
| Hex | E8 | 68 | 70 | 0 | 37 | 34 | 9 | 164 | 4A | 42 |
| Octal | 350 | 150 | 160 | 0 | 67 | 64 | 11 | 544 | 112 | 102 |
| Binary | 11101000 | 1101000 | 1110000 | 0 | 110111 | 110100 | 1001 | 101100100 | 1001010 | 1000010 |
Color Harmonies of #E86870
Complementary color
Monochromatic Colors of #E86870
Black with #E86870
Text Example
Text Example
White with #E86870
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E86870; }
p { color: rgb(232,104,112); }
H1.HeaderClassName
{
color: #E86870;
}
.AnyTagClassName
{
color: #E86870;
}
</style>
background-color css
<style>
a { background-color: #E86870; }
a { background-color: rgb(232,104,112); }
div.DivClassName
{
background-color: #E86870;
}
.BgClassName
{
background-color: #E86870;
}
</style>
border-color css
<style>
span { border-color: #E86870; }
span { border-color: rgb(232,104,112); }
td.TdClassName
{
border-color: #E86870;
}
.TagClassName
{
border-color: #E86870;
}
</style>