Shades of Froly #E86468
Tints of Froly #E86468
RGB
CMYK
RGB Variations
Color information
#E86468 (or 0xE86468) is known color: Froly. HEX triplet: E8, 64 and 68. RGB value is (232,100,104). Sum of RGB (Red+Green+Blue) = 232+100+104=436 (57% of max value = 765). Red value is 232 (91.02% from 255 or 53.21% from 436); Green value is 100 (39.45% from 255 or 22.94% from 436); Blue value is 104 (41.02% from 255 or 23.85% from 436); Max value from RGB is 232 - color contains mainly: red. Hex color #E86468 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E86468 is #179B97. Grayscale: #8C8C8C. Windows color (decimal): -1547160 or 6841576. OLE color: 6841576.
HSL color Cylindrical-coordinate representation of color #E86468: hue angle of 358.18º 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 #E86468 is Cyan = 0, Magento = 0.57, Yellow = 0.55 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 100 | 104 | - |
| CMYK | 0 | 0.57 | 0.55 | 0.09 |
| HSL | 358.18º | 0.74% | 0.65% | - |
| HSV(B) | 358.18º | 0.57% | 0.91% | - |
| XYZ | 40.33 | 27.27 | 16.23 | - |
| YUV | 139.92 | 107.73 | 193.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 100 | 104 | 0 | 0.57 | 0.55 | 0.09 | 358.18 | 0.74 | 0.65 |
| Hex | E8 | 64 | 68 | 0 | 39 | 37 | 9 | 166 | 4A | 41 |
| Octal | 350 | 144 | 150 | 0 | 71 | 67 | 11 | 546 | 112 | 101 |
| Binary | 11101000 | 1100100 | 1101000 | 0 | 111001 | 110111 | 1001 | 101100110 | 1001010 | 1000001 |
Color Harmonies of #E86468
Complementary color
Monochromatic Colors of #E86468
Black with #E86468
Text Example
Text Example
White with #E86468
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E86468; }
p { color: rgb(232,100,104); }
H1.HeaderClassName
{
color: #E86468;
}
.AnyTagClassName
{
color: #E86468;
}
</style>
background-color css
<style>
a { background-color: #E86468; }
a { background-color: rgb(232,100,104); }
div.DivClassName
{
background-color: #E86468;
}
.BgClassName
{
background-color: #E86468;
}
</style>
border-color css
<style>
span { border-color: #E86468; }
span { border-color: rgb(232,100,104); }
td.TdClassName
{
border-color: #E86468;
}
.TagClassName
{
border-color: #E86468;
}
</style>