Shades of Froly #E86470
Tints of Froly #E86470
RGB
CMYK
RGB Variations
Color information
#E86470 (or 0xE86470) is known color: Froly. HEX triplet: E8, 64 and 70. RGB value is (232,100,112). Sum of RGB (Red+Green+Blue) = 232+100+112=444 (58% of max value = 765). Red value is 232 (91.02% from 255 or 52.25% from 444); Green value is 100 (39.45% from 255 or 22.52% from 444); Blue value is 112 (44.14% from 255 or 25.23% from 444); Max value from RGB is 232 - color contains mainly: red. Hex color #E86470 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E86470 is #179B8F. Grayscale: #8C8C8C. Windows color (decimal): -1547152 or 7365864. OLE color: 7365864.
HSL color Cylindrical-coordinate representation of color #E86470: hue angle of 354.55º 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 #E86470 is Cyan = 0, Magento = 0.57, Yellow = 0.52 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 100 | 112 | - |
| CMYK | 0 | 0.57 | 0.52 | 0.09 |
| HSL | 354.55º | 0.74% | 0.65% | - |
| HSV(B) | 354.55º | 0.57% | 0.91% | - |
| XYZ | 40.76 | 27.44 | 18.48 | - |
| YUV | 140.84 | 111.73 | 193.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 100 | 112 | 0 | 0.57 | 0.52 | 0.09 | 354.55 | 0.74 | 0.65 |
| Hex | E8 | 64 | 70 | 0 | 39 | 34 | 9 | 163 | 4A | 41 |
| Octal | 350 | 144 | 160 | 0 | 71 | 64 | 11 | 543 | 112 | 101 |
| Binary | 11101000 | 1100100 | 1110000 | 0 | 111001 | 110100 | 1001 | 101100011 | 1001010 | 1000001 |
Color Harmonies of #E86470
Complementary color
Monochromatic Colors of #E86470
Black with #E86470
Text Example
Text Example
White with #E86470
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E86470; }
p { color: rgb(232,100,112); }
H1.HeaderClassName
{
color: #E86470;
}
.AnyTagClassName
{
color: #E86470;
}
</style>
background-color css
<style>
a { background-color: #E86470; }
a { background-color: rgb(232,100,112); }
div.DivClassName
{
background-color: #E86470;
}
.BgClassName
{
background-color: #E86470;
}
</style>
border-color css
<style>
span { border-color: #E86470; }
span { border-color: rgb(232,100,112); }
td.TdClassName
{
border-color: #E86470;
}
.TagClassName
{
border-color: #E86470;
}
</style>