Shades of Froly #E86667
Tints of Froly #E86667
RGB
CMYK
RGB Variations
Color information
#E86667 (or 0xE86667) is known color: Froly. HEX triplet: E8, 66 and 67. RGB value is (232,102,103). Sum of RGB (Red+Green+Blue) = 232+102+103=437 (57% of max value = 765). Red value is 232 (91.02% from 255 or 53.09% from 437); Green value is 102 (40.23% from 255 or 23.34% from 437); Blue value is 103 (40.62% from 255 or 23.57% from 437); Max value from RGB is 232 - color contains mainly: red. Hex color #E86667 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E86667 is #179998. Grayscale: #8D8D8D. Windows color (decimal): -1546649 or 6776552. OLE color: 6776552.
HSL color Cylindrical-coordinate representation of color #E86667: hue angle of 359.54º degrees, saturation: 0.74, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #E86667 is Cyan = 0, Magento = 0.56, Yellow = 0.56 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 102 | 103 | - |
| CMYK | 0 | 0.56 | 0.56 | 0.09 |
| HSL | 359.54º | 0.74% | 0.65% | - |
| HSV(B) | 359.54º | 0.56% | 0.91% | - |
| XYZ | 40.48 | 27.64 | 16.03 | - |
| YUV | 140.98 | 106.57 | 192.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 102 | 103 | 0 | 0.56 | 0.56 | 0.09 | 359.54 | 0.74 | 0.65 |
| Hex | E8 | 66 | 67 | 0 | 38 | 38 | 9 | 168 | 4A | 41 |
| Octal | 350 | 146 | 147 | 0 | 70 | 70 | 11 | 550 | 112 | 101 |
| Binary | 11101000 | 1100110 | 1100111 | 0 | 111000 | 111000 | 1001 | 101101000 | 1001010 | 1000001 |
Color Harmonies of #E86667
Complementary color
Monochromatic Colors of #E86667
Black with #E86667
Text Example
Text Example
White with #E86667
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E86667; }
p { color: rgb(232,102,103); }
H1.HeaderClassName
{
color: #E86667;
}
.AnyTagClassName
{
color: #E86667;
}
</style>
background-color css
<style>
a { background-color: #E86667; }
a { background-color: rgb(232,102,103); }
div.DivClassName
{
background-color: #E86667;
}
.BgClassName
{
background-color: #E86667;
}
</style>
border-color css
<style>
span { border-color: #E86667; }
span { border-color: rgb(232,102,103); }
td.TdClassName
{
border-color: #E86667;
}
.TagClassName
{
border-color: #E86667;
}
</style>