Shades of Froly #E8606E
Tints of Froly #E8606E
RGB
CMYK
RGB Variations
Color information
#E8606E (or 0xE8606E) is known color: Froly. HEX triplet: E8, 60 and 6E. RGB value is (232,96,110). Sum of RGB (Red+Green+Blue) = 232+96+110=438 (58% of max value = 765). Red value is 232 (91.02% from 255 or 52.97% from 438); Green value is 96 (37.89% from 255 or 21.92% from 438); Blue value is 110 (43.36% from 255 or 25.11% from 438); Max value from RGB is 232 - color contains mainly: red. Hex color #E8606E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E8606E is #179F91. Grayscale: #8A8A8A. Windows color (decimal): -1548178 or 7233768. OLE color: 7233768.
HSL color Cylindrical-coordinate representation of color #E8606E: hue angle of 353.82º 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 #E8606E is Cyan = 0, Magento = 0.59, Yellow = 0.53 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 96 | 110 | - |
| CMYK | 0 | 0.59 | 0.53 | 0.09 |
| HSL | 353.82º | 0.75% | 0.64% | - |
| HSV(B) | 353.82º | 0.59% | 0.91% | - |
| XYZ | 40.28 | 26.65 | 17.77 | - |
| YUV | 138.26 | 112.06 | 194.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 96 | 110 | 0 | 0.59 | 0.53 | 0.09 | 353.82 | 0.75 | 0.64 |
| Hex | E8 | 60 | 6E | 0 | 3B | 35 | 9 | 162 | 4B | 40 |
| Octal | 350 | 140 | 156 | 0 | 73 | 65 | 11 | 542 | 113 | 100 |
| Binary | 11101000 | 1100000 | 1101110 | 0 | 111011 | 110101 | 1001 | 101100010 | 1001011 | 1000000 |
Color Harmonies of #E8606E
Complementary color
Monochromatic Colors of #E8606E
Black with #E8606E
Text Example
Text Example
White with #E8606E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8606E; }
p { color: rgb(232,96,110); }
H1.HeaderClassName
{
color: #E8606E;
}
.AnyTagClassName
{
color: #E8606E;
}
</style>
background-color css
<style>
a { background-color: #E8606E; }
a { background-color: rgb(232,96,110); }
div.DivClassName
{
background-color: #E8606E;
}
.BgClassName
{
background-color: #E8606E;
}
</style>
border-color css
<style>
span { border-color: #E8606E; }
span { border-color: rgb(232,96,110); }
td.TdClassName
{
border-color: #E8606E;
}
.TagClassName
{
border-color: #E8606E;
}
</style>