Shades of Froly #E8606D
Tints of Froly #E8606D
RGB
CMYK
RGB Variations
Color information
#E8606D (or 0xE8606D) is known color: Froly. HEX triplet: E8, 60 and 6D. RGB value is (232,96,109). Sum of RGB (Red+Green+Blue) = 232+96+109=437 (57% of max value = 765). Red value is 232 (91.02% from 255 or 53.09% from 437); Green value is 96 (37.89% from 255 or 21.97% from 437); Blue value is 109 (42.97% from 255 or 24.94% from 437); Max value from RGB is 232 - color contains mainly: red. Hex color #E8606D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E8606D is #179F92. Grayscale: #8A8A8A. Windows color (decimal): -1548179 or 7168232. OLE color: 7168232.
HSL color Cylindrical-coordinate representation of color #E8606D: hue angle of 354.26º degrees, saturation: 0.75, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E8606D is Cyan = 0, Magento = 0.59, Yellow = 0.53 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 96 | 109 | - |
| CMYK | 0 | 0.59 | 0.53 | 0.09 |
| HSL | 354.26º | 0.75% | 0.64% | - |
| HSV(B) | 354.26º | 0.59% | 0.91% | - |
| XYZ | 40.22 | 26.63 | 17.49 | - |
| YUV | 138.15 | 111.56 | 194.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 96 | 109 | 0 | 0.59 | 0.53 | 0.09 | 354.26 | 0.75 | 0.64 |
| Hex | E8 | 60 | 6D | 0 | 3B | 35 | 9 | 162 | 4B | 40 |
| Octal | 350 | 140 | 155 | 0 | 73 | 65 | 11 | 542 | 113 | 100 |
| Binary | 11101000 | 1100000 | 1101101 | 0 | 111011 | 110101 | 1001 | 101100010 | 1001011 | 1000000 |
Color Harmonies of #E8606D
Complementary color
Monochromatic Colors of #E8606D
Black with #E8606D
Text Example
Text Example
White with #E8606D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8606D; }
p { color: rgb(232,96,109); }
H1.HeaderClassName
{
color: #E8606D;
}
.AnyTagClassName
{
color: #E8606D;
}
</style>
background-color css
<style>
a { background-color: #E8606D; }
a { background-color: rgb(232,96,109); }
div.DivClassName
{
background-color: #E8606D;
}
.BgClassName
{
background-color: #E8606D;
}
</style>
border-color css
<style>
span { border-color: #E8606D; }
span { border-color: rgb(232,96,109); }
td.TdClassName
{
border-color: #E8606D;
}
.TagClassName
{
border-color: #E8606D;
}
</style>